basic of html coding
Answers
Answered by
3
All HTML documents must start with a document type declaration: <!DOCTYPE html>.
The HTML document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.
MARK AS BRAINLIEST
HOPE THIS IS HELPFUL TO YOU!
sahilkashyup86:
thanks
Answered by
1
◆HERE IS YOUR BASIC HTML CODING
<html>
<head>
<title>my webpage</title>
</head>
<body>
</body>
</html>
Hope this coding helps you and any doubts then ask^_^
Pls mark as brainliest answer❤❤❤
Follow me too on insta and brainly
✋✋✋✋✋✋
Attachments:
Similar questions