Write the format coding of HTML.
Answers
Answered by
0
<html>
<head>
<title>.......</title>
</head>
<body>
........…...........
.......
.
</body>
</html>
<head>
<title>.......</title>
</head>
<body>
........…...........
.......
.
</body>
</html>
Answered by
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!
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
English,
1 year ago