Pages

Monday, April 6, 2015

The body Element

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>

No comments:

Post a Comment