FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WEB PAGE DESIGN AND PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
HTML element that contains the visible page content
A
<body>
B
<main>
C
<center>
D
<index>
Explanation: 

Detailed explanation-1: -In HTML, the <body> tag holds all the visible content of a proper web-page. Primarily, the <head> and <body> tags contain all the content of the HTML document.

Detailed explanation-2: -The <body> element defines the document’s body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

Detailed explanation-3: -BODY Tag <body> The Body Tag contain all visible contents of a web page like paragraph, headings, tables, lists, images, videos visible to user.

Detailed explanation-4: -The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body> element in an HTML document.

There is 1 question to complete.