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
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.... ☆ :)
<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
Psychology,
7 months ago
Computer Science,
7 months ago
Math,
7 months ago
Physics,
1 year ago
History,
1 year ago