Computer Science, asked by jeenapathania221, 9 months ago

write the HTML code to display your school's name and address in italics,underline the text and give it yellow colour on the webpage​

Answers

Answered by prashantsai1267
0

Answer:

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>

Explanation:

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

Similar questions