Design a web page on topic disaster management HTML and show the use of paragraph tag along with different attribute values
Answers
Answered by
2
Answer:
Explanation:
<html>
<head>
<title>
Disaster Management
</title>
</head>
<body bgcolor="lightblue">
<h1 align="center">
<font face="Palatino Linotype"><u>Disaster Management</u></font>
</h1>
<hr>
<font size="5" face="Centaur">
<p align="center" bgcolor="cyan"> <b>write your paragraph here/b> </p>
<hr>
<p align="center" color="yellow" bgcolor="black"> <b><i>Updated on 21<sup>st</sup> sept 2020</i></b> </p>
</font>
</body>
</html>
You can add p tags and write more paragraphs...
And design and color it from yourself...
Hope it may help you ...
Answered by
1
Increase points.....................
Similar questions