1. Short Answer Questions
1. What is HTML?
2. What is the basic structure of an HTML document?
3. What is meant by HTML tags?
Answers
Answered by
2
Answer:
HTML stands for hypertext markup language
the basic structure is
<html>
<head>
<title>
</head>
<body>
contents
</body>
</html>
HTML tags:
An HTML element starts with a tag and ends with the tags. they're not case sensitive.
Similar questions