Podcast
Questions and Answers
Which of the following is considered a block element in HTML?
Which of the following is considered a block element in HTML?
- a
- img
- span
- h1 (correct)
What is the purpose of the em tag in HTML?
What is the purpose of the em tag in HTML?
- To create a hyperlink
- To mark up a piece of emphasized text (correct)
- To surround a generic piece of text
- To mark up a piece of text with great importance
Which tag is used for marking up a piece of text with great importance?
Which tag is used for marking up a piece of text with great importance?
- span
- p
- em
- strong (correct)
What does the span tag do in HTML?
What does the span tag do in HTML?
Which CSS property can be used to change the default display style of an element to a block?
Which CSS property can be used to change the default display style of an element to a block?
What does the 'outline' property in CSS do?
What does the 'outline' property in CSS do?
Which type of web page layout has the size of the page and page elements fixed, usually using pixels as the unit of measure?
Which type of web page layout has the size of the page and page elements fixed, usually using pixels as the unit of measure?
In responsive design, what changes in response to the device that is rendering the web page?
In responsive design, what changes in response to the device that is rendering the web page?
What happens when an element is floated to the left in CSS?
What happens when an element is floated to the left in CSS?
What CSS property can be used to float an element to the left?
What CSS property can be used to float an element to the left?
What does the 'box-sizing' property in CSS control?
What does the 'box-sizing' property in CSS control?
What does a fluid layout rely on to set the width of page elements?
What does a fluid layout rely on to set the width of page elements?
What happens when sibling elements are floated along the same margin in CSS?
What happens when sibling elements are floated along the same margin in CSS?
What does 'min-width' specify when used in web page design?
What does 'min-width' specify when used in web page design?
What does 'clear: left;' do in CSS?
What does 'clear: left;' do in CSS?
What is the default space occupied by an element in a web page?
What is the default space occupied by an element in a web page?
When using CSS, which tag is used to surround a generic piece of text?
When using CSS, which tag is used to surround a generic piece of text?
In web page design, what type of element does the strong tag mark up?
In web page design, what type of element does the strong tag mark up?
What does the span tag do in HTML?
What does the span tag do in HTML?
Which CSS property can be used to change the default display style of an element to a block?
Which CSS property can be used to change the default display style of an element to a block?
What does the 'display' property in CSS control?
What does the 'display' property in CSS control?
What is the purpose of the 'box-sizing' property in CSS?
What is the purpose of the 'box-sizing' property in CSS?
What is the default space occupied by an element in a web page?
What is the default space occupied by an element in a web page?
In responsive design, what changes in response to the device that is rendering the web page?
In responsive design, what changes in response to the device that is rendering the web page?
What does the 'float' property in CSS do?
What does the 'float' property in CSS do?
What does 'clear: left;' do in CSS?
What does 'clear: left;' do in CSS?
Which type of web page layout has elements sized in proportion to each other in em units?
Which type of web page layout has elements sized in proportion to each other in em units?
What does the 'outline' property in CSS do?
What does the 'outline' property in CSS do?
What happens when sibling elements are floated along the same margin in CSS?
What happens when sibling elements are floated along the same margin in CSS?
'min-width' specifies what when used in web page design?
'min-width' specifies what when used in web page design?
Which CSS property controls the width of an element based on the sum of the content, padding, and border?
Which CSS property controls the width of an element based on the sum of the content, padding, and border?
What does 'display: inline;' do in CSS?
What does 'display: inline;' do in CSS?