Computer Science, asked by sunnykaliyaan18, 3 months ago

5. ਕਿਸੇ ਵੀ HTML ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਪਹਿਲਾ ਟੈਗ ਕੀ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ? / What should be the first tag in any HTML document? / किसी भी HTML दस्तावेज़ में पहला टैग क्या होना चाहिए? *

<head>

<title>

<html>

<document>


Answers

Answered by Jasleen0599
0

<html>

<html> should be the first tag in any HTML document.

  • <html>. Angle brackets (>) enclose the names of the elements in an HTML tag. The first tag that should be used when editing an HTML document is <html>.
  • A type of HTML document component, or HTML node, is known as an element. Simple HTML nodes, like text nodes, and HTML elements, which give document sections semantics and styling, make up an HTML document's tree structure. The HTML attributes for each element can be specified.
  • The most popular definition of an HTML tag is a group of characters that together create a structured directive for a Web page. The fundamental building blocks of HTML are tags, which give instructions or recipes for the visual content that users see on the Web.
  • It is also possible to categorise the HTML tags into a few fundamental groups, such as the Basic HTML Root Tags, Formatting Tags, Audio and Video Tags, Form and Input Tags, Frame Tags, Link Tags, List Tags, Table Tags, Style Tags, Meta Tags, etc.

#SPJ2

Similar questions
Math, 1 month ago