483F

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Use the CSS _____ property on an element to prevent other elements from floating beside it.

clear

Which CSS property is used to change the text color of an element?

color

While HTML controls document structure, CSS controls _____.

content appearance

<a href="http://www.fullerton.edu">CSUF</a>

how do you make a basic link in HTML?

What is the recommended name you should give the folder that holds your project's images?

images

when you want to avoid a single word at the end of a paragraph that is left on the line by itself

in HTML how could you use the character entity like the one shown below? (below: &nbsp;)

Why is it important to remember to use closing tags?

so it is clear where elements end

What are the four attributes we want to include on every img element?

src, alt, height, width

Which format is best suited to handle complex drawings and logos?

svg

<em>

when we want to convey importance, seriousness, or urgency, which element do we use?

&nbsp;

which code should we use to get a non-break? Space between "a lot" (so the two different words are not split into two lines)

<!—comment—>

which syntax can we use to add comments to HTML?

How does the id attribute differ from the class attribute?

An id attribute name may only be used once in a document.

Which tag does not belong in the document <head>?

<main>

What does CSS stand for?

Cascading Style Sheets

How can you mark a quotation as being in a different language from its surrounding text?

Create a element with a lang attribute indicating the language for its contents.

What is considered an advanced selector?

h1 ~ p {}

A universal selector is specified using a(n) _____.

"*" character

Which address points to a different file than the others?

"/index.html"

When using the padding property; are you allowed to use negative values?

No

If you want to create a compact image that can display in large sizes without pixelation, which should you choose?

SVG

<div>

Which type of element is typically a block?

You can use the _____ pseudo-class to set a different color on a link if it was clicked on.

a:visited

In the following CSS code, 'h1' is the _____, while 'color' is the _____. h1 { color: red; }

selector; property

Which width specification is relative?

10vw

In an HTML document, if the font size of the body tag is set to 15px, and a div—directly within the body tag—has the font size set to 2em, the div's font size is displayed at what size?

30px

How many elements are there in the following HTML code? <h1> The End of the World is Nigh </h1> <article> Musings on our Current Social Predicament, by <em> Trans I. Tory </em> <p> Random content....</p> </article>

4

What is the difference between the usage of <div> and <span>?

<div> is used for blocks, and <span> is used for a part of a line.

Which of the following elements is not normally found in the <body> element?

<html>

You want your styling to be based on a font stack consisting of three fonts. Where should the generic font for your font family be specified?

It should be the last one on the list.

Which is a true statement about HTML lists?

Lists can be used to mark up navigation.

What happens when HTML is broken because of a bug in the code?

The browser guesses what you meant, and does its best to fix the bug itself.

You change a certain CSS rule in your browser's Developer Tools view. When is this change reflected inside the browser?

The change is seen when you refresh the page.

What is the correct CSS syntax for making all the <p> elements bold?

p {font-weight: bold;}

What sort of efforts require the use and understanding of ARIA attributes?

those involving accessibility issues

Why should you include the height and width specifications for all images?

to make the page layout more efficient


संबंधित स्टडी सेट्स

6, Chapter 5, FIN 3826 - ch 5 test bank, Investment Management Final Ch. 5

View Set

Economics Midterm 2: Firms in the Competitive Market

View Set

pn pharmacology online practice 2020 B

View Set

59: Assessment & Mgmt - Male Reproductive Disorders

View Set

MGMT300 Final Cumulative Exam Review

View Set