structure of HTML?????
Answers
Answered by
2
Explanation:
Full form of HTML is equal to hypertext Markup Language
Answered by
3
What is HTML?
HTML = Hyper Text Markup Language
Unlike a scripting or programming language that uses scripts to perform functions a markup language uses tags to identify content.
example: <p> I am a paragraph </p>
Basic HTML Document Structure
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Basic HTML document</title>
</head>
<body>
.
.
.
.
.
.
</body>
</html>
More Question:
Explain with the help of code, how audio and video clips can be added in an HTML document.
https://brainly.in/question/12626074
Similar questions
Science,
6 months ago
Math,
6 months ago
Business Studies,
6 months ago
India Languages,
11 months ago
Social Sciences,
1 year ago
Science,
1 year ago