Computer Science, asked by soniojha2101, 1 year ago

Write the HTML code to generate the following output- •Background cover of webpage is blue. •Name of the school is heading style H1 and align centre. •The horizontal rule lines used are to be yellow colour with the thickness of 5. •The text "contact us" should be linked with xyz @gmail.com

Answers

Answered by LuckyYadav2578
2
<html>
<head>
<title>
school name
</title>
</head>
<body bg color="blue">
<centre> <h1> name of the school </h1> </centre>
<hr thikness=5 color="yellow">
<a href="[email protected]">contact us </a>
</body>
</html>

.....hope its help
dear......if any problem in understanding then you can ask in comment.... ☆ :)
Similar questions