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)

Trinh Huy Hung [community,C2009I]
Trinh Huy Hung

2020-12-03 16:22:32

https://laball.herokuapp.com/bai1/bai1.html

https://laball.herokuapp.com/bai1/GalleryOne.html


nguyen hoang viet [community,C2009I]
nguyen hoang viet

2020-12-03 15:37:03

https://nguyenhoangviet.herokuapp.com/galleryone.html

https://nguyenhoangviet.herokuapp.com/gallerytwo.html
https://nguyenhoangviet.herokuapp.com/bai1.html


Nguyễn Hải Đăng [community,C2009I]
Nguyễn Hải Đăng

2020-12-03 15:25:23

https://newlevel06.herokuapp.com/Day%202/Bai1.html

https://newlevel06.herokuapp.com/Day%202/GalleryOne.html


Vũ Trung Kiên [C2009I]
Vũ Trung Kiên

2020-12-03 15:23:00


#Chevrolet1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008961/ryhzlsqatgolaonrouqt.jpg


#Chevrolet2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008961/x9vwucxq8t4a7sibzfc4.jpg


#Ferrari1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008962/vbycxlgsyw2mfzinyfkd.jpg


#Ferrari2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008963/zaabb5jptbc1vqz2jy5e.jpg


#Ford1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008963/dcc1p0rfbqegzml0slpe.jpg


#Ford2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008964/slhjvmcsf6af3ua7ay9q.jpg


#Jaguar1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008964/lvwwy3lkbbcrtpkgwdqc.jpg


#Jaguar2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008965/yictegdmw2nzpnpfd2vx.jpg


#Porsche1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008965/u1oepgfua5whpgxgeeve.jpg


#Porsche2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008966/zrys1je7dk4cwzm2socf.jpg


#Shelby1.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008966/jz4gmwsdyesfb1lv4ojc.jpg


#Shelby2.jpg


https://res.cloudinary.com/wegoup/image/upload/v1607008967/exdevmvrgrllflf1j8ad.jpg


#bai1.html


<!DOCTYPE html>
<html>
<head>
	<title>UNESCO</title>
</head>
<body>
	<hr>
		<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h1>
	<hr>
	<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 securety by promoting international collaboration.<br/><br/>
	<strong>Locations:</strong><small>Headquarter of UNESCO is located in Paris, France.</small>
</body>
</html>


#galleryone.html


<!DOCTYPE html>
<html>
<head>
	<title>Automobile Gallery - Page 1</title>
</head>
<body>
	<hr>
		<h2>Gallery Part I</h2>
	<hr>
		<a href="#Chevrolet">Chevrolet</a><br/>
		<a href="#Ferrari">Ferrari</a><br/>
		<a href="#Ford">Ford</a>
	<hr>
		<h3 id="Chevrolet">Chevrolet</h3>
	<hr>
		<b>Conrvette Coupe</b><br>
		<img src="img/Chevrolet1.jpg"><br>
		<b>Camaro RS/SS</b><br>
		<img src="img/Chevrolet2.jpg"><br>
		<a href="#">Top</a>
	<hr>
		<h3 id="Ferrari">Ferrari</h3>
	<hr>
		<b>275 GTB</b><br>
		<img src="img/Ferrari1.jpg"><br>
		<b>Dino 246 GTS</b><br>
		<img src="img/Ferrari2.jpg"><br>
		<a href="#">Top</a>
	<hr>
		<h3 id="Ford">Ford</h3>
	<hr>
		<b>Turdor Hot Rod</b><br>
		<img src="img/Ford1.jpg"><br>
		<b>Mustang Boss 302</b><br>
		<img src="img/Ford2.jpg"><br>
		<a href="#">Top</a><br>
		<a href="gallerytwo.html">Next page</a>
</body>
</html>


#gallerytwo.html


<!DOCTYPE html>
<html>
<head>
	<title>Automobile Gallery - Page 2</title>
</head>
<body>
	<hr>
		<h2>Gallery Part II</h2>
	<hr>
		<a href="#Jaguar">Jaguar</a><br/>
		<a href="#Porsche">Porsche</a><br/>
		<a href="#Shelby">Shelby</a>
	<hr>
		<h3 id="Jaguar">Jaguar</h3>
	<hr>
		<b>XK-140 MC Roadster</b><br>
		<img src="img/Jaguar1.jpg"><br>
		<b>XKE S1 OTS</b><br>
		<img src="img/Jaguar2.jpg"><br>
		<a href="#">Top</a>
	<hr>
		<h3 id="Porsche">Porsche</h3>
	<hr>
		<b>911 Carrera Coupe</b><br>
		<img src="img/Porsche1.jpg"><br>
		<b>Boxsters S</b><br>
		<img src="img/Porsche2.jpg"><br>
		<a href="#">Top</a>
	<hr>
		<h3 id="Shelby">Shelby</h3>
	<hr>
		<b>289 Cobra CSX2258</b><br>
		<img src="img/Shelby1.jpg"><br>
		<b>427 Corba CSX3305</b><br>
		<img src="img/Shelby2.jpg"><br>
		<a href="#">Top</a><br>
		<a href="galleryone.html">Previous page</a>
</body>
</html>



Trần Thị Khánh Huyền [T2008A]
Trần Thị Khánh Huyền

2020-11-10 03:35:56


#GalleryOne.html


<!DOCTYPE html>
<html>
<head>
	<title>Automobile Gallery - Page 1</title>
	<meta charset="utf-8">
</head>
<body>
<h2>Gallery Part I</h2>
<hr>
<h3><a href="Chevrolet.html">Chevrolet</a></h3>
<h3><a href="Ferrari.html">Ferrari</a></h3>
<h3><a href="Ford.html">Ford</a></h3>
<hr>
<h3>Chevrolet</h3>
<hr>
Corvette Coupe<br/>
<img src="https://img.tinbanxe.vn/images/Chevrolet/Chevrolet%20Camaro/khac/Chevrolet-Camaro-ANHDAIIEN.png" width="200" height="100"><br/>
Camaro RS/SS<br>
<img src="http://baoquangninh.com.vn/dataimages/201905/original/images1289587_2020_chevrolet_camaro_lt1.jpg" width="200" height="100">
<br>
<h3><a href="GalleryOne.html">Top</a></h3>
<h3>Ferrari</h3>
<hr>
275GTB<br/>
<img src="https://vov.vn/uploaded/mgexs9y4vchrwhdtzaag/2019_09_09/2020_ferrari_f8_spider_1__HLML.jpg" width="200" height="100"><br/>
Dino 246 GTS<br>
<img src="https://lux.mycar.vn/wp-content/uploads/2019/12/Ferrari-la-mot-trong-nhung-thuong-hieu-o-to-noi-tieng-nhat-the-gioi.jpg" width="200" height="100">
<br>
<h3><a href="GalleryOne.html">Top</a></h3>
<h3>Ford</h3>
<hr>
Tudor hot rod<br/>
<img src="https://bonbanh.com.vn/uploads/users/9636/car/3242989/m_1590722018.624.jpg" width="200" height="100"><br/>
Mustang boss 302<br>
<img src="https://i.xeoto.com.vn/auto/w600/ford/focus/ford-focus-2020-83849.png" width="200" height="100">
<br>
<h3><a href="GalleryOne.html">Top</a></h3>
<h3><a href="GalleryTwo.html">Next Page</a></h3>
</body>
</html>



Trần Thị Khánh Huyền [T2008A]
Trần Thị Khánh Huyền

2020-11-08 10:49:46


#unesco.html


<!DOCTYPE html>
<html>
<head>
	<title>UNESCO</title>
	<meta charset="utf-8">
</head>
<body>
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<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 a security by promoting international collaboration. </p>
<p><big>Location:</big> <small>Headquarter of UNESCO is located in Paris, France.</small></p>
</body>
</html>



Nguyễn Xuân Mai [T2008A]
Nguyễn Xuân Mai

2020-11-01 04:40:46

Gallery 2



<!DOCTYPE html>
<html>
<head>
	<title>Automobile Gallery - Page 1</title>
</head>
<body>
	<hr><h2 id="top">Gallery Part I</h2><hr>
	<a href="#Chevrolet">Jaguar</a><br>
	<a href="#Ferrari">Porche</a><br>
	<a href="#Ford">Shelby</a>
	<hr>
	<h3 id="Chevrolet">Jaguar</h3>
	<hr>
	<b>XK140 MC Roadster</b>
	<br>
	<img src="https://hymanltd.com/wp-content/uploads/2018/05/6222.jpg" width="200" height="100">
	<br>
	<b>XKE S1 OTS</b>
	<br>
	<img src="https://upload.wikimedia.org/wikipedia/commons/6/6d/Jaguar_E-Type_Series_1_3.8_Litre_1961.jpg" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<hr>
	<h3>Porche</h3>
	<hr>
	<br>
	<b>911 carrera coupe</b>
	<br>
	<img src="https://www.2gb.com/wp-content/uploads/sites/2/2020/07/Porsche-911-Carrera-2.jpg?resize=600%2C400" width="200" height="100">
	<br>
	<b>Boxster S</b>
	<br>
	<img src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/2021-porsche-718-cayman-mmp-1-1593003156.jpg" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<hr>
	<h3>Shelby</h3>
	<hr>
	<b>289 Cobra CSX2258</b>
	<br>
	<img src="https://colinsclassicauto.com/wp-content/uploads/2014/09/csx2327-600x338.jpg" width="200" height="100">
	<br>
	<b>427 Cobra CSX3305</b>
	<br>
	<img src="https://colinsclassicauto.com/wp-content/uploads/2014/09/IMG_2632-1024x600.jpg" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<a href="gallery1.html">Previous Page</a>
</body>
</html>



Nguyễn Xuân Mai [T2008A]
Nguyễn Xuân Mai

2020-11-01 04:40:23

Gallery 1



<!DOCTYPE html>
<html>
<head>
	<title>Automobile Gallery - Page 1</title>
</head>
<body>
	<hr><h2 id="top">Gallery Part I</h2><hr>
	<a href="#Chevrolet">Chevrolet</a><br>
	<a href="#Ferrari">Ferrari</a><br>
	<a href="#Ford">Ford</a>
	<hr>
	<h3 id="Chevrolet">Chevrolet</h3>
	<hr>
	<b>Corvette Coupe</b>
	<br>
	<img src="https://media.ed.edmunds-media.com/chevrolet/corvette/2020/oem/2020_chevrolet_corvette_coupe_stingray_fq_oem_3_1600.jpg" width="200" height="100">
	<br>
	<b>Camaro RS/SS</b>
	<br>
	<img src="https://camarosofmichigan.com/wp-content/uploads/2018/04/black_1969_chevrolet_camaro.png" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<hr>
	<h3>Ferrari</h3>
	<hr>
	<br>
	<b>275 GTB</b>
	<br>
	<img src="https://cdn1.mecum.com/auctions/ca0819/ca0819-388699/images/1-1563287052599@2x.jpg?1566052148000" width="200" height="100">
	<br>
	<b>Dino 264 GTB</b>
	<br>
	<img src="https://www.shannons.com.au/library/images/auctions/IB7434J6U5JU7426/1600x1066/1971-ferrari-dino-246-gt-coupe.jpg" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<hr>
	<h3>Ford</h3>
	<hr>
	<b>Tudor Hot Rod</b>
	<br>
	<img src="https://i.pinimg.com/originals/40/f7/75/40f7755e40cf720fc0fc2af00b00645f.jpg" width="200" height="100">
	<br>
	<b>Mustang Boss 302</b>
	<br>
	<img src="https://www.motorious.com/content/images/2020/06/1969-ford-mustang-boss-302-restomod.jpg" width="200" height="100">
	<br>
	<a href="#top">Top</a>
	<a href="gallery2.html">Next Page</a>
</body>
</html>



Nguyễn đình quân [T2008A]
Nguyễn đình quân

2020-10-26 09:21:10



<!DOCTYPE html>
<html>
<head>
	<title>UNESCO</title>
</head>
<body>
	<hr>
	<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
	<hr>
	<p><b>UNESCO <i>(United Nations Educational, Scientific and Cultural Organization)</i></b> is a specialiezed agency of the United Nations established in 1945. Its purpose is to provide peace and security by promoting internation collaboration.</p>
	<p><big>Locations: </big><small>Headquarter of UNESCO is located in Paris, France.</small></p>
</body>
</html>



Nguyễn Xuân Mai [T2008A]
Nguyễn Xuân Mai

2020-10-24 16:27:40

bai 1



<!DOCTYPE html>
<html>
<head>
	<title>UNESCO</title>
</head>
<body>
	<hr>
	<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
	<hr>
	<p><b>UNESCO <i>(United Nations Educational, Scientific and Cultural Organization)</i></b> is a specialiezed agency of the United Nations established in 1945. Its purpose is to provide peace and security by promoting internation collaboration.</p>
	<p><big>Locations: </big><small>Headquarter of UNESCO is located in Paris, France.</small></p>
</body>
</html>