prepare the general format of HTML Tag.
Answers
Answered by
0
Answer:
The general format for HTML doc will be
Explanation:
<html>
<title>
Here we will type text to be displayed in title bar
</title>
<body>
Here we will type other tags
</body>
</html>
Similar questions