create. web page by using a html tag on topic animals
1. the topic should be centre aligned and colored should be blue
2. write a paragraph about the topic and colour of paregraph should be pink
Answers
Answered by
2
<html>
<head>
<title>A paragraph</title>
</head>
<body>
<center><font color="blue">Animals</font></center>
<br><br>
<p><font color="pink">Write ur paragraph here</font></p>
</body>
</html>
<head>
<title>A paragraph</title>
</head>
<body>
<center><font color="blue">Animals</font></center>
<br><br>
<p><font color="pink">Write ur paragraph here</font></p>
</body>
</html>
Similar questions