1.What is the Largest heading?
h1 is the largest heading
2.What is the Smallest heading?
h6 is the smallest heading
3.What do browsers add automatically to a heading?
Browsers automatically add some empty space (a margin) before and after each heading
4.Why should you not use headings for bold text?
Use HTML headings for headings only. Don't use headings to make text BIG or bold
5.How do search engines use headings?
Search engines use your headings to index the structure and content of your web pages
6.Why is it important use headings to show document structure?
Since users may skim your pages by its headings, it is important to use headings to show the document structure
7.What is the most important heading?
H1, the the moat important heading
8.What tag should be used to separate content?
<p></p>
<hr />
9.What does a web browser do with comments?
Comments can be inserted into the HTML code to make it more readable and understandable.
10.Why would you add comments?
Comments are ignored by the browser and are not displayed
11.How could you view the HTML code of a web page?
Right-click in the page and select "View Source" (IE) or "View Page Source" (Firefox), or similar for other browsers
h1 is the largest heading
2.What is the Smallest heading?
h6 is the smallest heading
3.What do browsers add automatically to a heading?
Browsers automatically add some empty space (a margin) before and after each heading
4.Why should you not use headings for bold text?
Use HTML headings for headings only. Don't use headings to make text BIG or bold
5.How do search engines use headings?
Search engines use your headings to index the structure and content of your web pages
6.Why is it important use headings to show document structure?
Since users may skim your pages by its headings, it is important to use headings to show the document structure
7.What is the most important heading?
H1, the the moat important heading
8.What tag should be used to separate content?
<p></p>
<hr />
9.What does a web browser do with comments?
Comments can be inserted into the HTML code to make it more readable and understandable.
10.Why would you add comments?
Comments are ignored by the browser and are not displayed
11.How could you view the HTML code of a web page?
Right-click in the page and select "View Source" (IE) or "View Page Source" (Firefox), or similar for other browsers
No comments:
Post a Comment