![]() |
Home > HTML Page Structure |
HTML Page StructureA web page is divided into two main sections, a head section and a body section <html> The head section contains information about the web page, but not content which appears on the page. The body section is where the content appears. HTML Title TagThe <title> tag is the most important tag in the head section. It provides a summary of the content of the page and is important as it is indexed by some search engines. The content of the title tag also appears in the results of queries in some search engines. On a web page, the title can be seen inthetop left corner of the browser, above the File and Edit menu titles. The title tag for this page is: <title>Knowledge River - HTML Turorial 2</title> HTML BodyTagThe <body> tag identifies the start and finish of the page content. By adding other optional parameters or information into the body tag characteristics of the page as a whole can be specified. Note that a web page only ever has one body tag. If parameters are included, they are added into the same tag. Optional parameters: Background color Background Image Text color Fixed background Link color Active link color Visited link
color Left margin width Top margin width The complete body tag made up of all the above elements would therefore be: <body bgcolor="#ff0000"
background="myimage.jpg" text="navy" bgproperties="fixed"
link="green" alink="yellow" vlink="red"
leftmargin="0" topmargin="0"> HTML Title TagThe <title> tag is the most important tag in the head section. It provides a summary of the content of the page and is important as it is indexed by some search engines. The content of the title tag also appears in the results of queries in some search engines. On a web page, the title can be seen inthetop left corner of the browser, above the File and Edit menu titles. The title tag for this page is: <title>Knowledge River - HTML Turorial 2</title> HTML Title TagThe <title> tag is the most important tag in the head section. It provides a summary of the content of the page and is important as it is indexed by some search engines. The content of the title tag also appears in the results of queries in some search engines. On a web page, the title can be seen inthetop left corner of the browser, above the File and Edit menu titles. The title tag for this page is: <title>Knowledge River - HTML Turorial 2</title> HTML Title TagThe <title> tag is the most important tag in the head section. It provides a summary of the content of the page and is important as it is indexed by some search engines. The content of the title tag also appears in the results of queries in some search engines. On a web page, the title can be seen inthetop left corner of the browser, above the File and Edit menu titles. The title tag for this page is: <title>Knowledge River - HTML Turorial 2</title> HTML Title TagThe <title> tag is the most important tag in the head section. It provides a summary of the content of the page and is important as it is indexed by some search engines. The content of the title tag also appears in the results of queries in some search engines. On a web page, the title can be seen in the top left corner of the browser, above the File and Edit menu titles. The title tag for this page is: <title>HTML Page Structure</title> |
| © marketstormer.com | copyright | terms and conditions | disclaimer | privacy policy |