Computer Science, asked by riyashah771, 8 months ago

ations.
SOP 1: Write a program using HTML with following speciricato
• The background colour should be green.
. The text colour should be red.
• The heading should be large in size as 'My First Web Page'.
• Display a horizontal line after the heading.
• Display your name in Bold, address in Italics and standard as 11th.​

Answers

Answered by ommirdha1111
2

Answer:

Explanation:

<Html>

<Head>

<Title> acc</title>

</head>

<Body bgcolor="green">

<Font color="red"></font>

Abc

</body>

</html>

Savethe file w ith.html

Similar questions