Computer Science, asked by ojashsinhaomk, 1 year ago

structure of HTML webpage. (please answer fast)

Answers

Answered by siddhartharao77
5
Structure of HTML:

<html>

<head>   --------- Optional

<title>Structure of webpage</title>   --------- optional

</head>

<body>

</body>

</html>


Hope this helps!

siddhartharao77: :-)
ojashsinhaomk: is this right answer
siddhartharao77: Yes..100%.
ojashsinhaomk: thanks for that
siddhartharao77: Welcome!
Answered by shekharrajbhar
1
<html>
<head>
<title>the title of the web page </title>
</head>
<body> the body of the web page like content detais etc </body>
</body>

</body>
Similar questions