- What do you have to do to display a special character in such as (<) in an HTML document? To display a less than sign we must write: < or <
- What are the three parts of a character entity? &entity_name; OR&#entity_number;
- What is an entity name? What is an entity number? To actually display reserved characters, we must use character entities in the HTML source code.
- What is better to use an entity name or an entity number? The advantage of using an entity name, instead of a number, is that the name is easier to remember
- What is the most common character entity in HTML? A common character entity used in HTML is the non-breaking space ( ).
HTML Entities 7.
Subscribe to:
Comments (Atom)