Horje

Example of HTML Elements

HTML elements are typically defined by a start tag, content, and an end tag.

In this example:
  • <p> is the start tag.
  • This is a paragraph. is the content.
  • </p> is the end tag.
index.html
Example: HTML
<p>
This is a paragraph.</p>

Output should be:

Example of HTML Elements




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