Computer Science, asked by satyam3118, 1 year ago

what are the basic HTML tags and for what purpose they are used​

Answers

Answered by Megdev
1

Answer:

A text header, denoted using the <h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags.

A paragraph, denoted using the <p> tag.

A horizontal ruler, denoted using the <hr> tag.

A link, denoted using the <a> (anchor) tag.

A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.

An image, denoted using the <img> tag

A divider, denoted using the <div> tag

A text span, denoted using the <span> tag

Answered by aditi1103
1

Explanation:

we use it for making our web pages

Attachments:
Similar questions