Skip to content

Commit

Permalink
assignment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
billu006 committed Dec 14, 2024
1 parent 3f6df7b commit 9637d75
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
22 changes: 20 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Text Markup, Lists, and Links Challenge.</title>
</head>

<body>
<h1> 0000000000</h1>
<a href="./index.html">home</a>
<a href="./organizelistclassicnavels.html">Organize list classic novels</a>
<h1>Exploring the World of Literature.</h1>
<p><strong>World literature</strong> is used to refer to the total of the world's national literature and the
circulation of works into the wider world beyond their country of origin In the past, it primarily referred to
the masterpieces of Western European literature; however, world literature today is increasingly seen in an
international context. Now, readers have access to a wide range of global works in various translations.</p>
<p><em>Johann Wolfgang Goethe</em> used the concept of world literature in several of his essays in the early
decades of the nineteenth century to describe the international circulation and reception of literary works in
Europe,</p>
<blockquote cite="https://runjhunnoopur.medium.com/parwaaz-how-high-do-you-want-to-fly-624a862e5733">
<p>Allama Iqbal poetry said </p>
</blockquote>
<p><q>Tu ShaheeN Hai Parwaaz Hai Kaam Tera
Tere Saamne Aasman Aur Bhee Hain</q> by <em>Allama Iqbal</em></p>

</body>

</html>
20 changes: 20 additions & 0 deletions organizelistclassicnavels.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Organize a list of classic novels</title>
</head>
<body>
<a href="./index.html">home</a>
<a href="./organizelistclassicnavels.html">Organize list classic novels</a>
<ol>
<li>"Pride and Prejudice" by <em>Jane Austen</em></li>
<li><a href="https://www.example.com/1984-summary" target="_blank">"1984"</a> by <em> George Orwell</em></li>
<li>"To Kill a Mockingbird" by <em> Harper Lee</em></li>
<li>"Moby-Dick" by <em>Herman Melville</em></li>
<li>"The Great Gatsby" by <em> F. Scott Fitzgerald</em></li>
</ol>

</body>
</html>

0 comments on commit 9637d75

Please sign in to comment.