HTML Paragraphs:
Paragraphs are used to
add text in a document.
Paragraphs are defined
with <p> tag. The use of ending
tag </p>
is
optional.
You can't be certain how
HTML will be shown.
Huge or little screens
and resized windows will make various outcomes.
With HTML, you can't
change the presentation by adding additional areas or additional lines in your
HTML code.
The program will
consequently, eliminate any additional areas and lines when the page is shown
Example:
·
Open notepad and type the following code:
<HTML>
<BODY>
<P>
This is a Paragraph </p>
<p>
This is an other Paragraph </p>
</BODY>
</HTML>
· Save the file as
“paragraph.html.”
· Double click the
file. The web page will appear as below:
Comments
Post a Comment
Please do not enter any spam link in the comment box