Skip to content

Instantly share code, notes, and snippets.

@LittlePenguin-8104
Created June 12, 2024 16:55
Show Gist options
  • Save LittlePenguin-8104/6e609d6cb6f491cbaafd2227cd52d49f to your computer and use it in GitHub Desktop.
Save LittlePenguin-8104/6e609d6cb6f491cbaafd2227cd52d49f to your computer and use it in GitHub Desktop.
Assignment
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Final-Grading Assignment</title>
</head>
<body>
<header>
<h1>This is my Own Webpage I made about Vietnam - My Hometown</h1>
<nav>
<ul>
<li><a href="#About Vietnam">About Vietnam</a></li>
<li><a href="#About Traditional food">About Traditional food</a></li>
<li><a href="#More information">More Information</a></li>
</ul>
</nav>
</header>
<main>
<section id = "About Vietnam">
<h2>About Vietnam</h2>
<p>Vietnam is a Southeast Asian country known for its beaches, rivers, Buddhist pagodas and bustling Cities. Hanoi, the capital of VIetnam, pays homage to the nation's iconic Communist-era leader, Ho Chi Minh, via a huge marble mausoleum. </p>
<img src="https://static.independent.co.uk/s3fs-public/thumbnails/image/2018/05/11/10/hanoi-main.jpg" alt="Hanoi Old Town"
width="800"
height="500">
<p>Old Town In the morning in Hanoi, Vietnam</p>
<img src="https://www.migratingmiss.com/wp-content/uploads/2018/05/Halong-Bay-Cover.jpg" alt="Halong with boats and Island"
width = "800"
height="500">
<p>Ha Long Bay in Hai Phong, Vietnam</p>
</section>
<section id ="About Traditional food">
<h2>About Traditional Food</h2>
<p>Some traditional food when you come to Vietnam you have to try this food.</p>
<ol>
<li>Banh Chung</li>
<img src="https://file1.dangcongsan.vn/data/0/images/2021/02/08/duongntcd/13-chung-tet-td.jpg?dpi=150&quality=100&w=680" alt="Banh Chung ngay Tet">
<p>Banh Chung is the oldest cake in Tet. It makes from glutinous rice and some beans and meats.</p>
<p>Fold it squarely and tie it. And then boil in 70 to 80 degree in eight to ten hours. </p>
<li>Pho Bo</li>
<img src="https://hidafoods.vn/wp-content/uploads/2023/10/cach-nau-pho-bo-bap-hoa-thom-ngon-dam-da-huong-vi-4.jpg" alt="Pho Bo Hanoi"
width="650"
height="450">
<p>Pho Bo is a Vietnamese beef noodle soup that is typically made with a flavorful beef broth, rice noodles, and thinly slided beef. </p>
<p>Then topped with fresh herbs, beanspouts and finished with some lime juice.</p>
<li>Banh Mi</li>
<img src="https://image.nhandan.vn/w800/Uploaded/2024/igpcvcvjntc8510/2023_04_02/copy-of-banh-mi-phuong-3-1656737659-4047.png.webp" alt="Banh Mi Vietnam"
width="650"
height="400">
<p>Banh Mi in Vietnamese suisine it is often split lengthwise and filled with meat and savory ingredients like a submarine</p>
<p>sandwich and served as a meal, called Banh Mi Thit.</p>
</ol>
</section>
<section id = "More information">
<h2>More Information</h2>
<p>For more information about Vietnam, you can try this link: </p>
<a href="https://vinpearl.com/en/vietnamese-people-facts-to-know-to-have-the-best-cultural-experiences#:~:text=Vietnamese%20people%20in%20the%20Northern,as%20being%20more%20%22Westernized%22.&text=In%20Vietnam%2C%20family%20is%20highly%20valued%20and%20deeply%20rooted%20in%20society."
target="_blank">
<button>Vietnamese People</button></a>
<a href="https://en.vietnamplus.vn/vietnam-land-of-famous-landmarks-and-scenic-beauty-post279857.vnp"
target="_blank">
<button>Vietnam's scenic beauty</button></a>
<a href="https://www.travelvietnam.com/blog/overview-of-vietnamese-culture.html#:~:text=Part%20of%20the%20East%20Asian,%2C%20Turtles%2C%20Phoenix%2C%20Unicorn."
target="_blank">
<button>Vietnamese Culture</button></a>
</section>
</main>
<footer>
<p>&copy;2024 Nguyen Phu Thinh Webpage.</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment