Thursday, October 27, 2011

HTML 3 introduction

  1. What is an HTML? *Hyper Text Markup Language (HTML) is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages.
  2. What is a Markup language? *A markup language is another name for tags.
  3. What are Markup tags 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? *in pairs like <b> and </b>
  6. What is the purpose of each tag?  *the tags to interpret the content of the page
  7. What do HTML documents describe? *web pages
  8. What do HTML documents contain? *It contains HTML tags and plain text.
  9. What is another name for a HTML Document? *web pages
  10. What happens to the text between a pair of HTML tags? *The text between <html> and </html> describes the web page........The text between <body> and </body> is the visible page content..........The text between <h1> and </h1> is displayed as a heading.........The text between <p> and </p> is displayed as a paragraph

No comments:

Post a Comment