Computer Science, asked by Natasha004, 3 months ago

26.
Write the HTML coding for the following output:
5
KIDS LEARNING ZONE
COME! ENJOY YOURSELF
A. Name
B Activities
C Kids Club
See a Story
o Send a Story
Contact us via email for Enquires
Note the following points while generating the webpage.
i) Title of the page is "Website for Kids"
ii) The heading "KIDS LEARNING ZONE" and "COME! ENJOY YOURSELF" are center aligned and with
levels 1 and 3 respectively.
iii) Background color is "yellow" & color of text is Blue
iv) Image used is "kids.gif" from the file Kids Zone.
v) Link color of page is Maroon.
vi) The Pages are linked as follows
Home As home.htm
Activities As Act.htm
See a Story As SeeStory.htm
Send a Story As SendStory.htm
vii) Contact us via email for Enquiries : email link to [email protected]

Answers

Answered by deepakdiwaker310
0

<html>

<head>        Website for kids        </head>

<H1>      KIDS LEARNING ZONE" and "COME! ENJOY YOURSELF       </h1>

<h2>      Website for Kids       </h2>

</html>

Similar questions