Tuesday, November 29, 2011

HTML 6a


  1. What is the Largest heading?
Use HTML headings for headings only. Don't use headings to make text BIG or bold.
  1. What is the Smallest heading?
earch engines use your headings to index the structure and content of your web pages
  1. What do browsers add automatically to a heading?
Since users may skim your pages by its headings, it is important to use headings to show the document structure.
  1. Why should you not use headings for bold text?
The element content is everything between the start and the end tag
  1. How do search engines use headings?
Empty elements are closed in the start tag
  1. Why is it important use headings to show document structure?
Most HTML elements can be nested (can contain other HTML elements).
HTML documents consist of nested HTML elements.
  1. What is the most important heading?
Most HTML elements can have attributes
  1. What tag should be used to separate content?
An HTML element starts with a start tag / opening tag
  1. What does a web browser do with comments?
The element content is everything between the start and the end tag
  1. Why would you add comments?
Empty elements are closed in the start tag
  1. How could you view the HTML code of a web page?
Most HTML elements can be nested (can contain other HTML elements).
  1. View the source of the HTML Headings page.
An HTML element is everything from the start tag to the end tag

No comments:

Post a Comment