Computer Science, asked by jiminiemochie8, 4 months ago

Which of the following is not a Container Tag? 

<head>

<body>

<html>

<frame>

Answers

Answered by Anonymous
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