Computer Science, asked by afsal6966, 3 days ago

Write an HTML documents to create a web page in HTML on the topic "National Festivals of India." Set the left and top margin as 50, background color as yellow and text color as green.

Answers

Answered by Anonymous
0

Answer:

<HTML>

<head>

<title> National festival of India </title>

</head>

<body bg colour ="yellow"text color=" green" left margin ="50" top margin= "50">

NATIONAL FESTIVAL OF INDIA

</body>

</HTML>

Similar questions