Computer Science, asked by pranjal1229, 5 months ago

ܓ
Design a webpage wing the following tags-
i) Add background colour as grey
ii) Heading as My first page as h1 tag
iii) align=center, font size=10,
color= blue, left margin=200,
top margin= 150

Answers

Answered by faseelaandru
1

<html>

<head>

<title>

</title>

</head>

<body>

<background-color = "grey">

<h1>My First Page</h1>

<p style="text-align: center; font-size: 10px; color: blue; left-margin: 200px; top-margin: 150px">Hello World</p>

</body>

</html>

Similar questions