-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |