Computer Science, asked by prachiti22april, 9 months ago

Write a program using html with following specifications ( please answer asap it's very imp)

Attachments:

Answers

Answered by bangtangranger
19

Answer:

<html>

<head><title>

Web Page

</title>

<body bgcolor="green" text="red">

<h1><p ALIGN="center"><b><u>My First Web Page</p></b></u></h1>

<b>I am Lilly.</b> <i>I live in Italy.</i> I am studying in 11th standard.

</body>

</head>

</html>

Pls mark as brainliest

Answered by SushmitaAhluwalia
3

HTML code for formatting text:

<!DOCTYPEhtml>

<html>

                           <!---body of the program starts here--->

<body style="background-color:green">

                           <!---changes background to green--->

<h1><font color="red"><u>MY FIRST WEBPAGE</u></font></h1><br>

                           <!---The text is displayed in red--->

<b>JASMINE</b><br>

                           <!---displays name in bold--->

<i>36 CHINA TOWN</i><br>

                            <!---displays address in italics--->

<h4>V STANDARD</h4>

</body>

                              <!---body of the program ends here--->

</html>

Similar questions