Codecademy HTML Quiz 2024/2024
Rated A+
Below is a paragraph element, what is a benefit of inputting text into one?
-it prevents markup adjustments
-it will not be displayed
-it allows the text to be styled
-you cannot insert text outside of tags - ANSWER-it allows the text to be styled
For this tag to display an image, what must you replace "#" with?
<img src="#">
-an image URL
-an image anchor tag
-the image vector
-an image file size - ANSWER-an image URL
HTML is a "markup language." What does that mean?
HTML is a "markup language." What does that mean?
-it means the language cannot be interpreted by a web browser
-It was developed by a community (rather than a single architect) over time
-It's used to "mark up" existing code
-It turns text into images, links, tables, lists more - ANSWER-It turns text into images,
links, tables, lists more
This HTML anchor tag will not work. Why?
<a href=https://www.codecademy.com/>click here</a> - ANSWER-The URL is missing
quotation marks
What element(s) will you find inside a body tag?
-head and title elements
-a doctype declaration
-headings, paragraphs, links and images
-all of these are correct - ANSWER-headings, paragraphs, links and images
What is the difference between HTML and CSS?
There is no difference
CSS is one type of HTML
HTML gives a webpage structure. CSS provides styling.
CSS structures a webpage. HTML strictly provides styling - ANSWER-HTML gives a
webpage structure. CSS provides styling.
What is the function of the tag below?
<title> Jane's Website </title>
-It stores the webpage title for browser and search engine results
Rated A+
Below is a paragraph element, what is a benefit of inputting text into one?
-it prevents markup adjustments
-it will not be displayed
-it allows the text to be styled
-you cannot insert text outside of tags - ANSWER-it allows the text to be styled
For this tag to display an image, what must you replace "#" with?
<img src="#">
-an image URL
-an image anchor tag
-the image vector
-an image file size - ANSWER-an image URL
HTML is a "markup language." What does that mean?
HTML is a "markup language." What does that mean?
-it means the language cannot be interpreted by a web browser
-It was developed by a community (rather than a single architect) over time
-It's used to "mark up" existing code
-It turns text into images, links, tables, lists more - ANSWER-It turns text into images,
links, tables, lists more
This HTML anchor tag will not work. Why?
<a href=https://www.codecademy.com/>click here</a> - ANSWER-The URL is missing
quotation marks
What element(s) will you find inside a body tag?
-head and title elements
-a doctype declaration
-headings, paragraphs, links and images
-all of these are correct - ANSWER-headings, paragraphs, links and images
What is the difference between HTML and CSS?
There is no difference
CSS is one type of HTML
HTML gives a webpage structure. CSS provides styling.
CSS structures a webpage. HTML strictly provides styling - ANSWER-HTML gives a
webpage structure. CSS provides styling.
What is the function of the tag below?
<title> Jane's Website </title>
-It stores the webpage title for browser and search engine results