Computer Science, asked by kanha2242, 3 months ago

1.Which of the following is a valid tag in HTML?​

Answers

Answered by Anonymous
1

Answer:

here's your answer dear....

Explanation:

Description. The HTML <doctype> tag is used for specifying which version of HTML the document is using. This is referred to as the document type declaration (DTD). NOTE − The <! DOCTYPE> tag does not have an end tag!.....

hope this will helpful to you

Answered by Jasleen0599
0

<doctype>

<doctype> the following is a valid tag in HTML.

  • A!DOCTYPE> statement must appear at the top of every HTML document. There is no HTML tag in the declaration. The browser receives "information" from it about the type of document to anticipate.
  • The three DOCTYPES available in HTML version 4 are strict, transitional, and frameset. The following criteria must be met by a valid HTML tag: Opening tag () should be used at the beginning. It needs to be followed by either a single or double quotation string. One single quotes string, one double quotes string, or a closing tag (>) without single or double quotes should not be permitted.
  • The statement that this document is HTML5 is made via the tag DOCTYPE html>. The root element of an HTML page is the html> tag. Metadata for the HTML page is contained in the head> element. The title for the webpage we are presently generating is generated by the title> tag (our HTML page).
  • In reality, the DOCTYPE is not an HTML tag or element. By stating which HTML (or other markup language) version or standard is being used, it informs the browser how the document should be interpreted.

#SPJ3

Similar questions