Computer Science, asked by riyarajput2197, 25 days ago

Rajat wants to display text in bold,
italic and underlined in a web page,
which tags he should use to apply
respective effects?​

Answers

Answered by FBIpuppy
0

Answer:

<b> for bold and

<i> for italic

should be used for the respective effects

Explanation:

cut its creator made it like that duh

Answered by yashc26368
1

Answer:

HTML Text Formatting Bold, Italic, and Underline

Bold Text. To bold text, use the <strong> or <b> tags: <strong>Bold Text Here</strong> ...

Italic Text. To italicize text, use the <em> or <i> tags: <em>Italicized Text Here</em> ...

Underlined Text.

Similar questions