Tuesday, December 20, 2011

7. HTML Entities

1. What do you have to do to display a special character in such as (<) in an HTML document? &
2. What are the three parts of a character entity? Description, Entity Name, and Entity Number 
3. What is an entity name? What is an entity number?&entity_name;OR&#entity_number;
4. What is better to use an entity name or an entity number? Entity Name 
5. What is the most common character entity in HTML? Non-breaking space
6. Continue to make a list of HTML entity tags. 
7. Check out the HTML Entities Reference tags.

No comments:

Post a Comment