Computer Science, asked by BrainlyHelper, 1 year ago

Write the format coding of HTML.

Answers

Answered by hhhy1
0
<html>
<head>
<title>.......</title>
</head>
<body>
........…...........
.......
.

</body>
</html>
Answered by duragpalsingh
2
Hey!

Format Coding of HTML:

<html>
<head>
<title> .... </title>
</head>
<body>
................................................
................................................
................................................
</body>
</html>

Note: HTML is not case-sensitive language. So, we can write in capital letters as well as small letters.

Hope It Helps You!
Similar questions