Tell me this question coding
Attachments:
Answers
Answered by
1
Answer: Here is your Answer
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction to HTML</title>
</head>
<body bgcolor="White">
<h1>
<font face="Chiller" color="Red">Introduction to HTML</font>
</h1>
<p align="left">
Your paragraphs here :)
</p>
<footer>
<div>
<copyright>
<b>Created by Anshu Bhardwaj</b>
</div>
</footer>
</body>
</html>
Similar questions