Computer Science, asked by jasmithkaur53, 11 months ago

Write a code in html to create a heading my first webpage ?​

Answers

Answered by utkarsh015
2

Answer:

<!DOCTYPE html>

<html>

<body>

<h1>My first webpage</h1>

<h2> This heading is smaller than previous one</h2>

<body>

<html>


utkarsh015: last two steps are wrong, sorry for such kind of mistake
Answered by nikki62
1

<html>

<body>

<h1> My first webpage </h1>

</body>

</html>

Similar questions