0% found this document useful (0 votes)
38 views2 pages

HTML5 and CSS Exam

This document contains 20 exam questions about HTML5 and CSS to assess knowledge of HTML5 tags, selectors, and CSS properties such as color, font, text size, borders, and boxes. The exam also includes questions about links, images, external style sheets, and comments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

HTML5 and CSS Exam

This document contains 20 exam questions about HTML5 and CSS to assess knowledge of HTML5 tags, selectors, and CSS properties such as color, font, text size, borders, and boxes. The exam also includes questions about links, images, external style sheets, and comments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

_____________________________________ Date: March 13, 2019

Record: 1822938
Multimedia Production

HTML5 and CSS Exam - 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?

2. Write the minimum necessary HTML5 code to link an external stylesheet.

3. What error does the following HTML5 fragment present?

4. Write the CSS rule (selector and properties) necessary for all paragraphs on a web page
appear without margins.

5. What error does the following CSS fragment present?

6. How do we define a comment in HTML and CSS?

7. In CSS, to define the color of an element's margin, the property used is: ________________

.element is a selector in CSS: ___________________

In CSS3, how is a nearly transparent blue color indicated?: ___________________

10. In CSS, to select the thickness of the font type, the following is used: _______________________

11. In CSS, how do you select an element whose id is 'principal'?: ____________________

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.

15. Name at least 3 tags that are incorporated in Html5.

16. In the CSS box model and according to the standard, the box-sizing property can take the values of:

A. content-box and margin-box


B. content-box and border-box
C. border-box and margin-box
D. The previous answers are not correct.

17. In CSS, the pseudo-class: hover is used with a link to indicate the state

A. When the link has not been visited


B. When the link has been visited
C. When the mouse cursor is over the link
D. When the link is clicked with the mouse

18. In CSS, the text size is changed with the property

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.

You might also like