Which of the following is not a Container Tag?
<head>
<body>
<html>
<frame>
Answers
Answered by
2
Answer:
<html>
Explanation:
The <html> tag represents the root of an HTML document, hence also called as the root element. It is a container of all elements (except !Doctype) such as <head>, <body> and each element which appears in the HTML document.
Similar questions