3.
Which of the following is not the part of HTML structure?
a) HTML
b) HEAD
c) BODY
d) None of these
Hou manu tuner of HTML tag in available?
Answers
Answer:
(d) IS CORRECT...
HOPE IT HELPS YOU
PLEASE MARK AS BRANLIEST
The correct answer is option(d) None of these
HTML, HEAD, BODY all are part of HTML structure
HTML is a relatively simple programming language. Every tag begins with a <and finishes with a >. The paragraph tag, for example, is <p>.
There are a variety of HTML tags that may be used to assist you build your web page. In HTML, there are four mandatory tags. HTML, title, head, and body are the four elements. The opening and closing tags, as well as a description and an example, are included in the table below.
<html> </html> These are the tags you put at the beginning and end of an HTML file.
<head> </head> This includes information including title, meta tags, content type, links to external pages like CSS and JavaScript.
<body> </body> This contains the contents of the document
There are 142 and 132 HTML tags according to Mozilla Developer Network(MDN) and HTML.com respectively.
#SPJ3