Web Design Quiz Test your knowledge on web design principles, techniques, and best practices. michelle published on September 15, 2023 Stacked 1/12 Which HTML tag is used for the main heading on a web page? <h2> <h3> <h1> <h4> 2/12 Which CSS property is used to apply rounded corners to an element? border-radius box-shadow background-color border-color 3/12 Which file format is commonly used for vector graphics on the web? .jpg .svg .gif .png 4/12 What is the purpose of the <meta> tag in HTML? To provide metadata about the web page To create a hyperlink To define the page title To include external JavaScript files 5/12 Which of the following is NOT a web-safe font? Arial Helvetica Comic Sans Verdana 6/12 What does CSS stand for? Creative Style Sheets Cascading Script Sheets Cascading Style Sheets Coded Style Sheets 7/12 Which HTML tag is used to create a link to an external website? <a> <img> <div> <span> 8/12 What is the correct syntax for creating a CSS class? .className #className $className 9/12 Which of the following is an example of a block-level element in HTML? <span> <em> <p> <a> 10/12 What is the recommended maximum number of font families to use on a web page? 2 3 4 5 11/12 Which CSS property is used to control the spacing between lines of text? line-height letter-spacing text-align word-spacing 12/12 What does the acronym UX stand for in web design? User Experience User Extension Universal XML User Execution