Web Design Syllabus Sample Questions | Generated by AI
Question: Continue translating and neatly formatting the remaining part of the Guangdong Higher Education Self-Examination syllabus for “Web Design and Production (Practical)” (Course Code: 13168) into clear English Markdown.
Answer:
Guangdong Province Higher Education Self-Examination
Course: Web Design and Production (Practical)
Course Code: 13168
(Full English Translation & Formatted Version)
(Previous sections I–VII have been provided. The following completes the document with the full VIII. Sample Questions section in clean, detailed English.)
VIII. Sample Question Examples (with Full Details)
1. HTML5 Web Design Question (Typical Question – 15 points each, 2 questions total = 30 points)
Question Description
According to the provided reference image/screenshot, design and complete the webpage with the following operations:
Specific Requirements
- In the folder “D:\考生文件夹”, create a new file named “CandidateName_html题.html” (replace CandidateName with your actual name).
- Insert the specified image “logo.jpg” and set its width to 600 pixels and center it horizontally.
- Use a level-2 heading (
<h2>) for the title and center it. - Make the text “百度” (Baidu) a hyperlink pointing to https://www.baidu.com and open in a new window.
- Add the required paragraph text, lists, and other elements exactly as shown in the reference image.
Scoring Points
- Correct HTML5 document type declaration and basic structure
- Proper use and nesting of all required tags
- Image displays correctly with complete attributes (
alt,width, centering) - Hyperlink works correctly and opens in new window (
target="_blank") - Page displays identically and correctly in Chrome, Firefox, and Edge
2. CSS3 Page Design Question (Typical Question – 20 points each, 2 questions total = 40 points)
Question Description
According to the provided effect image, design the webpage and complete the following operations:
Specific Requirements
- In the folder “D:\考生文件夹”, create a new file named “CandidateName_CSS题.html”.
- Create the HTML structure for a “Course Grade Table” using
<table>. - Use internal CSS (inside
<style>tags in the same file) to achieve the following styling:- Main title “课程成绩表” (Course Grade Table): 32px, blue color, centered
- Table outer border: 2px solid blue
- Table inner borders: 1px solid light blue
- Odd rows: dark blue background with white text
- Even rows: light blue background with black text
- All text centered vertically and horizontally where appropriate
Scoring Points
- Correct HTML table structure (
<table>,<thead>,<tbody>,<tr>,<th>,<td>) - Accurate use of CSS selectors (tag, class, :nth-child(odd/even), etc.)
- Proper border settings (including
border-collapse: collapse) - Correct background and text color application
- Consistent appearance across multiple browsers
3. HTML5 + CSS3 Comprehensive Question (1 question = 30 points)
Question Description
According to the provided layout image, use DIV + CSS to design a complete webpage with the following structure:
Specific Requirements
- In the folder “D:\考生文件夹”, create a new file named “CandidateName_综合题.html”.
- Use HTML5 semantic tags and DIVs to divide the page into the following sections:
- Top title area (header)
- Horizontal navigation menu (centered)
- Middle content area: left sidebar + right main content
- Bottom footer area
- Specific styling:
- Header: background color/image, centered
<h1>title - Navigation menu: use
<ul><li>, horizontal, centered, with hover effect - Left sidebar: fixed width, border, contains login form or user info
- Right main area: displays article list or content using
<ul>or paragraphs - Footer: background color, border, centered text showing “Exam ID: XXXXX” and candidate name
- Header: background color/image, centered
- Overall page width centered (e.g., 1200px max-width,
margin: 0 auto)
Scoring Points
- Clear separation of structure (HTML) and presentation (CSS)
- Correct use of DIV IDs/classes (e.g., #container, #header, #nav, #sidebar, #main, #footer)
- Proper use of
float,width,margin,padding,box-sizing: border-boxas needed - Correct hover effects on navigation (
a:hover) - Responsive centering and clean layout with no overlap
- Identical display and functionality in Chrome, Firefox, and Edge
This completes the full English translation and neatly formatted version of the entire examination syllabus.