HTML5 and CSS Exam
HTML5 and CSS Exam
Record: 1822938
Multimedia Production
1. Inside a web page, you want to include a excerpt from a speech by a famous person. Which
Is it the most appropriate label to do so?
4. Write the CSS rule (selector and properties) necessary for all paragraphs on a web page
appear without margins.
7. In CSS, to define the color of an element's margin, the property used is: ________________
10. In CSS, to select the thickness of the font type, the following is used: _______________________
12. In CSS, how is a border with these characteristics displayed? Top border 20 pixels; bottom border
5 pixels; left border 10 pixels; right border 1 pixel
________________________________________
_____________________________________ March 13, 2019
File: 1822938
Multimedia Production
13. What CSS property do we use to set the background color?
HTML is a markup language used for creating the structure of web pages.
16. In the CSS box model and according to the standard, the box-sizing property can take the values of:
17. In CSS, the pseudo-class: hover is used with a link to indicate the state
A. font-size
B. font-value
C. text size
D. text-value
19. In CSS, to select a font type, such as Arial, the following is used
A. font-face
B. font-family
C. font-style
D. font-type
20. In the directory 'sitioweb' you have the webpage 'inicio.html'. Within that page you want to add a
Paragraph with the text 'Multimedia Production' and then, within the same paragraph,
you want to include an image named 'photo.jpg' that is located in the 'img' directory that is
inside 'website'. Write the Html5 code.