Loading...

You have all the pieces to assemble a basic HTML document.

Now that you have learned about each section of a webpage, try the following review activity. Practice putting the tags of a basic HTML structure in order.

<!DOCTYPE html>

<html lang="en">

<head>

<title></title>

</head>

<body>

</body>

</html>

Drag and drop the items into the correct order from top (first) to bottom (last).