click below
click below
Normal Size Small Size show me how
quiz corrections
MWD objective 4.01 TBanks
Question | Answer |
---|---|
Which CSS inline style results in the text size of a webpage paragraph displaying at 14px? | <p style="font-size:14px"> |
Which hyperlink shows an absolute link? | <a href=" |
What document or section information contains introductory content or a set of navigational links for the webpage? | header |
Which item interprets the source code in a web document? | web browser |
Which tag provides information about a web site? | meta |
John wants to insert a CSS comment identifying himself as the author. Which line of code correctly inserts a CSS comment? | /*Written by John Doe*/ |
Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use? | <br> |
Which line of code correctly places a gif image named "tiger" into a webpage? | <img src="tiger.gif" alt="BengalTiger" /> |
Which is the correct code to insert a horizontal line in a webpage? | <hr> |
Between which paired tags would the visible content of a webpage be displayed? | <body></body> |
A designer would use which tag to create a web page with sections of specific styles? | div |
Which tag defines the visible content of a web document? | body |