Computer Science, asked by rachit812, 8 months ago

Tell me this question coding​

Attachments:

Answers

Answered by dfdjy
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