Computer Science, asked by shuklaarun674, 4 months ago

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 samrada24
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