logo-home

Papersbyjol

On this page, you find all documents, package deals, and flashcards offered by seller papersbyjol.

Community

  • Followers
  • Following

57 Reviews received

11453 items

HTML/CSS Midterm Review CORRECT 100%

(0)
$13.99
0x  sold

<!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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML Exam 1 Chapter 1-3 Review QUESTIONS & ANSWERS 100% CORRECT!!

(0)
$14.49
0x  sold

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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 4 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML and CSS Exam CORRECT 100%

(0)
$12.99
0x  sold

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 (...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML Tutorial 3 CORRECT 100%

(0)
$13.49
0x  sold

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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 2 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML Exam 98-383 QUESTIONS & ANSWERS 100% CORRECT!!

(0)
$13.99
0x  sold

<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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 8 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

W3Schools HTML Quiz CORRECT 100%

(0)
$13.49
0x  sold

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 ...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML study guide ACCURATE 100%

(0)
$12.99
0x  sold

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

i x
  •  Package deal
  • Exam (elaborations)
  •  • 2 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML Tutorial 9 QUESTIONS 100% SOLVED!!

(0)
$11.99
0x  sold

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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

HTML Tutorial 5-6 Study Guide CORRECT 100%

(0)
$14.19
0x  sold

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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x

Tutorial 2 Review HTML CORRECT 100%!!

(0)
$13.99
0x  sold

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...

i x
  •  Package deal
  • Exam (elaborations)
  •  • 3 pages • 
  • by papersbyjol • 
  • uploaded  2025
Quick View
i x