Computer Science, asked by py99816, 1 month ago

6. You are required to design an html page in which a few lines of a paragraph are to be formatted

differently from the rest of the lines. Which tag will assist in this​

Answers

Answered by JessiRockifer7
2

Answer:

Tags that will assist:

<b>: Is used to make something bold

<i>: Is used to make something italic

<h1>...<h6>: Different heading styles

<font color='...'>: Changes color of the font

Explanation:

Hope this helps XD

Answered by saralagowda70900
2

Answer:

<span> is used, inside that you can add style attributes

Similar questions