Computer Science, asked by Akshat2020, 8 months ago

rite down the code to generate the web page given below with the following points 1. Title of the page is "Save the Earth" 2. The background of the page is yellow. 3. The font used for heading is "Ariel", size is 6 and the color is Blue. 4. The rest of the text is in "verdana" and size 3 5. Image used is "main.jpg" (you can use any image) 6. The list has pages linked as follows Home - home.html Faq - faq.html Pollution - poll.html (Note: write the code in a word document and upload - desktop or laptop users hand write on a sheet, take a photo of it and upload - mobile phone users) (Non-anonymous question ) Your name and file upload actions will be recorded in OneDrive and visible to the form owner. (6 Points)

Answers

Answered by VISHALKUMARV22
18

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Save The Earth</title>

</head>

<body bgcolor="yellow">

<h1><font size="6" face="Ariel" color="Blue">Save The Earth</font></h1>

<img src="main.jpg">

 

</body>

</html>

Similar questions