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

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-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]
vuong huu phu

2020-10-10 13:43:34


bai 2


https://dddeee22.herokuapp.com/bai4/Automobile%20Gallery.html



vuong huu phu [T2008A]
vuong huu phu

2020-10-10 11:31:32

bai 1



https://dddeee22.herokuapp.com/bai4/bai1.html



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

2020-10-09 14:08:08


Bài 1
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]
Đặng Trần Nhật Minh

2020-10-09 09:18:00

https://cars-haxm.herokuapp.com/GalleryOne.html


Ta Dung Hoai [HTML5-T6]
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