Computer Science, asked by jeenapathania221, 6 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 ashokdebnath989
29

Answer:

<html>

<body> <bg color = yellow>

<u><i>school name <i> <u>

<u><i> school address <i><u>

<\ body>

<\html>

Answered by shah74195723
4

Answer:

firstly we will write the,

<html>

<head>

<title> Font style </title>

</head>

<body>

<b> school </b>

<br> </br>

<u> school </u>

<br> <br>

<i> school <i>

< font colour = "yellow" > school </font>

Similar questions