100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

S310 Final Comprehensive HTML Quiz Review Answered 100% Correct

Rating
-
Sold
-
Pages
7
Grade
A+
Uploaded on
03-11-2024
Written in
2024/2025

S310 Final Comprehensive HTML Quiz Review Answered 100% Correct

Institution
HTML
Course
HTML









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
HTML
Course
HTML

Document information

Uploaded on
November 3, 2024
Number of pages
7
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

S310 Final Comprehensive HTML Quiz
Review Answered 100% Correct
<a href="kelley.iu.edu" target="_blank">Kelley School of Business</a>
What does the code above do? - ANSWER-Opens the page in a new tab or window

A 'ul' element wouldn't be useful unless it contained one or more of these elements -
ANSWER-li

A <select> element would not be useful without one or more of these elements inside of
it - ANSWER-<option>

According to the video, it is best practice to include both the name and ID attributes for
every form input. What is true about these attributes? - ANSWER-Name is what the
server script will use to identify the field while ID is how JavaScript and CSS will identify
the field

Bootstrap allows you to create expandable and collapsible content on your pages
without having to write your own CSS rules. - ANSWER-True

Bootstrap is ____. - ANSWER-A set of CSS classes and JavaScript code

Can some elements contain other elements? - ANSWER-Yes

Consider the following code:
<body>
<p>This is HTML element 1</p>
<p>This is HTML element 2</p>
<div>This is HTML element 3</p>
</body>
If this CSS rule:
p {color: orange}
was included in the above HTML, which element(s) inside the body would have the
orange text? - ANSWER-Elements 1 and 2

Consider the following HTML element:
<input type="text" id="street">
Which of the following CSS rules would make the element span exactly halfway across
the form? - ANSWER-#street {width: 50%}

Consider the structure of an HTML5 table. Which of the following best describes how a
table is organized? - ANSWER-A table contains rows and each row contains cells

, Different documents can be linked together using the ___ element - ANSWER-<a>

Do the style rules in an external CSS file, like style.css need to be surrounded by
<style> ... </style> tags? - ANSWER-No

Examine the HTML and the CSS below.
<style>
#opening-paragraph { color: blue; }
.callout { color: red; }
</style>
<p id="opening-paragraph" class="callout">Breaking Story! Bloomington Indiana rated
as the number one place to live.</p>
Consider the order of precedence with CSS. The text in the paragraph on the page will
appear as which of the following colors? - ANSWER-Blue

Given the following code:
<body>
<p>This is HTML element 1</p>
<p>This is HTML element 2</p>
<div>This is HTML element 3</p>
If this CSS code was used...
body {color: crimson}
p {color: cream}
Which elements would be crimson? - ANSWER-Element 3

Given the following code...
<label for="???">Spouse</label>
<input type="text" id="spouse2">
What should we enter in place of ??? to associate the label with the input field? -
ANSWER-spouse2

Given the following CSS code, what would you put in a place of AAA so that these rules
apply only when the user's mouse is over a hyperlink?
AAA {background-color:red; color: white} - ANSWER-a:hover

Given the HTML below:
<p class="callout" >Sixty percent of the time it works every time.</p>
how would you select it by its Class in your CSS? - ANSWER-.callout{ }

Given the HTML below:
<p id="closing">Indiana University</p>
How would you select it by its ID in your CSS? - ANSWER-#closing{ }

How many columns make up a row in the Bootstrap grid system? - ANSWER-12

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
CLOUND Exam
View profile
Follow You need to be logged in order to follow users or courses
Sold
601
Member since
2 year
Number of followers
389
Documents
10885
Last sold
1 week ago
PROF MM

HELLO WELCOME TO THIS PAGE WHERE YOU WILL FIND ALL EXAMS ,STUDY GUIDE ,CASE, TESTBANKS AND ANY OTHER STUDY MATERIALS,

3.9

116 reviews

5
58
4
16
3
29
2
3
1
10

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions