Write the html code to display your name in bold italic and underlined
Answers
Answered by
40
To make text bold, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and press B on the keyboard. To make text italic, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and then press the I on the keyboard.follow it u will find a way
Answered by
67
Hey There!!!
HTML stands for Hyper Text Markup Language .
It is used in designing of websites.
Here are the tags you need to use:
Bold -> <b>Text</b>
Italics -> <i>Text</i>
Underline -> <u>Text</u>
So, here, your code would be:
______________________
<html>
<body>
<b><i><u>Your Name Here</u></i></b>
</body>
</html>
______________________
Hope it helps,
Purva
Brainly Community
HTML stands for Hyper Text Markup Language .
It is used in designing of websites.
Here are the tags you need to use:
Bold -> <b>Text</b>
Italics -> <i>Text</i>
Underline -> <u>Text</u>
So, here, your code would be:
______________________
<html>
<body>
<b><i><u>Your Name Here</u></i></b>
</body>
</html>
______________________
Hope it helps,
Purva
Brainly Community
Similar questions