By GokiSoft.com|
19:19 11/10/2023|
Học HTML5 - CSS3
Thiết kế website quản lý showroom - galaxy - Lập trình HTML5/CSS/Javascript
Tags:
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]](https://www.gravatar.com/avatar/c9c4f8f79ce35b9224637b6cc5fbe5c4.jpg?s=80&d=mm&r=g)
Nguyên Phấn Đông
2020-10-11 05:53:32
bai1.html
<!DOCTYPE html>
<html>
<head>
<title>UNESCO</title>
<style >
</style>
</head>
<body>
<hr size="1">
<h2><div id="main">
<div class="container">
<a data-toggle="tooltip" data-placement="right" title="United Nations Educational, Scientific and Cultural Organization">UNESCO</a>
</div>
</div>
</h2>
<hr size="1">
<p>
<b>UNESCO <i>(United Nations Educational, Scientific and Cultural Organization)</i></b> is a specialized agency of the United Nations established in 1945. Its purpose is to provide peace and security by promoting international collaboration.
</p>
<p style="font-size: small;"><span style="font-size: large">Locations:</span> Headquarter of UNESCO is located in Paris, France.</p>
</body>
</html>
![vuong huu phu [T2008A]](https://www.gravatar.com/avatar/307a5cf29780afab49706dc8b15b86c6.jpg?s=80&d=mm&r=g)
vuong huu phu
2020-10-10 13:43:34
https://dddeee22.herokuapp.com/bai4/Automobile%20Gallery.html
![vuong huu phu [T2008A]](https://www.gravatar.com/avatar/307a5cf29780afab49706dc8b15b86c6.jpg?s=80&d=mm&r=g)
vuong huu phu
2020-10-10 11:31:32
bai 1
https://dddeee22.herokuapp.com/bai4/bai1.html
![Nguyễn Tiến Đạt [T2008A]](https://www.gravatar.com/avatar/b5819cd0adc95c727c7ad0c2bcf6098b.jpg?s=80&d=mm&r=g)
Nguyễn Tiến Đạt
2020-10-09 14:08:08
https://gokisoft09.herokuapp.com/Lesson%203/UNESO/unesco.html
Bài 2
https://gokisoft09.herokuapp.com/Lesson%203/Showroom/GalleryOne.html
![Đặng Trần Nhật Minh [T2008A]](https://www.gravatar.com/avatar/ee8dc5a777ad26f3a962e86c233437cf.jpg?s=80&d=mm&r=g)
Đặng Trần Nhật Minh
2020-10-09 09:18:00
https://cars-haxm.herokuapp.com/GalleryOne.html
![Ta Dung Hoai [HTML5-T6]](https://www.gravatar.com/avatar/e89c58c8856d3abf3989b9c257c45b40.jpg?s=80&d=mm&r=g)
Ta Dung Hoai
2020-06-06 14:02:15
#Bai1.html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UNESCO</title>
<style>
#tooltip {
position: absolute;
top: 40px;
left: 100px;
display: inline-block;
visibility: hidden;
border: 1px solid black;
background-color: rgb(255,255,225);
width: 250px;
padding: 2px;
}
</style>
</head>
<body>
<hr>
<h2 onmouseover="showtooltip()" onmouseout="hidetooltip()" id="unesco">UNESCO</h2>
<span id="tooltip">United Nations Educational, Scientific and Cultural Organization</span>
<hr>
<p>
<b>UNESCO <i>(United Nations Educational, Scientific and Cultural Organization)</i></b> is a specialized agency of the United Nations established in 1945. Its purpose is to provide peace and security by promoting international collaboration.
</p>
<p style="font-size: small;"><span style="font-size: large">Locations:</span> Headquarter of UNESCO is located in Paris, France.</p>
<script>
var tooltip = document.getElementById("tooltip")
function showtooltip() {
tooltip.style.visibility = "visible";
}
function hidetooltip() {
tooltip.style.visibility = "hidden";
}
</script>
</body>
</html>
#Chevrolet1.jpg
https://res.cloudinary.com/wegoup/image/upload/v1591452133/md7oqcqnqgtqvq5m6rpd.jpg
#Chevrolet2.jpg
https://res.cloudinary.com/wegoup/image/upload/v1591452133/zkhgaou4t2h3apgvtfig.jpg