html language
Help!
|
|
||||
---|---|---|---|---|---|
Which of the following is a web-based, version-control and collaboration system that will be used in this course to provide a viewable domain for your work? | show 🗑
|
||||
Which of the following HTML elements wraps all the content on the entire page and is sometimes known as the root element? | show 🗑
|
||||
show | href="_ ..__/images/sunset.png"
🗑
|
||||
show | <script src="scripts/script.js"></script>
🗑
|
||||
<main> <section class="linklist"> <h2>WDD 230: Assignment Portal</h2> <ul><li>Lesson 02: <a href="lesson02/dpdoc.html">Design Principles Document</a></li> <li>Lesson 03: <a href="lesson03/siteplan.html">Chamber Site Plan</a> </li> | show 🗑
|
||||
show | header
🗑
|
||||
Part of an HTML document that is not displayed in the web browser. | show 🗑
|
||||
show | heading
🗑
|
||||
"There are 54 days until Christmas!" You can assume that all the variables used in the concatenated expression have been declared and are ready to use. You must include a closing semicolon. | show 🗑
|
||||
Which of the following JavaScript variable declaration statements has a function scope versus a block scope? We should avoid using this variable declaration keyword. | show 🗑
|
||||
show | img
🗑
|
||||
show | <p>The purpose of this temple and all other Latter-day Saint temples is to help all of God’s children come closer to Jesus Christ.</p>
</section>
🗑
|
||||
class attribute value | show 🗑
|
||||
<section> | show 🗑
|
||||
show | attribute
🗑
|
||||
show | closing tag
🗑
|
||||
the whole snippet given | show 🗑
|
||||
<h3>Salt Lake Temple</h3> | show 🗑
|
||||
show | content
🗑
|
||||
show | False
🗑
|
||||
Make the following content into an HTML comment. This is an HTML comment | show 🗑
|
||||
Which of the following file and folder names are appropriate for the web and the standards of this class? Check all that apply | show 🗑
|
||||
Which of the following folder names does this course use as the standard folder names for asset sub-folders? Check all that apply. | show 🗑
|
||||
Another student is getting an HTML validation error on this page <link href="styles/base.css" rel="stylesheet" > <link href="styles/larger.css"> | show 🗑
|
||||
show | 2
🗑
|
||||
show | normalize
🗑
|
||||
The __________ is the framed area on a display screen and each responsive web page needs to have a meta tag defined for this property | show 🗑
|
||||
show | <link href=" rel="stylesheet">
🗑
|
||||
Adapts your site or app depending on the presence or value of various device characteristics and parameters and are a key component of responsive design. They can shrink the font size on small devices, increase padding between paragraphs. | show 🗑
|
||||
Which of the following code snippets is the correct way to write an HTML comment? | show 🗑
|
||||
Rewrite the following div element start tag using an appropriate, semantic HTML5 tag, and be sure to include the opening and closing brackets < >. <div id="footer"> | show 🗑
|
||||
Write the document type declaration markup statement for an HTML5 file. Be sure to include the appropriate opening and closing brackets < >. | show 🗑
|
||||
Why would a web developer want to consider using a normalize.css file or a reset.css file? | show 🗑
|
||||
show | @media (min-width: 38rem) {}
h1 {
color: red;
}
The h1 tag in not inside the media query.
🗑
|
||||
What size of favicon does Google use/recommend? | show 🗑
|
||||
If meta tags for social media, e.g., open graph, tags are missing from the HTML document, how do social media sites like Facebook determine the preview image? | show 🗑
|
||||
show | BYU - Idaho
🗑
|
||||
Write the CSS declaration that applies the Grid layout to the selector. | show 🗑
|
||||
Write the CSS declaration that applies the Flex box layout to the selector. | show 🗑
|
||||
Scenarios | show 🗑
|
||||
show | Site Purpose
🗑
|
||||
show | Personas
🗑
|
||||
show | Typography
🗑
|
||||
show | Wireframe
🗑
|
||||
True or False? CSS Comments can be used to traverse multiple lines as shown here: /* The comment below is used to disable specific styling */ /* span { color: blue; font-size: 1.5em; } */ | show 🗑
|
||||
show | <!-- *** Call to Action *** -->
🗑
|
||||
Which of the following HTML elements is an inline-level element by default? | show 🗑
|
||||
show | parent > p
🗑
|
||||
show | wayfinding
🗑
|
||||
What does the :: syntax in the CSS rule selector do? .active::before { content: "⚙️"; margin-top: .5rem; } | show 🗑
|
||||
show | margin outermost: first
border second
padding third
content last
🗑
|
||||
show | Which of the following CSS selectors only selects the list item elements in the unordered list without error?
.linklist li
🗑
|
||||
show | img { padding: 1em; border: 1px solid black; }
🗑
|
||||
What is the default display value of an <img> element?t! | show 🗑
|
||||
show | block
🗑
|
||||
show | flex-direction
🗑
|
||||
show | clear
🗑
|
||||
Fill in the blanks (labeled A, B, and C) to ensure that the content is both vertically and horizontally centered as shown. .💪🏽 { display: ____A____; align-items: ___B___; _____C_____: center; } | show 🗑
|
||||
Do CSS variables cascade like everything else in CSS? declare a var in the document root pseudo class, :root { --base-color: rgba(200,200,50,.5)} later change the --base-color variable in the CSS under a class. .highlight { --base-color: rgba(200, | show 🗑
|
||||
show | Padding
🗑
|
||||
Which CSS pseudo-class is used to apply styles based on the number of times an element appears in a certain context? | show 🗑
|
||||
show | 🔸2:
🗑
|
||||
show | The Margin
🗑
|
||||
show | The site content itself and the site layout
🗑
|
||||
show |
🗑
|
Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.
Normal Size Small Size show me how
Normal Size Small Size show me how
Created by:
oldr
Popular Computers sets