Sample Web Page
Explore the structure of a sample web page by examining its HTML code. Understand how headings, paragraphs, div containers, lists, and links are organized and how IDs are assigned to elements. Gain foundational knowledge needed to traverse and manipulate the DOM in JavaScript effectively.
We'll cover the following...
We'll cover the following...
Here’s the example web page used throughout this chapter.
Explanation
Let’s see the above HTML code in detail.
- Line 1: Declares
<html>tag and with this tag, HTML document starts. - Lines 2-3: Declare opening and closing of
<head>tag. The Head section of