Computer Science, asked by Daliprao22, 4 months ago

D. Identify the HTML tags.
1. It is used to define different levels of headings.
2. It is used to mark the beginning of a new paragraph.
3. It is used to give a line break.
4. It is used to make the text bold.
5. It is used to make the text italic.​

Answers

Answered by sanjaypal146
2

Answer:

1. heading tag (h1 to h6)

2. paragraph tag (<p>----</p>tag)

3. line break ( <br>tag )

4.bold (<b>tag)

5. italic (<i>tag)

Similar questions