HTML Flashcards

1
Q

what is an Html Entity

A

An HTML entity is a piece of text (“string”) that begins with an ampersand (&) and ends with a semicolon (;) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code), and invisible characters (like non-breaking spaces). You can also use them in place of other characters that are difficult to type with a standard keyboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly