Computer Science, asked by seemabegumkhan14, 6 months ago

what are the stxeclure of html ​

Answers

Answered by keerthanas87
1

Explanation:

An HTML document has two main parts: the head and the body. But firstly every HTML document should start by declaring that it is an HTML document. These tags are of the form: <html>

Answered by 6405
1

Structure of an HTML Document

An HTML document has two main parts: the head and the body. But firstly every HTML document should start by declaring that it is an HTML document.

These tags are of the form:

<html>

Should appear at the beginning of your document.

</html>

Should appear at the end of your document.

Hope it helps and it is correct : )

Make me as brainlist if it is correct : )

Similar questions