Horje

Example HTML Paragraphs

Here is full example of HTML Paragraphs. You can try them yourself.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<p>
This is a paragraph.</p>
<p>
This is another paragraph.</p>
</body>
</html>

Output should be:

Example HTML Paragraphs




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Basic
Uploaded by:
Admin