Comment diviser une page Web dans HTML
<!DOCTYPE html>
<html>
<head>
<title>My First Webpage</title>
</head>
<body>
<p> Hello I am a paragraph </p>
</body>
</html>
Visit the source for more clear understanding.
Yucky Yak