Students' DW static web page design - good code quality - final assignment of HTML+CSS+JavaScript web page production in their hometown of Guangzhou (5 pages)

HTML5 final assignment: website design in hometown Guangzhou - good code quality - final assignment of HTML+CSS+JavaScript web page production in hometown Guangzhou (5 pages)

Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, logistics, environmental protection, books, wedding dress, military, games, festivals, smoking cessation, movies, photography, culture, hometown, flowers, gifts Car, other web design topics, A + level homework, can meet the web design needs of College Students' Web homework, and those who like can be downloaded!

Get more source code

PC pays attention to us

🧡Author home page - more source code

🧡HTML final assignment column

Introduction to works

1. Introduction to web works: HTML final college students' web design homework A + level, you can download what you like, and the article page supports mobile PC responsive layout.

2. Web page work editing: after downloading the work, you can use any HTML editing software (such as DW, HBuilder, Notepad, vscade, Sublime, Webstorm, Notepad + +, etc.) to edit and modify the web page.

3. Web work technology: Div+CSS, mouse over effect, Table, navigation bar effect, banner, form, secondary and tertiary pages, video, audio elements, Flash, logo (source file) is designed, and the knowledge points required for basic final homework are fully covered.

1, Work display





2, File directory

3, Code implementation

<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8"> 
	<title>Introduction to hometown</title>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
<body>
<div>
	<audio src="media/1.mp3" autoplay=""></audio><!--audio frequency-->
	<div class="banner">
    	<img src="images/banner.jpg">
    </div>
    <div class="gundong">
        <marquee><p>Welcome to my imitation station</p></marquee>
    </div>
    <div class="nav">
    	<a href="index.html">Introduction to hometown</a>
        <a href="meishi.html">Specialty food</a>
        <a href="zhaopian.html">Beauty photos</a>
        <a href="fengjing.html">Introduction to scenic spots</a>
        <a href="shipin.html">Food Video</a>
    </div>
    <div class="main">
        <div class="cont">         
              <p>
              	Guangzhou, abbreviated as Guangzhou, also known as Yangcheng and Huacheng, is the capital and sub provincial city of Guangdong Province, China's National Central City, a world-famous port city, and an important national economic, financial, trade, transportation, exhibition and shipping center. Since the Qin Dynasty,
              	Guangzhou has always been the administrative center of county, state and government. For more than 2000 years, it has been the political, military, economic, cultural, scientific and educational center of South China. Guangzhou culture mainly belongs to Lingnan culture"Guangfu culture",Hakka culture comes second.
                1982 Guangzhou was announced by the State Council as the first batch of national historical and cultural cities in China. 
              </p>
              <p>
              	Guangzhou is located in the southern part of the Chinese mainland, the central and southern part of Guangdong province and the northern margin of the Pearl River Delta. It is the southern gate of China, the national comprehensive transportation hub, one of the three major comprehensive cities of the State Council and the country's top comprehensive gateway city, and is also known as Beijing and Shanghai.
                "Beishangguang",The social, economic and cultural radiation directly points to Southeast Asia.
              </p>
              <p>Guangzhou is the birthplace of China's modern revolution. The outbreak of Guangzhou in 1911"three·two nine"The uprising fired the first shot of the revolution of 1911 and opened the prelude to the revolution of 1911.</p>
              <p>As the largest and oldest foreign trade port in China and one of the starting points of the maritime Silk Road, Guangzhou has"Millennium commercial capital"It's called. Coupled with the large number of foreigners, it is also known as"Third world capital".  </p>
              <img src="images/jiaxiang1.jpg">
              <img src="images/jiaxiang2.jpg">
        </div>
    </div>
    <div class="foot">
    	<p>Introduction to delicious food and beautiful scenery in hometown</p>
    </div>
</body>
</html>


4, Get more source code

PC pays attention to us

5, Learning materials

A complete set of web front-end zero foundation - Introduction to advanced (Video + source code + development software + learning materials + interview questions) (Tutorial)
Suitable for entry-level to advanced children's shoes ~ send 1000 sets of HTML+CSS+JavaScript template websites

6, More source code

HTML5 final assessment homework source code * includes individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, logistics, environmental protection, books, wedding dress, military, games, festivals, smoking cessation, movies, photography, culture, hometown, flowers Gifts, cars and others can meet the web design needs of College Students' Web homework. You can download what you like!

Keywords: Python Javascript Front-end html5 css

Added by chris_2001 on Fri, 31 Dec 2021 00:25:25 +0200