By GokiSoft.com| 21:22 16/10/2023|
Học HTML5 - CSS3

Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần advanced

Trước khi bắt đầu làm bài này. Bạn có thể làm bài tập đơn giản hơn về Text trong HTML5

Vui lòng xem tại đây => Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần basic

Phản hồi từ học viên

5

(Dựa trên đánh giá ngày hôm nay)

Nguyên Phấn Đông [community]
Nguyên Phấn Đông

2020-10-09 01:50:56

london


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attractions in Europe</title>
</head>
<body>
   <h1><u style="color: black;font-style: arial;font-size: x-large;text-transform:capitalize;text-transform: uppercase;">Europe Tourist Attractions</u></h1>
   <h2><u style="font-style: cursive;font-size: medium;">London</u></h2>
   <h3 style="margin-left: 10px;font-style: cursive;font-size: medium">• Famous for Bockingham Palace, the residence of Queen Elizavebeth</h3>
   <h3 style="margin-left: 10px;font-style: cursive;font-size: medium">• Town of London</h3>
   <h3 style="margin-left: 10px;font-style: cursive;font-size: medium">• Big Ben</h3>
   <h2><u style="font-style: cursive;font-size: medium;">black</u></h2>
</body>
</html>



Nguyên Phấn Đông [community]
Nguyên Phấn Đông

2020-10-09 01:50:40

Tourist Attractions in Europe


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attractions in Europe</title>
</head>
<body>
  <h1><u style="color: black;font-style: arial;font-size: x-large;text-transform:capitalize;text-transform: uppercase;">Europe Tourist Attractions</u></h1>
 <i style="	font-size: small;font-style: verdana"> <h2>Some of the must visit tourist places in Europe:</h2></i>
 <h3><u style="font-style: cursive;font-size: medium;">London</u></h3>
 <h3><u style="font-style: cursive;font-size: medium;">Paris</u></h3>
 <h3><u style="font-style: cursive;font-size: medium;">Italy</u></h3>
</body>
</html>



nguyễn Sử [T2008A]
nguyễn Sử

2020-10-08 11:07:33


#Italy.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attractions in Europe</title>
	<meta charset="utf-8">
	<style type="text/css"></style>
	<!-- luu css -->
	<!-- luu js -->

	 	.heading{
	 		text-decoration: underline;
	 		font-heading:  arial;
	 		font-size: x-large;
	  		font-weight: bold;
        	text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         	text-decoration: underline;
        	font-heading: cursive;
         	font-size: medium;
        	text-transform: capitalize;
     }
</head>
<body>
	<h1> Europe Tourist Attractions </h1>
	<p class="heading">Tourist Attractions in Europe</p>
	<p class="general"><ins> Italy </ins></p>
	<p> <ol style="list-style-type: circle;">		
		<li> The Vatican </li>
		<li> Turin has the Ergizio Museum </li>
		<li> The Leaning Tower of Pisa </li>

		<a href="TourisAttractions.html"> Back </a>


</body>
</html>



nguyễn Sử [T2008A]
nguyễn Sử

2020-10-08 11:02:38


#paris.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attractions in Europe</title>
	<meta charset="utf-8">
	<style type="text/css"></style>
	<!-- luu css -->
	<!-- luu js -->

	 	.heading{
	 		text-decoration: underline;
	 		font-heading:  arial;
	 		font-size: x-large;
	  		font-weight: bold;
        	text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         	text-decoration: underline;
        	font-heading: cursive;
         	font-size: medium;
        	text-transform: capitalize;
     }

</head>
<body>
	<h1> Europe Tourist Attractions </h1>
	<p class="heading">Tourist Attractions in Europe</p>
	<p class="general"><ins> Paris </ins></p>
	<p> <ol style="list-style-type: circle;">		
		<li> Louvre Museum </li>
		<li>The Champ Elysees and Arch du Triomph </li>
		<a href="TourisAttractions.html"> Back </a>

</body>
</html>



vuong huu phu [T2008A]
vuong huu phu

2020-10-08 10:55:04



https://dddeee22.herokuapp.com/bai2/bai2.html



Trần Văn Lâm [T2008A]
Trần Văn Lâm

2020-10-08 05:12:44


#Ytaly.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attraction in Europe</title>
	<meta charset="utf-8">
	<style type="text/css">
		.heading{
	 	text-decoration: underline;
	 	font-family: :  arial;
	 	font-size: x-large;
	  	font-weight: bold;
        text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         text-decoration: underline;
         font-family: : cursive;
         font-size: medium;
         text-transform: capitalize;
     }
	</style>
</head>
<body>
	<p class="heading">Tourist Attraction in Europe </p>
	<u><p class="general">Italy</p></u>
	
		<p><ol style="list-style-type: ">
			<li>City Milan</li>
			<li>ST.Mark</li>
			<li>Vesuvius</li>
		</ol></p>
	<a href="TouristAttraction.html">Back</a>
</body>
</html>



Trần Văn Lâm [T2008A]
Trần Văn Lâm

2020-10-08 05:06:01


#Paris.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attraction in Europe</title>
	<meta charset="utf-8">
	<style type="text/css">
		.heading{
	 	text-decoration: underline;
	 	font-family: :  arial;
	 	font-size: x-large;
	  	font-weight: bold;
        text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         text-decoration: underline;
         font-family: : cursive;
         font-size: medium;
         text-transform: capitalize;
     }
	</style>
</head>
<body>
	<p class="heading">Tourist Attraction in Europe </p>
	<u><p class="general">Paris</p></u>
	
		<p><ol style="list-style-type: ">
			<li>Mont Saint Michel </li>
			<li>Versille</li>
			<li>Eiffel</li>
		</ol></p>
	<a href="TouristAttraction.html">Back</a>
</body>
</html>



Trần Văn Lâm [T2008A]
Trần Văn Lâm

2020-10-08 05:05:37


#London.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attraction in Europe</title>
	<meta charset="utf-8">
	<style type="text/css">
		.heading{
	 	text-decoration: underline;
	 	font-family: :  arial;
	 	font-size: x-large;
	  	font-weight: bold;
        text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         text-decoration: underline;
         font-family: : cursive;
         font-size: medium;
         text-transform: capitalize;
     }
	</style>
</head>
<body>
	<p class="heading">Tourist Attraction in Europe</p>
	<u><p class="general">London</p></u>
	<p><ol style="list-style-type: ">
		<li>City Cambrige</li>
		<li>City Manchester</li>
		<li>Royal Liver</li>
	</ol></p>
	<a href="TouristAttraction.html">Back</a>

</body>
</html>



Nguyễn Tiến Đạt [T2008A]
Nguyễn Tiến Đạt

2020-10-08 05:01:10



https://gokisoft09.herokuapp.com/Lesson%202/Advance/TouristAttractions.html



Trần Văn Lâm [T2008A]
Trần Văn Lâm

2020-10-08 04:07:24


#TourisAttraction.html


<!DOCTYPE html>
<html>
<head>
	<title>Tourist Attraction in Europe</title>
	<meta charset="utf-8">
	<style type="text/css"> .heading{
	 	text-decoration: underline;
	 	font-family: :  arial;
	 	font-size: x-large;
	  	font-weight: bold;
        text-transform: capitalize;
        
        }
        .general{
            font-style: italic;
            text-align: center;
        }

        .places{
         text-decoration: underline;
         font-family: : cursive;
         font-size: medium;
         text-transform: capitalize;
     }</style>

</head>
<body>
	<p class="heading">Tourist Attraction in Europe</p>
	<p class="general">Some of the must visit tourist places in Europe</p>
	<div class="places">
		<a href="London.html" target="_people">London</a><br>
		<a href="Paris.html" target="_people">Paris</a><br>
		<a href="Ytaly.html" target="_people">Ytaly</a><br>
	</div>

</body>
</html>