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)
![Cao Thái Tuân [community,C2108L]](https://www.gravatar.com/avatar/627a90bf43230b4b92772ce6886a020f.jpg?s=80&d=mm&r=g)
Cao Thái Tuân
2021-11-11 07:30:55
#GalleryOne.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automobile Gallery - Page 1</title>
</head>
<body>
<hr>
<h2>Gallery Part I</h2>
<hr>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Chevrolet"> Chevrolet</a>
</u>
</h3>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Ferrari"> Ferrari</a>
</u>
</h3>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Ford"> Ford</a>
</u>
</h3>
<hr>
<h2 id="Chevrolet">Chevrolet</h2>
<hr>
<h3>Covertte Coupe</h3>
<img src="./img/Chevrolet1.jpg" alt="">
<br>
<h3>Camaro RS/SS</h3>
<img src="./img/Chevrolet2.jpg" alt="">
<br>
<a href="GalleryOne.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<hr>
<h2 id="Ferrari">Ferrari</h2>
<hr>
<h3>275 GTB</h3>
<img src="./img/Ferrari1.jpg" alt="">
<br>
<h3>Dino 246 GTS</h3>
<img src="./img/Ferrari2.jpg" alt="">
<br>
<a href="GalleryOne.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<hr>
<h2 id="Ford">Ford</h2>
<hr>
<h3>Tudor Hot Rod</h3>
<img src="./img/Ford1.jpg" alt="">
<br>
<h3>Musstang Boss 302</h3>
<img src="./img/Ford2.jpg" alt="">
<br>
<a href="GalleryOne.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<br>
<a href="GalleryTwo.html" style="color: rgb(37, 34, 238);"; target="_blank"> <u><big>Next page</big></u></a>
</body>
</html>
#GalleryTwo.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automobile Gallery - Page 2</title>
</head>
<body>
<hr>
<h2>Gallery Part II</h2>
<hr>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Jaguar">Jaguar</a>
</u>
</h3>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Porsche">Porsche</a>
</u>
</h3>
<h3 style="color: rgb(37, 34, 238);">
<u>
<a href="#Shelby">Shelby</a>
</u>
</h3>
<hr>
<h2 id="Jaguar">Jaguar</h2>
<hr>
<h3>XK-140 MC Roadster</h3>
<img src="./img/Jaguar1.jpg" alt="">
<br>
<h3>XKE S1 OTS</h3>
<img src="./img/Jaguar2.jpg" alt="">
<br>
<a href="GalleryTwo.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<hr>
<h2 id="Porsche">Porsche</h2>
<hr>
<h3>911 Carrera Coupe</h3>
<img src="./img/Porsche1.jpg" alt="">
<br>
<h3>Boxster S</h3>
<img src="./img/Porsche2.jpg" alt="">
<br>
<a href="GalleryTwo.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<hr>
<h2 id="Shelby">Shelby</h2>
<hr>
<h3>289 Cobra CSX2258</h3>
<img src="./img/Shelby1.jpg" alt="">
<br>
<h3>427 Cobra CSX3305</h3>
<img src="./img/Shelby2.jpg" alt="">
<br>
<a href="GalleryTwo.html" style="color: rgb(37, 34, 238);"; target="_self"> <u><big>Top</big></u></a>
<br>
<a href="GalleryOne.html" style="color: rgb(37, 34, 238);"; target="_blank"> <u><big>Previous page</big></u></a>
</body>
</html>
#Showroom.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UNESCO</title>
</head>
<body>
<hr>
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<hr>
<p>
<b>UNESCO</b><i><b> (United Nations Educational, Scientific and Cultural Organization)</b></i>
</p>
<br>
<p>
<big>Locations </big>: <small>Headquarter of UNESCO is located in Paris, France</small>
</p>
<br>
<a href="GalleryOne.html" style="color: rgb(37, 34, 238);"; target="_blank"> <u><big>Gallery Part I</big></u></a>
<br>
<a href="GalleryTwo.html" style="color: rgb(37, 34, 238);"; target="_blank"> <u><big>Gallery Part II</big></u></a>
</body>
</html>
![Dương Văn Hoàng [community]](https://www.gravatar.com/avatar/9c94f968b37beee8112f951fc0dd429c.jpg?s=80&d=mm&r=g)
Dương Văn Hoàng
2021-11-11 04:14:55
#Bai1.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UNESCO</title>
</head>
<body>
<hr>
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<hr>
<P><b>UNESCO</b><b><i> (United Nations Educational, Scientific and Cultural Organization)</i></b> is a specialized agency of the United Nations established in 1945. Its purpose is going to provide peace and security by promoting international collaboration.
</P>
<p><big>Locations:</big><small> Headquarter of UNESCO is located in Paris, France.</small></p>
</body>
</html>
Bai2#GalleryOne.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automobile Gallery - Page 1</title>
</head>
<body id="top">
<hr>
<h2>Gallery Part I</h2>
<hr>
<a href="#pic1" style="color: mediumblue;">Chevrolet</a><br>
<a href="#pic2" style="color: mediumblue;">Ferrari</a><br>
<a href="#pic3" style="color: mediumblue;">Ford</a>
<hr>
<h3 id="pic1">Chevrolet</h3>
<hr>
<b>Corvette coupe</b>
<p>
<img src="https://i.imgur.com/IQx1CKw.jpg">
</p>
<b>Camaro RS/SS</b>
<p>
<img src="https://i.imgur.com/nj1EFE4.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a>
<hr>
<h3 id="pic2">Ferrari</h3>
<hr>
<b>275 GTB</b>
<p>
<img src="https://i.imgur.com/qZ0onmM.jpg">
</p>
<b>Dino 246 GTS</b>
<p>
<img src="https://i.imgur.com/485Xbyo.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a>
<hr>
<h3 id="pic3">Ford</h3>
<hr>
<b>Tudor Hot Rod</b>
<p>
<img src="https://i.imgur.com/gufnuZp.jpg">
</p>
<b>Mustang Boss 302</b>
<p>
<img src="https://i.imgur.com/8HOt4qv.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a><br>
<a href=" GalleryTwo.html" style="color: mediumblue;">Next page</a>
</body>
</html>
#GalleryTwo.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automobile Gallery - Page 2</title>
</head>
<body id="top">
<hr>
<h2>Gallery Part II</h2>
<hr>
<a href="#pic1" style="color: mediumblue;">Jaguar</a><br>
<a href="#pic2" style="color: mediumblue;">Prosche</a><br>
<a href="#pic3" style="color: mediumblue;">Shelby</a>
<hr>
<h3 id="pic1">Jaguar</h3>
<hr>
<b>XK-140 MC Roadster</b>
<p>
<img src="https://i.imgur.com/YO3sMXC.jpg">
</p>
<b>XKE S1 OST</b>
<p>
<img src="https://i.imgur.com/k57As2m.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a>
<hr>
<h3 id="pic2">Prosche</h3>
<hr>
<b>911 Carrera Coupe</b>
<p>
<img src="https://i.imgur.com/vyKfuUk.jpg">
</p>
<b>Boxster S</b>
<p>
<img src="https://i.imgur.com/qMctiO4.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a>
<hr>
<h3 id="pic3">Shelby</h3>
<hr>
<b>298 Cobra CSX2258</b>
<p>
<img src="https://i.imgur.com/KMj6Vqt.jpg">
</p>
<b>427 Cobra CSX3305</b>
<p>
<img src="https://i.imgur.com/ZAJbmY0.jpg">
</p>
<a href="#top" style="color: mediumblue;">Top</a><br>
<a href=" GalleryOne.html" style="color: mediumblue;">Perivious page</a>
</body>
</html>
![Trần Việt Đức Anh [C2010L]](https://www.gravatar.com/avatar/caee507e11365ca2cf5068cbea5c740a.jpg?s=80&d=mm&r=g)
Trần Việt Đức Anh
2021-02-02 16:37:02
https://github.com/Franchise13/CarGallery
![Trần Việt Đức Anh [C2010L]](https://www.gravatar.com/avatar/caee507e11365ca2cf5068cbea5c740a.jpg?s=80&d=mm&r=g)
Trần Việt Đức Anh
2021-02-02 16:34:57
https://github.com/Franchise13/UNCESCO
![Võ Như Việt [C2010L]](https://www.gravatar.com/avatar/fb93c99beb23339eb21f4d4ffe8981af.jpg?s=80&d=mm&r=g)
Võ Như Việt
2021-01-29 15:21:35
https://github.com/Bihayho/baitap1
![Cao Tuấn Minh [community,C2010L]](https://www.gravatar.com/avatar/cd09dd9df2e38aac8a3f6f573ad1ba5e.jpg?s=80&d=mm&r=g)
Cao Tuấn Minh
2021-01-28 18:56:38
#Bai1.html
<!DOCTYPE html>
<html>
<head>
<title>UNESCO</title>
<meta charset="utf-8">
</head>
<body>
<hr />
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<hr />
<br>
<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.
<br>
<br>
<big>Locations:</big> <small>Headquarter of UNESCO is located in Paris, France.</small>
</body>
</html>
#GalleryOne.html
<!DOCTYPE html>
<html>
<head>
<title>Automobile Gallery - Page 1</title>
<meta charset="utf-8">
</head>
<body id="top">
<hr>
<h2>Gallery Part I</h2>
<hr>
<a href="#pic1" style="color: blue" >Chevrolet</a>
<br>
<a href="#pic2" style="color: blue" >Ferrari</a>
<br>
<a href="#pic3" style="color: blue" >Ford</a>
<br>
<hr>
<p>
<b id="pic1">Chevrolet</b>
</p>
<hr>
<br>
<b>Corvette coupe</b>
<p>
<img src="https://i.ytimg.com/vi/llfAW-VV4-Q/maxresdefault.jpg" width="200">
</p>
<b>Camaro RS/SS</b>
<p>
<img src="https://i.pinimg.com/originals/70/be/41/70be4142cf940e2c35cb3c87f337ad3d.jpg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<hr>
<p>
<b id="pic2">Ferrari</b>
</p>
<hr>
<br>
<b>275 GTB</b>
<p>
<img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/1965_Ferrari_275.jpg" width="200">
</p>
<b>Dino 246 GTS</b>
<p>
<img src="https://rmsothebys-cache.azureedge.net/9/c/f/2/4/8/9cf248df11e695bc4ccbf21e46fe8aea01622790.jpg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<hr>
<p>
<b id="pic3">Ford</b>
</p>
<hr>
<br>
<b>Tudor Hot Rod</b>
<p>
<img src="https://i.pinimg.com/originals/69/48/14/694814105e6e10c94f0c44e603609d0c.jpg" width="200">
</p>
<b>Mustang Boss 302</b>
<p>
<img src="https://www.mustangspecs.com/wp-content/uploads/2020/05/mustang-blue-paint-color-codes_f6d4ef4c-3.jpg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<a href="file:///C:/Users/DELL/OneDrive/Desktop/C2010L%20Term1/ChuaBaiDucAnh/GalleryTwo.html" style="color: blue" >Next Page</a>
<br>
<br>
<br>
</body>
</html>
#GalleryTwo.html
<!DOCTYPE html>
<html>
<head>
<a href="" id="#page2"></a>
<title>Automobile Gallery - Page 2</title>
<meta charset="utf-8">
</head>
<body id="top">
<hr>
<h2>Gallery Part II</h2>
<hr>
<a href="#pic4" style="color: blue" >Jaguar</a>
<br>
<a href="#pic5" style="color: blue" >Porsche</a>
<br>
<a href="#pic6" style="color: blue" >Shelby</a>
<br>
<hr>
<p>
<b id="pic4">Jaguar</b>
</p>
<hr>
<br>
<b>XK-140 MC roadster</b>
<p>
<img src="https://upload.wikimedia.org/wikipedia/commons/0/0f/Jaguar_XK140_-_Flickr_-_Alexandre_Pr%C3%A9vot_%28cropped%29.jpg" width="200">
</p>
<b>CXKE S1 OTS</b>
<p>
<img src="https://www.erclassics.com/media/catalog/product/cache/2/image/700x/17f82f742ffe127f42dca9de82fb58b1/j/a/jaguar-etype-1964-j1497-037.jpg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<hr>
<p>
<b id="pic5">Porsche</b>
</p>
<hr>
<br>
<b>911 Carrera Porsche</b>
<p>
<img src="https://i-vnexpress.vnecdn.net/2018/11/28/porsche-911-carrera-992-2019-1-4050-1772-1543392048.jpg" width="200">
</p>
<b>Boxster S</b>
<p>
<img src="https://lh5.googleusercontent.com/-u3_PO2Nak6o/V2DcJyqf-pI/AAAAAAAC2-I/IImsoONgWpkeD6PozDUP00ZbMac1qdPPgCLcB/w750/2017%2BPorsche%2B718%2BBoxster%2B%25289%2529.jpg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<hr>
<p>
<b id="pic6">Shelby</b>
</p>
<hr>
<br>
<b>289 Cobra CSX2258</b>
<p>
<img src="https://colinsclassicauto.com/wp-content/uploads/2014/09/DSC_0964-1024x600.jpg" width="200">
</p>
<b>427 Cobra CSX 3305</b>
<p>
<img src="https://s3.amazonaws.com/images.hagerty.com/vehicle/original/Omni%20Amelia%20Island%202018_63_Shelby_1966_Cobra%20428_Roadster_CSX3283_Overall.jpeg" width="200">
</p>
<a href="#top" style="color: blue" >Top</a>
<br>
<a href="file:///C:/Users/DELL/OneDrive/Desktop/C2010L%20Term1/ChuaBaiDucAnh/GalleryOne.html" style="color: blue">Previous Page</a>
<br>
<br>
<br>
</body>
</html>
![Lã Đức Anh [community,C2010L]](https://www.gravatar.com/avatar/6ba958fe697787cee13bc898c4c1f7cf.jpg?s=80&d=mm&r=g)
Lã Đức Anh
2021-01-28 14:00:41
<!DOCTYPE html>
<html>
<head>
<title>UNESCO</title>
<meta charset="utf-8">
</head>
<body>
<hr />
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<hr />
<br>
<b>UNESCO</b> <i>(United Nations Educational, Scientific and Cultural Organization)</i> is a specialized agency of the United Nations established in 1945. Its purpose is to provide peace and security by promoting international collaboration.
<br>
<br>
<big>Locations:</big> <small>Headquarter of UNESCO is located in Paris, France.</small>
</body>
</html>
![Phạm Đăng Khoa [community,C2010L]](https://www.gravatar.com/avatar/c38babdc190b58e31608b8ddefc3ba1a.jpg?s=80&d=mm&r=g)
Phạm Đăng Khoa
2021-01-28 14:00:31
<!DOCTYPE html>
<html>
<head>
<title>UNESCO</title>
<meta charset="utf-8">
</head>
<body>
<hr/>
<h2 title="United Nations Educational, Scientific and Cultural Organization">UNESCO</h2>
<hr/>
<b>UNESCO</b>
<b><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 secutiry by international collaboration.
<br>
<big>LOCATION:</big>
<small>Headquarter of UNESCO is located in Paris, France.</small>
</body>
</html>
![Chu Quốc Việt [community,C2010L]](https://www.gravatar.com/avatar/860502ae98507b0b5f8541b9dfc4b0a2.jpg?s=80&d=mm&r=g)
Chu Quốc Việt
2021-01-28 14:00:05
<!DOCTYPE html>
<html>
<head>
<title>UNESCO</title>
</head>
<body>
<hr/>
<b><h2 title="“United Nations Educational, Scientific and Cultural Organization”
">UNESCO</h2></b>
<hr/>
<b>UNESCO<i>(United Nation Educational,Scientific and Cultural Organization)</i></b>
is a special agency of the United Nations enstablished on 1945. Its purpose is to provide peace and security by promoting international callaboration. </b>
<br>
<big>Location:</big>
<small>headquater of UNESCO is located in Paris,France</small>
</body>
</html>
![Lê Sĩ Tuyển [community,C2009I]](https://www.gravatar.com/avatar/22f5881f5e83b4dfb378a4c0ca7d67cd.jpg?s=80&d=mm&r=g)
Lê Sĩ Tuyển
2020-12-05 06:39:42
https://tuyen6tuoi.herokuapp.com/lesson2/GalleryOne.html
<!DOCTYPE html>
<html>
<head>
<title>Automobile Gallery</title>
</head>
<body style="font-size: 25px;">
<hr>
<h2>Gallery Part I</h2>
<hr>
<h3><a href="#Chevrolet">Chevrolet</a></h3>
<h3><a href="#Ferrari">Ferrari</a></h3>
<h3><a href="#Ford">Ford</a></h3>
<p>
<hr>
<h3 id="Chevrolet">Chevrolet</h3>
<hr>
<h4>Corvette Coupe</h4>
<img src="cars/Cars/Chevrolet1.jpg" width="200px">
</p>
<p>
<h4>Camaro RS/SS</h4>
<img src="cars/Cars/Chevrolet2.jpg" width="200px">
</p>
<a href="#">top</a>
<hr>
<p>
<h3 id="Ferrari">Ferrari</h3>
<hr>
<h4>275GTB</h4>
<img src="cars/Cars/Ferrari1.jpg" width="200px">
</p>
<p>
<h4>Dino 246 GTS</h4>
<img src="cars/Cars/Ferrari2.jpg" width="200px">
</p>
<a href="#">top</a>
<hr>
<p>
<h3 id="Ford">Ford</h3>
<hr>
<h4>Tudor Hot Rod</h4>
<img src="cars/Cars/Ford1.jpg" width="200px">
</p>
<p>
<h4>MustangBoss 302</h4>
<img src="cars/Cars/Ford2.jpg" width="200px">
</p>
<a href="#">Top</a>
<br>
<a href="GalleryTwo.html">NextPage</a>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Automobile Gallery2</title>
</head>
<body style="font-size: 25px;">
<hr>
<h2>Gallery Part II</h2>
<hr>
<h3><a href="#Jaguar">Jaguar</a></h3>
<h3><a href="#Porsche">Porsche</a></h3>
<h3><a href="#Shelby">Shelby</a></h3>
<p>
<hr>
<h3 id="Jaguar">Jaguar</h3>
<hr>
<h4>XK-140 MC Roadster</h4>
<img src="cars/Cars/Jaguar1.jpg" width="200px">
</p>
<p>
<h4>XKE S1 OTS</h4>
<img src="cars/Cars/Jaguar2.jpg" width="200px">
</p>
<a href="#">top</a>
<p>
<hr>
<h3 id="Porsche">Porsche</h3>
<hr>
<h4>911 Carrera Coupe</h4>
<img src="cars/Cars/Porsche1.jpg" width="200px">
</p>
<p>
<h4>Boxster</h4>
<img src="cars/Cars/Porsche2.jpg" width="200px">
</p>
<a href="#">top</a>
<p>
<hr>
<h3 id="Shelby">Shelby</h3>
<hr>
<h4>289 Cobra CSX2258</h4>
<img src="cars/Cars/Shelby1.jpg" width="200px">
</p>
<p>
<h4>427 Cobra CSX3305</h4>
<img src="cars/Cars/Shelby2.jpg" width="200px">
</p>
<a href="#">top</a>
<br>
<a href="GalleryOne.html">Previous Page</a>
</body>
</html>