Computer Science, asked by surajsaini7015982340, 4 months ago

give the heading My First Web Page as H1 tag,Face=Times New Roman,Color=Red,Align=Center.​

Answers

Answered by sanjaypal146
5

Answer:

<!DOCTYPE html>

<html>

<head>

<title></title>

</head>

<body>

<h1 style="font-family: Times New Roman; color: red; text-align: center;">

My first webpage

</h1>

</body>

</html>

Similar questions