- 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.
- What is a Markup language? *A markup language is another name for tags.
- What are Markup tags usually called? *HTML tags
- What surrounds HTML keywords? *HTML tags are keywords surrounded by angle brackets like <html>
- What are the HTML tags included in a pair? *in pairs like <b> and </b>
- What is the purpose of each tag? *the tags to interpret the content of the page
- What do HTML documents describe? *web pages
- What do HTML documents contain? *It contains HTML tags and plain text.
- What is another name for a HTML Document? *web pages
- 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
Thursday, October 27, 2011
HTML 3 introduction
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment