Read HTML The Definitive Guide Online

Authors: Chuck Musciano Bill Kennedy

HTML The Definitive Guide (12 page)

2.2 A First HTML Document

2.4 HTML Skeleton

Chapter 2

HTML Quick Start

 

2.4 HTML Skeleton

Notice, too, in our simple example source that precedes
Figure 2.1
, the HTML document starts and ends with and tags. Of course, these tags tell the browser that the entire document is composed in HTML. The HTML standard requires an tag for every HTML document, but most browsers can detect and properly display HTML encoding in a text document that's missing this outermost structural tag.
[, 3.5]

Like our example, all HTML documents have two main structures: a
head
and a
body,
each bounded in the source by respectively named start and end tags. You put information about the document in the head and the contents you want displayed in the browser's window inside the body. Except in rare
cases, you'll spend most of your time working on your HTML document's body content. [, 3.6]

[, 3.7]

There are several different document header tags you may use to define how a particular document fits into a document collection and into the larger scheme of the Web. Some nonstandard header tags even animate your document.

For most documents, however, the important header element is the title. Every HTML document is required by the HTML standard to have a title. Choose a meaningful one; the title should instantly tell the reader what the document is about. Enclose yours, as we do for the title of our example, between the Read HTML The Definitive Guide (12 page) Page 12 Read Book Online,Top Vampire Books Read Online Free tags in your document's header. The popular browsers typically display the title at the top of the document's window onscreen.
[, 3.6]<br/></a></p><p>2.3 HTML Embedded Tags<br/></p><p>2.5 The Flesh on an HTML<br/></p><p>Document<br/></p><p><img src="/files/05/57/56/f055756/public/index-34_1.png" /></p><p><img src="/files/05/57/56/f055756/public/index-34_2.png" /></p> </div> <div class="col-xs-12 text-left pagination-container"> <ul class="pagination"><li class="prev"><a href="/html-the-definitive-guide-f/11" data-page="10">«</a></li> <li class="first"><a href="/html-the-definitive-guide-f" data-page="0">1</a></li> <li class="disabled"><span>...</span></li> <li><a href="/html-the-definitive-guide-f/4" data-page="3">4</a></li> <li class="disabled"><span>...</span></li> <li><a href="/html-the-definitive-guide-f/7" data-page="6">7</a></li> <li><a href="/html-the-definitive-guide-f/8" data-page="7">8</a></li> <li><a href="/html-the-definitive-guide-f/9" data-page="8">9</a></li> <li><a href="/html-the-definitive-guide-f/10" data-page="9">10</a></li> <li><a href="/html-the-definitive-guide-f/11" data-page="10">11</a></li> <li class="active"><a href="/html-the-definitive-guide-f/12" data-page="11">12</a></li> <li><a href="/html-the-definitive-guide-f/13" data-page="12">13</a></li> <li><a href="/html-the-definitive-guide-f/14" data-page="13">14</a></li> <li><a href="/html-the-definitive-guide-f/15" data-page="14">15</a></li> <li><a href="/html-the-definitive-guide-f/16" data-page="15">16</a></li> <li class="disabled"><span>...</span></li> <li><a href="/html-the-definitive-guide-f/90" data-page="89">90</a></li> <li class="disabled"><span>...</span></li> <li class="last"><a href="/html-the-definitive-guide-f/163" data-page="162">163</a></li> <li class="next"><a href="/html-the-definitive-guide-f/13" data-page="12">»</a></li></ul> </div> <div class=""><div class="col-xs-12"><h2>Other books</h2></div><div class="list-b-item col-xs-12 col-md-6"><a href="/killing-mumkindle-f">Killing Mum_Kindle</a> by <span>Guthrie, Allan</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/guys-read-the-sports-pages-f">Guys Read: The Sports Pages</a> by <span>Jon Scieszka</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/last-train-to-jubilee-bay-f">Last Train to Jubilee Bay</a> by <span>Kali Wallace</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/the-boy-and-his-wolf-f">The Boy and His Wolf</a> by <span>Sean Thomas</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/his-paradise-wife-f">His Paradise Wife</a> by <span>Tina Martin</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/lost-arielle-lockley-series-book-2-f">Lost (Arielle Lockley Series Book 2)</a> by <span>Elle Field</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/emma-barnes-noble-classics-series-f">Emma (Barnes & Noble Classics Series)</a> by <span>Jane Austen</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/fire-in-the-blood-scott-cullen-mysteries-f">Fire in the Blood (Scott Cullen Mysteries)</a> by <span>James, Ed</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/the-wheelman-f">The Wheelman</a> by <span>Duane Swierczynski</span></div><div class="list-b-item col-xs-12 col-md-6"><a href="/betrayal-104789-f">Betrayal</a> by <span>Cyndi Goodgame</span></div></div> </div> </div> <div class="row" style="margin-top: 15px;"> </div> </div> </div> <br/><br/><div style="text-align:center;padding:20px;">readsbookonline.com Copyright 2016 - 2024</div> <script src="/j/js/jquery.js"></script> <script src="/j/js/yii.js"></script> <script src="/js/site.js"></script> <script src="/j/js/bootstrap.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-7W5X4LDTHX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-7W5X4LDTHX'); </script> </body> </html>