You are on page 1of 3

ICT 9 – Website Development: Author

Wares Midterm Examination 


Name: ODEVILAS, ADRIAN A. Section: III BTLEd ICT Date: 10/25/21
Score: __________ 

I. Directions: Read and Analyze the following definitions. (15 pts.) 


Simple selectors 1. This is to select elements based on name, id, class
Universal selector 2. This is to selects all HTML elements on the page.
Pseudo-elements selectors 3. This is to select elements based on a certain state
External CSS 4. With this you can change the look of an entire website by 
changing just one file 
Css Float property 5. This property specifies how an element should float.
CSS 6. Used to define styles for your web pages, including the  design,
layout and variations in display for different devices and screen sizes. 
Pseudo elements selectors 7. This is to select and style a part of an element
Inline CSS 8. This may be used to apply a unique style for a single element
Box-sizing property 9. This property allows us to include the padding and border in 
the box's total width (and height), making sure that the padding stays inside of the box
and that it does not break. 
Class Selector 10. This is to selects HTML elements with a specific class 
attribute. 
Combination Selector 11. This is to select elements based on a specific relationship 
between them 
Grouping Selector 12. This is to selects all the HTML elements with the same style 
definitions. 
CSS clear property 13. This property specifies what elements can float beside the 
cleared element and on which side 
Internal CSS 14. This may be used if one single HTML page has a unique 
style. 
Attribute Selectors 15. This is to select elements based on an attribute or attribute 
value 

II. Enumeration: Enumerate the answers on what is asked for in the  following
numbers. (10 pts.) 

16. CSS stands for? 


Cascading Style Sheet
17.-.19. What are the three ways of inserting a style sheet? (3 pts.) 
 External CSS
 Internal CSS
 Inline CSS
20. <link rel="stylesheet" href="style.css">

Just believe in yourself! Good luck with your exams and God Bless
ICT 9 – Website Development: Author Wares 
Midterm Examination 

21.-24. CSS Rule (4 pts.) 

Selector

Property Value

25. p { 
 color: red; 
 text-align: center; 
 } 

III. Creating or Make what is asked for in the following numbers. (15 pts.) 

26.-28. Create a float next to each other, three numbers will float next to each other like 
the example below. (3 pts.) 

29.-31. Create an image (any image) should float to the right in a paragraph ( The
illustration (examples) paragraph is useful when we want to explain or clarify something, such
as  an object, a person, a concept, or a situation.) like the example below. (3 pts.)
Just believe in yourself! Good luck with your exams and God Bless 
ICT 9 – Website Development: Author
Wares Midterm Examination 

32.-34. Create a Flexbox (Box 1 - The content gets really tall .) and (Box 2 - My height
will  follow Box 1.) like the example below. (3 pts.) 

35.-40. Create a Web Layouts using float property (6 pts.) 

Prepared by: 

JOHN EMMANUEL SJ. DELA CRUZ, MAT 


Instructor

Just believe in yourself! Good luck with your exams and God Bless

You might also like