HTML/CSS final exam study guide with
100% correct answers | updated
give an example of an IPv4 and IPv6 address CORRECT ANSWERS IPv4-
172.192.10.1
IPv6- 2001:ODB8:ACio:FEOI:0092:1111:0000:ABAB
rewrite the following tags in the order they would typically appear in a website. There
will be missing tags CORRECT ANSWERS <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title> </titile>
</head>
<body>
rewrite the following tags in the order they would typically appear. There will be missing
tags CORRECT ANSWERS </head>
<body>
<header>
<nav>
</nav>
<main>
</main>
<footer>
</footer>
a domain name is a text based address corresponding to a unique------ CORRECT
ANSWERS ip address
what are the tags that:
A. create a paragraph
B. create the largest heading
C. create break to a new line
D. configure a navigation area
E. create a definition list
, F. identify the term on a definition list
G. identify the definition on a definition list
H. link one web document to another web document
I. Configure an area for embedded CSS
J. Place an image on the page CORRECT ANSWERS <p>
<hl>
<br>
<nav>
<dl>
<dh>
<dd>
<a>
<style>
<img>
what is the special character that adds extra space between words CORRECT
ANSWERS
what is the special character that adds the copyright symbol to a web page CORRECT
ANSWERS ©
write a statement that would link the word "resume" to a page saved as myresume.html
CORRECT ANSWERS <a href="myresume.html">resume</a>
what file extension should css rules be saved as CORRECT ANSWERS css
what file extension should your web site be saved as CORRECT ANSWERS .html
where does the text contained between <title> </title> appear CORRECT ANSWERS
tab of browser
where are the css rules coded for: CORRECT ANSWERS inline css: inside element
100% correct answers | updated
give an example of an IPv4 and IPv6 address CORRECT ANSWERS IPv4-
172.192.10.1
IPv6- 2001:ODB8:ACio:FEOI:0092:1111:0000:ABAB
rewrite the following tags in the order they would typically appear in a website. There
will be missing tags CORRECT ANSWERS <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title> </titile>
</head>
<body>
rewrite the following tags in the order they would typically appear. There will be missing
tags CORRECT ANSWERS </head>
<body>
<header>
<nav>
</nav>
<main>
</main>
<footer>
</footer>
a domain name is a text based address corresponding to a unique------ CORRECT
ANSWERS ip address
what are the tags that:
A. create a paragraph
B. create the largest heading
C. create break to a new line
D. configure a navigation area
E. create a definition list
, F. identify the term on a definition list
G. identify the definition on a definition list
H. link one web document to another web document
I. Configure an area for embedded CSS
J. Place an image on the page CORRECT ANSWERS <p>
<hl>
<br>
<nav>
<dl>
<dh>
<dd>
<a>
<style>
<img>
what is the special character that adds extra space between words CORRECT
ANSWERS
what is the special character that adds the copyright symbol to a web page CORRECT
ANSWERS ©
write a statement that would link the word "resume" to a page saved as myresume.html
CORRECT ANSWERS <a href="myresume.html">resume</a>
what file extension should css rules be saved as CORRECT ANSWERS css
what file extension should your web site be saved as CORRECT ANSWERS .html
where does the text contained between <title> </title> appear CORRECT ANSWERS
tab of browser
where are the css rules coded for: CORRECT ANSWERS inline css: inside element