Publishing any kind of written works requires
the use of a paragraph.
•The
<p> tag defines a paragraph. Using this tag places a blank line above and
below the text of the paragraph. These automated blank lines are examples of
how a tag "marks" a paragraph and the web browser automatically
understands how to display the paragraph text because of the paragraph tag.
HTML Code:
•<p>Avoid
losing floppy disks with important school...</p> <p>For instance,
let's say you had a HUGE school...</p>
HTML -
Paragraph Justification
•Paragraphs can be formatted in HTML much the
same as you would expect to find in a word processing program. Here the align
attribute is used to "justify" our paragraph.
•HTML Code:
•<p align="justify">For
instance, let's say you had a HUGE school or work...</p>
HTML - Paragraph Centering
•<p align="center">For
instance, let's say you had a HUGE school or work...</p>
HTML - Paragraph Align Right
•<p align="right">For
instance, let's say you had a HUGE school or work...</p>
0 comments:
Post a Comment