Wednesday, October 26, 2011

  1. What is an HTML?HTML stands for Hyper Text Markup Language
  2. What is a Markup language?A markup language is a set of markup tags
  3. What are Markup tags usually called?HTML markup tags are usually called HTML tags
  4. What surrounds HTML keywords?HTML tags are keywords surrounded by angle brackets like <html>
  5. What are the HTML tags included in a pair?HTML tags normally come in pairs like <b> and </b>
  6. What is the purpose of each tag?The first tag in a pair is the start tag, the second tag is the end tag
  7. What do HTML documents describe?HTML documents describe web pages
  8. What do HTML documents contain? contain html tags and plain text
  9. What is another name for a HTML Document? are also called web pages
  10. What happens to the text between a pair of HTML tags? it becomes the way you want it to be.

No comments:

Post a Comment