HTML/CSS review questions and
answers | 100% verified
HTML CORRECT ANSWERS Hypertext Markup Language
CSS CORRECT ANSWERS Cascading Style Sheets
Head CORRECT ANSWERS What the page is about
Body CORRECT ANSWERS What shows up on page
Style CORRECT ANSWERS Used for styling HTML elements
Opening and closing tag for a paragraph CORRECT ANSWERS <p></p>
What are H1- h6 CORRECT ANSWERS Largest heading to smallest heading
Opening and closing tag for an unordered list CORRECT ANSWERS <ul></ul>
Opening and closing tag for an ordered list CORRECT ANSWERS <ol></ol>
Inline styles CORRECT ANSWERS specifies an HTML element
Internal style CORRECT ANSWERS uses style element in head section
Div CORRECT ANSWERS defines a division of HTML document
What is the tag to change color of paragraph inline to ff0000? CORRECT ANSWERS
<span style="color: #ff0000"></span>
What are the three colors of a computer screen? CORRECT ANSWERS red, green,
and blue
JPG CORRECT ANSWERS Joint Photographic Experts Group
PNG CORRECT ANSWERS Portable Network Graphic
How do you insert an image called duck.jpg? CORRECT ANSWERS <img
src="duck.jpg" alt="duck">
What is a hyperlink? CORRECT ANSWERS a link to a different website or a picture
What is the tag to hyperlink to another page called cookies.html? CORRECT
ANSWERS <a href="cookies.html">cookies</a>
answers | 100% verified
HTML CORRECT ANSWERS Hypertext Markup Language
CSS CORRECT ANSWERS Cascading Style Sheets
Head CORRECT ANSWERS What the page is about
Body CORRECT ANSWERS What shows up on page
Style CORRECT ANSWERS Used for styling HTML elements
Opening and closing tag for a paragraph CORRECT ANSWERS <p></p>
What are H1- h6 CORRECT ANSWERS Largest heading to smallest heading
Opening and closing tag for an unordered list CORRECT ANSWERS <ul></ul>
Opening and closing tag for an ordered list CORRECT ANSWERS <ol></ol>
Inline styles CORRECT ANSWERS specifies an HTML element
Internal style CORRECT ANSWERS uses style element in head section
Div CORRECT ANSWERS defines a division of HTML document
What is the tag to change color of paragraph inline to ff0000? CORRECT ANSWERS
<span style="color: #ff0000"></span>
What are the three colors of a computer screen? CORRECT ANSWERS red, green,
and blue
JPG CORRECT ANSWERS Joint Photographic Experts Group
PNG CORRECT ANSWERS Portable Network Graphic
How do you insert an image called duck.jpg? CORRECT ANSWERS <img
src="duck.jpg" alt="duck">
What is a hyperlink? CORRECT ANSWERS a link to a different website or a picture
What is the tag to hyperlink to another page called cookies.html? CORRECT
ANSWERS <a href="cookies.html">cookies</a>