- 11
which tag contains the visual part of the web page?
14 Answers
+ 8
<body>
+ 4
whatever u write under body tag
+ 2
the <html> tag contains all content, visual and behind the scene.
the <head> tag contains all the styles, meta tags and other information about the page that isn't visually shown except the <title> tag.
the <body> tag contains the content of the page that is visual, but some content that isn't shown can also be stored in the <body> such as the <script> tag which contains Javascript.
hope this helped you understand the tags a bit better :)
+ 2
Body
+ 2
body
+ 1
body
+ 1
The correct answer is Body tag <body>.
+ 1
Body
0
Fill in the blanks:
<html>
<head>
</
>
<body>
This is a line of text.
</
>
</html>
0
<body>
0
body
0
<body>
0
<body>
0
Which is the correct ans..<html>or<body>