What is HTML document?

Опубликовано: 27 Октябрь 2024
на канале: Mazhar ullah Wazir
145
14

1: The " html "declaration defines this document to be HTML 5.
2:The html element is the root element of an HTML page.
3:The head element contain meat information about the document.
4:The title element specifies a title for the document.
5;The body element contains the visible page content.
HTML TAGS
HTML tags are element names surrounded by angle brackets:
tag name content goes here....tag name
HTML tags normally come here in pair like p and /p
the first tag in a pair is the start tag, the second tag is the end tag