NEW
Font size
WorksheetsUnit11_RevisionQuiz_CSS
Total questions: 16
Worksheet time: 32mins
CSS stand for?
Case Sensitive Style
Computers Style Sheets
Cascade Style Sheets
Cascade Style Systems
CSS helps us bring life and color to our websites. Which of the ways listed below is NOT a form of enabling CSS into an HTML document?
Outline Style CSS
Internal Style Sheet
External Style Sheet
Inline Style
A file format is the layout of a file in terms of how the data within the file is organized. What kind of file format does a CSS file use?
.html
.docx
.css
.ajx
In CSS, what is used to find, or select, HTML elements based on their element name, ID, class, attribute, and more?
CSS Outline
CSS Selectors
CSS Blocks
CSS Values
A ___________ consist of a property and a value,
Tag
Attribute
Declaration
This is H1
Fill in the following:h1 {_________:VALUE;}
Tag
Attribute
Declaration
This is H1
A declaration is terminated by a..
; - Semi colon
} - end curly bracket
. - period
! - explanation point
When you design a website in a way that helps users learn the navigation easily, so that they don’t have to click several buttons to reach their goal, you are following what kind of design principle?
Flexibility
Robustness
Ease of Use
Consistency
For your website to function in a way that it changes the size of its content depending on the device, what kind of web design principle would you implement?
Responsiveness
Robustness
Simplicity
Ease of Use
Imagine you are told by Aramco to build a website for their employees. When you have completed the entire process, you run into an issue: It does not function properly on Internet Explorer. The navigation, images, and text is all jumbled up. Under which category would you place this issue?
Accessibility
Usability
Browser Compatibility
Simplicity
As a web developer, you are supposed to be excellent with numbers – especially numbers associated with the size of the screen(s) you are working with. To give this a more technical term, web developers decided to base it on the number of pixels your screen is made up of. What is this term?
W3C Standards
Screen Resolution
Screen Size
All of the above.
To make computers do more useful work and to develop systems that can support trusted interactions over the internet, web data is implemented. Which of the W3C standards does this fall under?
XML Technology
Web Architecture
Web of Devices
Semantic Web
For users that have disabilities, it is crucial to follow accessibility guidelines. Which of the guidelines would help you provide alt text for an image?
Transcripts for Audio
Keyboard Input
Alternative Texts for Images
None of the above.
Some people cannot use a mouse, including many older users with limited fine motor control or skills. An accessible website should not rely on a mouse, it should make all functionality available from the use of a keyboard. In order to do this, which accessibility guideline is the most appropriate?
Keyboard Input
Semantic Web
Transcripts for Audio
Alternative Texts for Images
When building webpages, you include HTML, CSS, SVG, Ajax, and other technologies used for WebApps. Which W3C Standard would this fall under because this has information on how to make pages accessible to people with disabilities, to make them international, and make them work on mobile devices?
Web of Devices
Web Architecture
Semantic Web
Web Design and Applications
When designing a website, you are bound to use images to make the website more visually pleasing and appealing. In order to do so, you will use images and GIFS. What are the two file formats you would use to display images on a webpage?
.pdf and .exe
.gif and .jpg
.png and .mp3
All of the above.
