CBSE BOARD X, asked by tripathiaadrika27, 9 months ago

structure of HTML?????​

Answers

Answered by Vishal96433
2

Explanation:

Full form of HTML is equal to hypertext Markup Language

Answered by namanyadav00795
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