Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,26 @@
<title>Document</title>
</head>
<body>
<header></header>
<header>
<h1>Lord of the Ring Series</h1>
<p>The Lord of the Rings is a trilogy of epic fantasy adventure films directed by Peter Jackson, based on the novel The Lord of the Rings by English author J. R. R. Tolkien. The films are titled identically to the three volumes of the novel: The Fellowship of the Ring (2001), The Two Towers (2002), and The Return of the King (2003). </p>
</header>
<main>
The Fellowship of the Ring, The Two Towers, The Return of the King
<!-- Start of the table task -->
<!-- Convert the following text into a proper table -->
<!-- Remember to use table container, table header, table body and other proper and semantic elements like th, td, and tr. Optionally, you can add a table caption. -->
Name
<ul>
<li>Aragorn</li>
<li>Elrond</li>
<li>Frodo</li>
<li>Galadriel</li>
<li>Gandalf</li>
<li>Gimli</li>
<li>Legolas</li>
<li>Saruman</li>
</ul>
Race
Characteristics
Aragorn
Expand Down