Web Design Course Practice Questions | Generated by AI
Here are 30 multiple-choice questions based on the Web Design and Production (14352) course outline. They cover all chapters proportionally and match the style of the National Self-Study Examination.
-
Which protocol is primarily used for secure transmission of web pages? A) FTP B) HTTP C) HTTPS D) SMTP
-
A website that does not require server-side processing for content changes is called: A) Dynamic website B) Static website C) Progressive Web App D) Portal website
-
In website planning, the document that describes goals, target users, site structure, and timeline is known as: A) Site Map B) Wireframe C) Website Proposal (策划书) D) Functional Specification
-
Which of the following is NOT a principle of good navigation design? A) Consistency across pages B) Maximum 3-click rule C) Using more than 10 items in main menu D) Clear labeling
-
The correct basic structure of an HTML5 document must include which tag for semantic header? A) <head> B) <header> C)
D) -
Which HTML tag is used to embed video in HTML5? A)
B) -
In the DOM tree, the <body> element is typically a child of which element? A) <html> B) <head> C)
D) -
Which CSS property controls the space between the content and the border of an element? A) margin B) padding C) border-spacing D) outline
-
Which selector has the highest specificity? A) .header B) div C) #nav D) header
-
To make a layout responsive on mobile devices, which CSS feature is most commonly used? A) @import B) @media queries C) @font-face D) @keyframes
-
Which layout technique uses “display: flex” as its core property? A) Float layout B) Grid layout C) Flexbox layout D) Absolute positioning
-
Which attribute must be added to an
tag to meet accessibility requirements? A) title B) alt C) longdesc D) src
-
In JavaScript, which event is triggered when a user clicks a button? A) onsubmit B) onchange C) onclick D) onfocus
-
Dreamweaver’s “Live View” is primarily used for: A) Writing server-side code B) Previewing how the page looks in a browser C) Directly editing CSS rules D) Uploading files via FTP
-
Which file transfer method is most commonly used to upload website files to a web server? A) HTTP B) SMTP C) FTP D) SSH
-
Which tool is provided by Google to test website loading speed and performance? A) Google Analytics B) Google Search Console C) Google PageSpeed Insights D) Google Lighthouse
-
The process of making a website adapt automatically to different screen sizes is called: A) Adaptive design B) Responsive design C) Mobile-first design D) Fluid design
-
Which of the following is a Progressive Web App (PWA) feature? A) Requires constant internet connection B) Can be installed on the device home screen C) Only works in Chrome browser D) Cannot use HTTPS
-
Adding “https://” and an SSL certificate primarily improves website: A) Loading speed B) Search ranking only C) Security and trust D) Design aesthetics
-
Which tag is the proper HTML5 semantic replacement for <div id="footer">? A)
B) C) <footer> D) -
In CSS Grid, the property that defines the number and size of columns is: A) grid-template-rows B) grid-template-columns C) grid-gap D) grid-area
-
To center a block element horizontally in modern CSS, the most common method is: A) text-align: center B) margin: 0 auto C) float: center D) position: absolute with left: 50%
-
Which of the following is NOT a valid value for the “position” property? A) static B) relative C) fixed D) center
-
The main purpose of using “meta viewport” tag in the <head> section is: A) Improve SEO B) Control layout on mobile browsers C) Set character encoding D) Define page author
-
In website testing, “cross-browser compatibility” means the site should work properly on: A) Only Internet Explorer B) Multiple browsers and versions C) Only mobile browsers D) Only the latest Chrome
-
Which of the following file formats supports transparency and animation? A) JPG B) PNG C) GIF D) Both B and C
-
For basic SEO, which HTML element is most important for search engines? A) B)
C) <h1> D) All of the above -
When using Dreamweaver, “Template” feature is mainly used for: A) Creating reusable page layouts B) Writing JavaScript C) Managing database connections D) Compressing images
-
In the practical exam, candidates are usually required to submit their website files via: A) Email attachment B) Cloud link C) USB disk or CD with candidate number D) Online upload platform
-
Which of the following is considered the most important trend in modern web design emphasized in recent years? A) Flash animations B) Fixed-width layouts C) Responsive and mobile-first design D) Table-based layouts