![]() |
HTML paragraphs are defined with the |
Followings are sample of HTML Paragraphs
<p>
This is a paragraph.</p>
<p>
This is another paragraph.</p>
Between <body> and </body> you should use HTML Paragraphs
Example:
HTML
<body>
<p>
This is a paragraph.</p>
<p>
This is another paragraph.</p>
</body>
Here is full example of HTML Paragraphs. You can try them yourself.
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p>
This is a paragraph.</p>
<p>
This is another paragraph.</p>
</body>
</html>
HTML Documents | HTML Basic |
HTML <!DOCTYPE> Declaration | HTML Basic |
HTML Headings | HTML Basic |
HTML Paragraphs | HTML Basic |
HTML Text Links | HTML Basic |
HTML Images | HTML Basic |
How to View HTML Source | HTML Basic |
Example of HTML Paragraphs | HTML Basic |
Use of HTML Paragraphs | HTML Basic |
Example HTML Paragraphs | HTML Basic |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Basic |
Uploaded by
: |
Admin |
Read Article https://horje.com/learn/1434/reference