HTML Elements

Home About Us

Paragraph Tag

The <p> tag defines a paragraph.Entities also used

Example:This is a paragraph in HTML.

Strong Tag

The <strong> tag is used to define important text. text display in bold,

Example: This is a strong

Image Tag

The <img> tag is used to embed images into an HTML page.

Example:

 Image
HTML Entities

HTML entities are used to display reserved characters in HTML, such as <, >. To display characters correctly, you must use an entity.

Example:

This is how you display a less-than symbol: <

This is how you display a greater-than symbol: >

Ordered and Unordered Lists
Ordered List:
  1. First item
  2. Second item
  3. Third item
Unordered List: