•The <body> element is where all content is placed.
(Paragraphs, pictures, tables, etc). For now, it is only important to
understand that the body element will encapsulate all of your webpage's
viewable content.
•HTML Code:
•<html>
•<head>
•<title>My
WebPage!
•</title>
•</head>
•<body>
Hello World! All my content goes here!
•</body>
•</html>
0 comments:
Post a Comment