HTML Exam 1 Solved 100% Correct
- ANSWER-An "if-else" statement is most likely to be inside which HTML tag?
- ANSWER-what element creates a drop-down menu
"travel" - ANSWER-For the website www.canada.travel, what top-level heirarchy
& - ANSWER-select the special character that completes the abbreviation AT_T
< - ANSWER-which special character is sued so "<" is not treated as apart of the
following tag
<!-- --> - ANSWER-what denotes a comment in HTML
<!DOCTYPE html>
<html lang= "english">
<meta charset="UTF-6">
<title>My Page</title>
<body>
<p>Hi</p>
</body>
</html> - ANSWER-Which block of code will result in an error in the HTML validator?
<!DOCTYPE html> - ANSWER-declares the document as HTML
<a href = ""><img src="" alt=""</ - ANSWER-what turns the picture into a link
<br> after every sentence - ANSWER-which code segment makes breaking new line
possible in a paragraph?
<caption> - ANSWER-which tag adds short descriptive text to a table
<div> - ANSWER-which HTML element is a block with no semantic meaning
<h6>, <h1> - ANSWER-the smallest heading is ______ while the largest heading is
_____
<img src="https://www.zybooks.com/ducati.jpg"> - ANSWER-Which HTML element
displays an image?
<input type="password"> - ANSWER-which element property follows the developer
guidelines
<ol> - ANSWER-the tag _________ creates a numbered list
, <p>Hello World</p> - ANSWER-which element is complete?
<p>Hi! How are you?</p> - ANSWER-which line of code displays: Hi! How are you?
<strong> - ANSWER-which format conveys the importance of the word "only" in the
sentence
<strong><em>strong emphasis</em></strong> - ANSWER-which HTML element
displays the text "strong emphasis" in the style of strong emphasis
<style> - ANSWER-CSS rules may be placed within ________ tags of an HTML file
<table> <tr><th></th></tr><tr><td></td></tr></table> - ANSWER-what is the correct
structure for creating a table
<tbody> </tbody> - ANSWER-which tag defines the tbody (organization, groups the
body of the table together)
<td rowspan="4"> - ANSWER-which attribute makes the data span 4 rows
<ul>
<li>England</li>
<li>Japan</li>
<li>Australia</li>
</ul> - ANSWER-What is the proper structure for creating a bulleted list?
<ul> <li><li><li> </ul> - ANSWER-bulleted list
192.168.0.1 - ANSWER-an example of what an IP address looks like
3 - ANSWER-a web browser sends HTTP requests to a web server for a web page with
a view and a JavaScript file. How many HTTP responses will the web serve likely send
to the web browser? (1. request HTML file, 2. request Java file, 3. sending video file)
301 - ANSWER-which status code indicates that a web resource had been moved to
another URL
a link opens in a new window browser - ANSWER-adding _blank attribute to a link
results in
absolute - ANSWER-https://google.com is an example of a _______ URL
alt - ANSWER-which attribute displays text when an image cannot be viewed
as a single space - ANSWER-How do multiple spaces within a p tag display
- ANSWER-An "if-else" statement is most likely to be inside which HTML tag?
- ANSWER-what element creates a drop-down menu
"travel" - ANSWER-For the website www.canada.travel, what top-level heirarchy
& - ANSWER-select the special character that completes the abbreviation AT_T
< - ANSWER-which special character is sued so "<" is not treated as apart of the
following tag
<!-- --> - ANSWER-what denotes a comment in HTML
<!DOCTYPE html>
<html lang= "english">
<meta charset="UTF-6">
<title>My Page</title>
<body>
<p>Hi</p>
</body>
</html> - ANSWER-Which block of code will result in an error in the HTML validator?
<!DOCTYPE html> - ANSWER-declares the document as HTML
<a href = ""><img src="" alt=""</ - ANSWER-what turns the picture into a link
<br> after every sentence - ANSWER-which code segment makes breaking new line
possible in a paragraph?
<caption> - ANSWER-which tag adds short descriptive text to a table
<div> - ANSWER-which HTML element is a block with no semantic meaning
<h6>, <h1> - ANSWER-the smallest heading is ______ while the largest heading is
_____
<img src="https://www.zybooks.com/ducati.jpg"> - ANSWER-Which HTML element
displays an image?
<input type="password"> - ANSWER-which element property follows the developer
guidelines
<ol> - ANSWER-the tag _________ creates a numbered list
, <p>Hello World</p> - ANSWER-which element is complete?
<p>Hi! How are you?</p> - ANSWER-which line of code displays: Hi! How are you?
<strong> - ANSWER-which format conveys the importance of the word "only" in the
sentence
<strong><em>strong emphasis</em></strong> - ANSWER-which HTML element
displays the text "strong emphasis" in the style of strong emphasis
<style> - ANSWER-CSS rules may be placed within ________ tags of an HTML file
<table> <tr><th></th></tr><tr><td></td></tr></table> - ANSWER-what is the correct
structure for creating a table
<tbody> </tbody> - ANSWER-which tag defines the tbody (organization, groups the
body of the table together)
<td rowspan="4"> - ANSWER-which attribute makes the data span 4 rows
<ul>
<li>England</li>
<li>Japan</li>
<li>Australia</li>
</ul> - ANSWER-What is the proper structure for creating a bulleted list?
<ul> <li><li><li> </ul> - ANSWER-bulleted list
192.168.0.1 - ANSWER-an example of what an IP address looks like
3 - ANSWER-a web browser sends HTTP requests to a web server for a web page with
a view and a JavaScript file. How many HTTP responses will the web serve likely send
to the web browser? (1. request HTML file, 2. request Java file, 3. sending video file)
301 - ANSWER-which status code indicates that a web resource had been moved to
another URL
a link opens in a new window browser - ANSWER-adding _blank attribute to a link
results in
absolute - ANSWER-https://google.com is an example of a _______ URL
alt - ANSWER-which attribute displays text when an image cannot be viewed
as a single space - ANSWER-How do multiple spaces within a p tag display