Papersbyjol
On this page, you find all documents, package deals, and flashcards offered by seller papersbyjol.
- 10879
- 0
- 567
Community
- Followers
- Following
57 Reviews received
11453 items
HTML/CSS Midterm Review CORRECT 100%
<!DOCTYPE html> - ANSWERDefines the version of the HTML the page is written in 
 
<a> - ANSWERA hyperlink 
 
<b> - ANSWERMakes text bold 
 
<body> - ANSWERContains the content that will appear on the webpage 
 
<br> - ANSWERA single line break 
 
<div> - ANSWERA section of a webpage that can be styled and moved independently 
 
<p> - ANSWERParagraph text 
 
<strong> - ANSWERMakes text important and bold 
 
<style> - ANSWERUsed to create a sty...
- Package deal
- Exam (elaborations)
- • 3 pages •
<!DOCTYPE html> - ANSWERDefines the version of the HTML the page is written in 
 
<a> - ANSWERA hyperlink 
 
<b> - ANSWERMakes text bold 
 
<body> - ANSWERContains the content that will appear on the webpage 
 
<br> - ANSWERA single line break 
 
<div> - ANSWERA section of a webpage that can be styled and moved independently 
 
<p> - ANSWERParagraph text 
 
<strong> - ANSWERMakes text important and bold 
 
<style> - ANSWERUsed to create a sty...
HTML Exam 1 Chapter 1-3 Review QUESTIONS & ANSWERS 100% CORRECT!!
Home - ANSWEREach Web site contains a(n) ____ page, which is the first document users see when they access the site. 
 
Host - ANSWERWeb pages are stored on a(n) ____, which is a computer that stores and sends requested Web pages and other files. 
 
CSS - ANSWERHTML and ____ are not the same thing; the latter is a separate language used to enhance the display capabilities of HTML. 
 
DOCTYPE - ANSWERAn XHTML coding practice is to require that the HTML file include a ____ statement. 
 
Title - AN...
- Package deal
- Exam (elaborations)
- • 4 pages •
Home - ANSWEREach Web site contains a(n) ____ page, which is the first document users see when they access the site. 
 
Host - ANSWERWeb pages are stored on a(n) ____, which is a computer that stores and sends requested Web pages and other files. 
 
CSS - ANSWERHTML and ____ are not the same thing; the latter is a separate language used to enhance the display capabilities of HTML. 
 
DOCTYPE - ANSWERAn XHTML coding practice is to require that the HTML file include a ____ statement. 
 
Title - AN...
HTML and CSS Exam CORRECT 100%
What does html stand for? - ANSWERHyper Text Markup Language 
 
Provide an example of an an HTML 5 tag and the purpose of the tag - ANSWER<footer></footer> , it simplified <div id= "footer"> which most coders were using anyways, and it provided a specific close tag 
 
Show a start tag and end tag in html (use paragraph for an example) - ANSWER<p> and </p> 
 
<span class="green"> Text Here </span> is a rule for: - ANSWERText 
 
h1, a, or nav (...
- Package deal
- Exam (elaborations)
- • 3 pages •
What does html stand for? - ANSWERHyper Text Markup Language 
 
Provide an example of an an HTML 5 tag and the purpose of the tag - ANSWER<footer></footer> , it simplified <div id= "footer"> which most coders were using anyways, and it provided a specific close tag 
 
Show a start tag and end tag in html (use paragraph for an example) - ANSWER<p> and </p> 
 
<span class="green"> Text Here </span> is a rule for: - ANSWERText 
 
h1, a, or nav (...
HTML Tutorial 3 CORRECT 100%
Reset Style Sheet - ANSWERsupersedes the browser's default styles and provides a consistent starting point for page design. 
 
Fixed Layout - ANSWERa layout in which the size of the page and the size of the page elements are fixed, usually using pixels as the unit of measure. 
 
Fluid Layout - ANSWERsets the width of page elements as a percent of the available screen width 
 
Elastic Layout - ANSWERA layout design in which all measurements are expressed in em units and based on the default fo...
- Package deal
- Exam (elaborations)
- • 2 pages •
Reset Style Sheet - ANSWERsupersedes the browser's default styles and provides a consistent starting point for page design. 
 
Fixed Layout - ANSWERa layout in which the size of the page and the size of the page elements are fixed, usually using pixels as the unit of measure. 
 
Fluid Layout - ANSWERsets the width of page elements as a percent of the available screen width 
 
Elastic Layout - ANSWERA layout design in which all measurements are expressed in em units and based on the default fo...
HTML Exam 98-383 QUESTIONS & ANSWERS 100% CORRECT!!
<script> - ANSWERUsed to embed or reference executable code 
 
Example: 
<script> 
ElementById("demo").innerHTML = "Hello JavaScript!"; 
</script> 
 
<style> - ANSWERUsed to change the color of text on a page 
 
Example: 
<style> 
h1 {color:red;} 
p {color:blue;} 
</style> 
 
<link> - ANSWERDefines a link between a document and an external resource 
 
Example: 
<link rel="stylesheet" type="text/css" href=""> 
 
<met...
- Package deal
- Exam (elaborations)
- • 8 pages •
<script> - ANSWERUsed to embed or reference executable code 
 
Example: 
<script> 
ElementById("demo").innerHTML = "Hello JavaScript!"; 
</script> 
 
<style> - ANSWERUsed to change the color of text on a page 
 
Example: 
<style> 
h1 {color:red;} 
p {color:blue;} 
</style> 
 
<link> - ANSWERDefines a link between a document and an external resource 
 
Example: 
<link rel="stylesheet" type="text/css" href=""> 
 
<met...
W3Schools HTML Quiz CORRECT 100%
What does HTML stand for? - ANSWERHyper Text Markup Language 
 
Who is making the Web standards? - ANSWERThe World Wide Web Consortium 
 
What is the correct HTML element for the largest heading? - ANSWER<h1> 
 
What is the correct HTML element for inserting a line break? - ANSWER<br> 
 
What is the correct HTML for making a checkbox? - ANSWER<input type="checkbox"> 
 
What is the correct HTML for making a text input field? - ANSWER<input type="text"> 
 
What ...
- Package deal
- Exam (elaborations)
- • 3 pages •
What does HTML stand for? - ANSWERHyper Text Markup Language 
 
Who is making the Web standards? - ANSWERThe World Wide Web Consortium 
 
What is the correct HTML element for the largest heading? - ANSWER<h1> 
 
What is the correct HTML element for inserting a line break? - ANSWER<br> 
 
What is the correct HTML for making a checkbox? - ANSWER<input type="checkbox"> 
 
What is the correct HTML for making a text input field? - ANSWER<input type="text"> 
 
What ...
HTML study guide ACCURATE 100%
HTML - ANSWERHypertext markup language 
 
Open tag - ANSWER<xx> 
 
close tag - ANSWER</xx> 
 
starting tag - ANSWER<HTML> <HEAD> <TITLE> </TITLE> </HEAD> 
<BODY> </BODY> 
 
text editor - ANSWERnotepad 
 
web browser - ANSWERsoftware tool that searches and displays HTML documents from the internet 
 
h1-h6 - ANSWERused to set the size of the text
- Package deal
- Exam (elaborations)
- • 2 pages •
HTML - ANSWERHypertext markup language 
 
Open tag - ANSWER<xx> 
 
close tag - ANSWER</xx> 
 
starting tag - ANSWER<HTML> <HEAD> <TITLE> </TITLE> </HEAD> 
<BODY> </BODY> 
 
text editor - ANSWERnotepad 
 
web browser - ANSWERsoftware tool that searches and displays HTML documents from the internet 
 
h1-h6 - ANSWERused to set the size of the text
HTML Tutorial 9 QUESTIONS 100% SOLVED!!
Which of the following can be referenced only after the browser has finished parsing the page content? - ANSWERBuilt-in objects 
Browser objects 
Document objects 
 
A _____ occurs after a script has been successfully loaded with no syntax errors and is being executed by a browser. - ANSWERrun-time error 
 
Which of the following syntax is used for a function to return a value? - ANSWERfunction function_name(parameters){ 
commands 
return value;} 
 
Identify a method that repeatedly runs command...
- Package deal
- Exam (elaborations)
- • 3 pages •
Which of the following can be referenced only after the browser has finished parsing the page content? - ANSWERBuilt-in objects 
Browser objects 
Document objects 
 
A _____ occurs after a script has been successfully loaded with no syntax errors and is being executed by a browser. - ANSWERrun-time error 
 
Which of the following syntax is used for a function to return a value? - ANSWERfunction function_name(parameters){ 
commands 
return value;} 
 
Identify a method that repeatedly runs command...
HTML Tutorial 5-6 Study Guide CORRECT 100%
Which of the following is not a part of responsive design theory? - ANSWERpulldown menus 
 
Which attribute do you add to a link element for aural browsers? - ANSWERmedia = "speech" 
 
What @rule do you use for braille device? - ANSWER@media braille 
 
What @rule loads style rules for screen devices up to a maximum width of 780 pixels? - ANSWER@media screen and (max-width: 780px) 
 
What attribute would you add to a link element for screen devices whose width ranges from 480 pixels up to 7...
- Package deal
- Exam (elaborations)
- • 3 pages •
Which of the following is not a part of responsive design theory? - ANSWERpulldown menus 
 
Which attribute do you add to a link element for aural browsers? - ANSWERmedia = "speech" 
 
What @rule do you use for braille device? - ANSWER@media braille 
 
What @rule loads style rules for screen devices up to a maximum width of 780 pixels? - ANSWER@media screen and (max-width: 780px) 
 
What attribute would you add to a link element for screen devices whose width ranges from 480 pixels up to 7...
Tutorial 2 Review HTML CORRECT 100%!!
True - ANSWERThe home page acts as a focal point for the Web site. 
 
True - ANSWERMarking a location with an anchor does not change a document's appearance in any way. 
 
True - ANSWERAdding an id creates locations in your Web page that become destination of links. 
 
False - ANSWERYou use the <L> tag to create a link within a document. 
 
True - ANSWERYou should be careful to make each id name unique within a document. 
 
False - ANSWERThe structure shown in the figure above is a hier...
- Package deal
- Exam (elaborations)
- • 3 pages •
True - ANSWERThe home page acts as a focal point for the Web site. 
 
True - ANSWERMarking a location with an anchor does not change a document's appearance in any way. 
 
True - ANSWERAdding an id creates locations in your Web page that become destination of links. 
 
False - ANSWERYou use the <L> tag to create a link within a document. 
 
True - ANSWERYou should be careful to make each id name unique within a document. 
 
False - ANSWERThe structure shown in the figure above is a hier...
CalMHSA Medi-Cal Peer Support Certification Exam Accurate 100%
Nevada Life Insurance Exam Questions & Answers 100% Correct(SCORED A+)
SAFe 5.0 Cert Upgrade 100% Accurate!!
NC health science 1 final exam review Questions 100% Solved
Alpha Phi Alpha Study Guide for IMDP Chapters 1-10 Questions & Answers 100% Accurate!!