Web Design and Production Course Outline | Generated by AI
Question: Translate the following Chinese document into English and format it neatly in Markdown: Guangdong Higher Education Self-Examination Course Outline for “Web Design and Production (Practical) (Course Code: 13168)
Answer:
Guangdong Province Higher Education Self-Examination
Course: Web Design and Production (Practical)
Course Code: 13168
I. Assessment Objectives
This course aims to develop students’ practical skills in web design and production. Students will master foundational web design knowledge, become proficient in HTML and CSS syntax, and be able to comprehensively use HTML5 + CSS3 to plan and design web pages. Students will also gain proficiency in common web design software and basic browser settings and usage.
Specific assessment objectives:
- Master the settings and usage of common browsers (Chrome, Firefox, Edge, etc.).
- Master the settings and usage of common web editing software (Visual Studio Code, etc.).
- Proficiently master the basic structure and syntax rules of HTML5 and the usage of common HTML tags.
- Master CSS3 basic syntax and rules, element selector types, common CSS3 properties and their application scenarios, and various ways to link CSS. Be able to comprehensively apply CSS3 properties to define web styles.
- Comprehensively use HTML5 + CSS3 to develop and design web pages, laying a foundation for further professional studies and workplace applications.
II. Recommended Textbook
《HTML5 + CSS3 Web Design Tutorial》
Edited by Zhang Xingyun, Peng Jinxiang, Xing Guobo
Tsinghua University Press, 2021 Edition
ISBN: 978-7-302-57284-8
III. Assessment Content
The assessment focuses on practicality and foundational knowledge, covering the core practical modules of the textbook. It is divided into 4 modules:
1. Browser and Editor Basic Operations
- Browsers: Basic functions of Google Chrome, Firefox, Microsoft Edge; differences between browsers; setting homepage, bookmarks, browsing, reloading, clearing cache, etc.
- Editors: Installation and use of Visual Studio Code; installing common plugins (Chinese Simplified, JS-CSS-HTML Formatter, etc.); creating, editing, saving, and previewing web files; using common shortcuts.
2. HTML5 Page Design
- HTML Basics
File naming rules, basic structure (<html>,<head>,<body>,<title>), HTML5 new features (DOCTYPE, meta charset, semantic tags), writing specifications, indentation, comments. - Basic HTML Elements
meta,p,br,h1~h6,font,pre,hr, etc., and their attributes. - Hyperlinks and Anchor Links
Absolute/relative/root paths,hrefandtargetattributes, intra-page and inter-page anchor links. - Images
Inserting images (img), common formats (BMP, GIF, JPEG, PNG), attributes (src,width,height,alt,border,align), image maps (map,area). - Tables
Creating regular and irregular tables, attributes (width,height,border,colspan,rowspan), tags (table,tr,td,th,caption). - Forms
formtag and attributes (method,action,enctype),inputtypes (text, password, radio, checkbox, submit, image, hidden, file),select,option,textarea, HTML5 new attributes (placeholder,required,autofocus,list/datalist), new input types (email, url, number, date, etc.). - Video and Audio
videoandaudiotags, supported formats, attributes (src,controls,autoplay,loop,height, etc.). - HTML5 New Semantic Elements
Structural elements (section,article,nav,aside,header,hgroup,footer,address, etc.). - Other Common Elements
Inlinespan, blockdiv, differences between them,marqueefor scrolling text.
3. CSS3 Basics and Usage
- CSS Fundamentals
Relationship with HTML, features, and application scenarios. - CSS Syntax
Selectors (element, class, ID, descendant, child, adjacent sibling, general sibling), pseudo-classes (:link,:visited,:hover,:active), selector priority, three linking methods (external, internal, inline), naming conventions. - Units in CSS
Absolute/relative length units, percentage, color representations (keywords, hex, rgb/rgba). - Common CSS Properties (Key Focus)
- Text/Font:
font-family,font-size,font-style,font-weight,font,color,text-decoration,text-align,text-indent,text-shadow, etc. - Box Model:
width,height,padding,margin,float,display - Background:
background-color,background-image,background-repeat,background-position,background-attachment - Border:
border-style,border-width,border-color,border-radius - List:
list-style-type,list-style-image,list-style-position
- Text/Font:
4. Comprehensive Web Development with HTML5 + CSS3
- Horizontal Navigation – Using
ul/liwithfloat,display: inline-block, etc. - Vertical Navigation – Using margins, padding, borders, background.
- Page Layout Principles – Separation of structure (DIV) and presentation (CSS), header/main/footer structure.
- Common Layout Techniques – Fixed-width, fluid, centered adaptive, multi-column float layouts, use of
position: relative/absolute,margin: auto. - Comprehensive Website Development – Building full sites (personal blog, e-commerce homepage) using DIV+CSS, common sections: container, header, menu, main content, footer.
IV. Exam Structure (Total: 100 points)
- HTML5 Web Design Questions – 2 comprehensive tasks (30 points)
Testing fonts, images, links, tables, forms, audio/video, cross-browser consistency. - CSS3 Styling Questions – 2 comprehensive tasks (40 points)
Testing selectors, units, colors, font/block/list/background/border/box properties, linking methods. - HTML5 + CSS3 Comprehensive Question – 1 task (30 points)
Full page layout using DIV+CSS, multiple sections, cross-browser consistency.
V. Exam Requirements
- Format: Fully computer-based practical exam (no paper).
- Duration: 90 minutes.
- Coverage: All 4 modules must be tested.
- Difficulty distribution: Easy 20%, Moderately easy 35%, Moderately difficult 35%, Difficult 10%.
VI. Exam Environment Requirements
- OS: Windows 11
- Browsers: Chrome, Firefox, Edge (clean, no history/plugins, blank homepage)
- Editor: Visual Studio Code with Chinese Simplified and formatter plugins pre-installed
- Network: Local LAN + limited internet access (only exam-related sites allowed)
VII. Important Notes
- Save files frequently.
- File naming format: e.g., “CandidateName_html.html”
- Save to specified folder (e.g., D:\Exam Files)
- Incorrect naming or path will affect scoring.
VIII. Sample Question Types
1. HTML5 Web Design Question
Task: Create a page according to the provided screenshot.
Requirements:
- Create file “CandidateName_html.html” in the specified folder
- Insert and center logo.jpg (width 600px)
- Use
<h2>centered title - Link “Baidu” to https://www.baidu.com opening in new window
Key points: Correct HTML5 structure, proper tags and attributes, cross-browser display.
2. CSS3 Page Design Question
Task: Build a course grade table with specific styling.
Requirements:
- Use internal CSS
- Title: 32px blue
- Table: blue 2px outer border, light-blue 1px inner, alternating row background colors
Key points: Table structure, CSS border/background/font settings, alternating row effects.
3. HTML5 + CSS3 Comprehensive Question
Task: Build a complete page with header, centered menu, left-right middle sections, and footer.
Key points: DIV+CSS layout, proper use of floats/positioning, borders, backgrounds, unordered lists for menu, consistent appearance across browsers.