+ 3
Which tag contains the visual part of a webpage?
3 odpowiedzi
+ 7
Hello, Systemblack !
"<body>"
You need to learn more html to understand all the principles and concepts
+ 2
thanks but I have already solved the problem before now, thanks anyway Alexander Sokolov
+ 1
<html> is the whole webpage.
<head> includes stuff such as the title or links to JavaScript libraries or external CSS pages.
<body> is the visual part of the webpage.