Computer Science, asked by vibhashukla8894, 5 months ago

plz tell me the solutionnnn​

Attachments:

Answers

Answered by madhalaimuthucharlas
0

<!doctype html>

<html dir="ltr" lang="en">

<head>

<meta charset="utf-8">

<title>New Tab</title>

<style>

h1{

text-align:center;

font-family:cursive;

}

body{

background-color:yellow;

}

p{

color:blue;

}

</style>

</head>

<body>

<h1>This New Website</h1>

<p>

This is First Paragraph

</p>

<p>

This is Second Paragraph

</p>

<p>

This is Third Paragraph

</p>

</body>

</html>

Similar questions