Computer Science, asked by jiya143, 1 year ago

create a web page and set title as '7 wounder of world 'set the background colour of the web page to blue . create the heading using font six 6 fount color yellow .

Answers

Answered by Maxcaulfield
6
html:

<html>
<head>
<title>SWOTW</title>
</head>
<body bgcolor="blue">
<font text=yellow>
<h6> 7 wonders of the world</h6>
</font>
</body>
</html>


Pls mark brainliest
Similar questions