hcs-html-ccs/vietnam.html
2024-04-10 09:49:31 +02:00

41 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="de">
<head>
<title>Vietnam</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="HTML & CSS Course exercise.">
<meta name="author" content="Sebastian Wendel" />
<meta name="created" content="2024-04-09T11:14:22.450262740" />
</head>
<body>
<h1>Vietnam</h1>
<section>
<h2>Information</h2>
<p>Vietnam ([vi̯ɛtˈna[ː]m], vietnamesisch Việt Nam [in Hanoi viɜʔt̚˧ˀ˨ʔ naːm˧˧], Bedeutung „Viet des
Südens“,
amtlich Sozialistische Republik Vietnam, vietnamesisch Cộng hòa Xã hội chủ nghĩa Việt Nam, Chữ Nôm
共和社會主義越南
[in Hanoi kɜwŋ͡m˧ˀ˨ʔ hwaː˨˩ s̪aː˦ˀ˥ hoj˧ˀ˨ʔ ṯɕu˧˩ ŋiɜ˦ˀ˥ viɜʔt̚˧ˀ˨ʔ naːm˧˧]) ist ein langgestreckter
Küstenstaat in Südostasien.</p>
</section>
<section>
<h2>History</h2>
<p>Er grenzt an China, Laos, Kambodscha, den Golf von Thailand und das
Südchinesische Meer. Die Hauptstadt von Vietnam ist Hanoi, größte Stadt nach Einwohnern ist
Ho-Chi-Minh-Stadt (Saigon); weitere bedeutende Metropolen des Landes sind Hải Phòng, Cần Thơ und Đà
Nẵng. Die Mehrheit der Bevölkerung sind Vietnamesen. </p>
</section>
<img src="https://images.unsplash.com/photo-1556225496-ff493e20d9a0?q=80&w=4140&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
title="Vietnam" alt="Ruderboot auf einem Fluss in Vietnam">
<a href="countries.html">zurück zur Hauptseite</a>
</body>
</body>
</html>