HTML ડોક્યુમેન્ટનું સ્ટ્રકચર (માળખું)
<HTML>
<HEAD>
<TITLE> First Page </TITLE>
</HEAD>
<BODY>
Answers
Answered by
0
The Structure of HTML is Right but there some less items.
<html>
<head> <title> YOUR TITLE </title> </head>
<body>
<h1> YOUR HEADING </h1>
</body>
</html>
*You should have "</html>".
*use <h(Size of txt{in numerical})>
*You can use CSS file for walpaper or making more atractive page.
Similar questions