HTML and CSS Reference
In-Depth Information
Paragraphs
Now that you have a page title and several headings, you can add some ordinary para-
graphs to the page.
Paragraphs are created using the <p> tag. The Enigern story should look like this:
<p> Slowly and deliberately, Enigern approached the mighty dragon.
A rustle in the trees of the nearby forest distracted his attention
for a brief moment, a near fatal mistake for the brave knight. </p>
<p> The dragon lunged at him, searing Enigern's armor with a rapid
blast of fiery breath. Enigern fell to the ground as the dragon
hovered over him. He quickly drew his sword and thrust it into the
dragon's chest. </p>
What if you want more (or less) space between your paragraphs than the browser pro-
vides by default? The answer is to use CSS. As you'll see, it provides fine control over
the spacing of elements on the page, among other things. Figure 4.3 shows what happens
when I add another paragraph about Enigern and the dragon to the page. The paragraph
breaks are added between the closing and opening <p> tags in the text.
Input
4
<p> The dragon fell to the ground, releasing an anguished cry and
seething in pain. The thrust of Enigern's sword proved fatal as
the dragon breathed its last breath. Now Enigern was free to
release Lady Aelfleada from her imprisonment in the dragon's lair. </p>
Output
FIGURE 4.3
An HTML
paragraph.
Comments
You can put comments into HTML pages to describe the page itself or to provide some
kind of indication of the status of the page. Some source code control programs store the
page status in comments, for example. Text in comments is ignored when the HTML file
 
 
 
 
Search WWH ::




Custom Search