HTML Fundamentals Flashcards

1
Q

Blank is Text that contains connections to other documents.

A

Hypertext

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Blank is Part of a document that explains how to interpret or structure other parts of the document.

A

Markup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Blank is A set of rules describing how to write HTML.

A

Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTML defines over blank elements.

A

130

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An blank is a single HTML structure

A

element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Elements are represented with blank.

A

HTML tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An blank is a markup instruction identified by <, the tag name, and >.

A

HTML tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An blank indicates the starting point in the document where the tag takes effect.

A

opening tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A blank indicates the ending point in the document where the tag stops having an effect.

A

closing tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The blank, produced by WHATWG, defines the minimal parts of an HTML document

A

HTML Living Standard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The blank declaration instructs the web browser about what type of document follows

A

<!DOCTYPE html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The blank and blank enclose everything but the <!DOCTYPE html> declaration. <html lang="en"> indicates that the document’s language is English.

A

<html> opening and closing tags
</html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The blank and blank contain the document title, document metadata, and various other elements that are typically not displayed in the webpage.

A

<head> opening and closing tags
</head>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The blank tag specifies metadata, which is data that describes the document’s data. <meta></meta> describes how characters are represented in the HTML document. Additional <meta></meta> tags may be used to indicate when the document was saved, who the author is, etc.

A

<meta></meta>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The blank and blank enclose the name of the document. The title is usually displayed in the browser’s titlebar, is used by search engines, and is used for bookmarking.

A

<title> opening and closing tags
</title>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The blank and blank enclose all elements and content to be rendered in the browser.

A

<body> opening and closing tags
</body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

A blank provides additional information about the tag and is included only in the opening tag.

A

tag attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

An attribute has a blank and a blank, specified using the form: name=”value”. Ex: <meta></meta> has an attribute named charset with value “UTF-8”.

A

name and a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

The <meta></meta> element does not use a closing tag because <meta></meta> is a blank

A

void element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

A blank is an element that only needs an opening tag. Other void elements include <img></img> for displaying an image and <input></input> for obtaining user input.

A

void element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Omitting the DOCTYPE from an HTML document or placing any characters before the DOCTYPE causes the web browser to render the document in blank mode

A

quirks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Blank mode is a browser rendering mode that renders a webpage using non-standard layout rules emulating older web browsers.

A

Quirks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

A webpage with the DOCTYPE is rendered using blank mode, which uses the HTML Living Standard.

A

standards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

The blank tag is optional but is included anyway in most webpages.

A

<head>
</head>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Instruction to web browser that specifies the document type.
the declaration.
26
Tag that marks the beginning of the HTML document.
The tag
27
Tag that specifies the character encoding used in the document.
The
28
Tag that names the document.
The element </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":29,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473299627},"returnTo":"/packs/21764750/subscribe"}' id='card-473299627'> <div class='header'> 29 </div> <div class='card-face question'> <div class='question-content'> HTML content displayed by the browser. </div> </div> <div class='card-face answer'> <div class='answer-content'> The <body> tags </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":30,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473299697},"returnTo":"/packs/21764750/subscribe"}' id='card-473299697'> <div class='header'> 30 </div> <div class='card-face question'> <div class='question-content'> Tag that marks the end of the HTML document. </div> </div> <div class='card-face answer'> <div class='answer-content'> The </html> closing tag </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":31,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473299784},"returnTo":"/packs/21764750/subscribe"}' id='card-473299784'> <div class='header'> 31 </div> <div class='card-face question'> <div class='question-content'> In Chrome, right-clicking (Windows) or Ctrl-clicking (Mac) and choosing blank from the menu shows the webpage's HTML. A quicker method is to use the keyboard shortcut Ctrl+U (Windows) or ⌘+Option+U (Mac). Most webpages use complex HTML with CSS and JavaScript, so the HTML can be hard to read. </div> </div> <div class='card-face answer'> <div class='answer-content'> "View page source" </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":32,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473299962},"returnTo":"/packs/21764750/subscribe"}' id='card-473299962'> <div class='header'> 32 </div> <div class='card-face question'> <div class='question-content'> A user on a desktop/laptop computer can instruct a browser to show a blank. A web search for "View webpage HTML in Chrome" (or another browser) yields instructions </div> </div> <div class='card-face answer'> <div class='answer-content'> webpage's HTML </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":33,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300044},"returnTo":"/packs/21764750/subscribe"}' id='card-473300044'> <div class='header'> 33 </div> <div class='card-face question'> <div class='question-content'> A user can also use a browser's blank to view a webpage's HTML elements. </div> </div> <div class='card-face answer'> <div class='answer-content'> development tools </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":34,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300150},"returnTo":"/packs/21764750/subscribe"}' id='card-473300150'> <div class='header'> 34 </div> <div class='card-face question'> <div class='question-content'> Chrome blank is a collection of web development tools that are built into the desktop Chrome browser. Pressing Ctrl+Shift+I (Windows) or ⌘+Option+I (Mac) opens Chrome DevTools. Other desktop browsers have similar development tools. </div> </div> <div class='card-face answer'> <div class='answer-content'> DevTools </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":35,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300238},"returnTo":"/packs/21764750/subscribe"}' id='card-473300238'> <div class='header'> 35 </div> <div class='card-face question'> <div class='question-content'> The browser's internal representation and the webpage's actual HTML may blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> differ slightly </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":36,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300336},"returnTo":"/packs/21764750/subscribe"}' id='card-473300336'> <div class='header'> 36 </div> <div class='card-face question'> <div class='question-content'> A blank feature is part of a language that is officially discouraged because newer or better features exist, or because the blank feature is no longer considered safe. Ex: The <center> tag is an officially blank tag that should no longer be used. </div> </div> <div class='card-face answer'> <div class='answer-content'> deprecated </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":37,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300611},"returnTo":"/packs/21764750/subscribe"}' id='card-473300611'> <div class='header'> 37 </div> <div class='card-face question'> <div class='question-content'> Browsers handle improperly structured HTML and deprecated tags differently and unpredictably. The only way to have predictable browser behavior is to blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> use valid HTML </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":38,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300734},"returnTo":"/packs/21764750/subscribe"}' id='card-473300734'> <div class='header'> 38 </div> <div class='card-face question'> <div class='question-content'> An blank checks that an HTML document conforms to the standard. Good practice is to use tools like the W3C Markup Validator to check document conformance. </div> </div> <div class='card-face answer'> <div class='answer-content'> HTML validator </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":39,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300804},"returnTo":"/packs/21764750/subscribe"}' id='card-473300804'> <div class='header'> 39 </div> <div class='card-face question'> <div class='question-content'> A blank is the basic unit of text in an HTML document. </div> </div> <div class='card-face answer'> <div class='answer-content'> paragraph </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":40,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300903},"returnTo":"/packs/21764750/subscribe"}' id='card-473300903'> <div class='header'> 40 </div> <div class='card-face question'> <div class='question-content'> A paragraph is enclosed in HTML by the blank opening and closing tags. Browsers visually separate paragraphs from other text with spacing above and below. </div> </div> <div class='card-face answer'> <div class='answer-content'> <p> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":41,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473300987},"returnTo":"/packs/21764750/subscribe"}' id='card-473300987'> <div class='header'> 41 </div> <div class='card-face question'> <div class='question-content'> A common error is forgetting the closing </p> tag, or trying to put a paragraph inside of another paragraph. The web browser might render nested <p> tags visually correct, but an HTML validator will generate a blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> non-visible error </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":42,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301074},"returnTo":"/packs/21764750/subscribe"}' id='card-473301074'> <div class='header'> 42 </div> <div class='card-face question'> <div class='question-content'> A blank character is an unprinted character such as the spaces between words and lines of text. Browsers treat all sequences of blank as a single space between non-blankcharacters. </div> </div> <div class='card-face answer'> <div class='answer-content'> whitespace </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":43,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301220},"returnTo":"/packs/21764750/subscribe"}' id='card-473301220'> <div class='header'> 43 </div> <div class='card-face question'> <div class='question-content'> The <br> tag creates a blank in a paragraph, such that the content after the blank appears on a new line. Good practice is to use <br> when the line break is essential to the content, such as lines in a poem or mailing address, and not just to add spacing for formatting a webpage </div> </div> <div class='card-face answer'> <div class='answer-content'> line break </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":44,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301376},"returnTo":"/packs/21764750/subscribe"}' id='card-473301376'> <div class='header'> 44 </div> <div class='card-face question'> <div class='question-content'> The <br> tag is a void element, an HTML tag that does not have a blank </div> </div> <div class='card-face answer'> <div class='answer-content'> closing tag. </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":45,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301489},"returnTo":"/packs/21764750/subscribe"}' id='card-473301489'> <div class='header'> 45 </div> <div class='card-face question'> <div class='question-content'> A blank is a collection of related content. </div> </div> <div class='card-face answer'> <div class='answer-content'> section </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":46,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301490},"returnTo":"/packs/21764750/subscribe"}' id='card-473301490'> <div class='header'> 46 </div> <div class='card-face question'> <div class='question-content'> Many documents can be organized into sections, with each section being wrapped in a blank tag. </div> </div> <div class='card-face answer'> <div class='answer-content'> <section> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":47,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301643},"returnTo":"/packs/21764750/subscribe"}' id='card-473301643'> <div class='header'> 47 </div> <div class='card-face question'> <div class='question-content'> A blank provides a title for each section. </div> </div> <div class='card-face answer'> <div class='answer-content'> heading </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":48,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301721},"returnTo":"/packs/21764750/subscribe"}' id='card-473301721'> <div class='header'> 48 </div> <div class='card-face question'> <div class='question-content'> Blank are bold by default and are visually separated from the other text by extra spacing. </div> </div> <div class='card-face answer'> <div class='answer-content'> Headings </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":49,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301812},"returnTo":"/packs/21764750/subscribe"}' id='card-473301812'> <div class='header'> 49 </div> <div class='card-face question'> <div class='question-content'> Heading tags exist for the first blank levels of sections </div> </div> <div class='card-face answer'> <div class='answer-content'> six </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":50,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473301909},"returnTo":"/packs/21764750/subscribe"}' id='card-473301909'> <div class='header'> 50 </div> <div class='card-face question'> <div class='question-content'> Good practice is to label each section with a heading and to select a heading tag that matches the blank. A common error is to choose a heading tag based on the desired font size. </div> </div> <div class='card-face answer'> <div class='answer-content'> document's hierarchical structure </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":51,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302006},"returnTo":"/packs/21764750/subscribe"}' id='card-473302006'> <div class='header'> 51 </div> <div class='card-face question'> <div class='question-content'> blank tags should appear outside of and immediately before paragraph tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> Heading </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":52,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302165},"returnTo":"/packs/21764750/subscribe"}' id='card-473302165'> <div class='header'> 52 </div> <div class='card-face question'> <div class='question-content'> A blank tag should contain a heading tag, but a heading should only have text in between the opening and closing tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> <section> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":53,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302261},"returnTo":"/packs/21764750/subscribe"}' id='card-473302261'> <div class='header'> 53 </div> <div class='card-face question'> <div class='question-content'> The blank tag indicates emphasized text, such as text having an emphasized pronunciation when spoken, and is italicized by default. </div> </div> <div class='card-face answer'> <div class='answer-content'> <em> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":54,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302365},"returnTo":"/packs/21764750/subscribe"}' id='card-473302365'> <div class='header'> 54 </div> <div class='card-face question'> <div class='question-content'> The blank tag indicates text that has strong importance, and is bolded by default. </div> </div> <div class='card-face answer'> <div class='answer-content'> <strong> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":55,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302429},"returnTo":"/packs/21764750/subscribe"}' id='card-473302429'> <div class='header'> 55 </div> <div class='card-face question'> <div class='question-content'> The blank tag denotes a title, such as a book or song title, and is italicized by default. </div> </div> <div class='card-face answer'> <div class='answer-content'> <cite> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":56,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302525},"returnTo":"/packs/21764750/subscribe"}' id='card-473302525'> <div class='header'> 56 </div> <div class='card-face question'> <div class='question-content'> The blank tag denotes important content that should be semantically highlighted and is rendered with a yellow background by default. </div> </div> <div class='card-face answer'> <div class='answer-content'> <mark> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":57,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302598},"returnTo":"/packs/21764750/subscribe"}' id='card-473302598'> <div class='header'> 57 </div> <div class='card-face question'> <div class='question-content'> The blank tag indicates text that needs attention, like key words in a document abstract or product names in a review, and renders the text in bold </div> </div> <div class='card-face answer'> <div class='answer-content'> <b> </div> </div> </div> <div class='flashcard-row thin-card' data='{"aSoundUrl":null,"cardIsBlurrable":false,"number":58,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302667},"returnTo":"/packs/21764750/subscribe"}' id='card-473302667'> <div class='header'> 58 </div> <div class='card-face question'> <div class='question-content'> The blank tag indicates text in an alternative voice, such as a word or phrase in a foreign language, and is rendered using italics </div> </div> <div class='card-face answer'> <div class='answer-content'> <i> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":59,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473302902},"returnTo":"/packs/21764750/subscribe"}' id='card-473302902'> <div class='header'> 59 </div> <div class='card-face question'> <div class='question-content'> The blank tag denotes text that should appear differently from normal text, such as misspelled words, and is underlined by default </div> </div> <div class='card-face answer'> <div class='answer-content'> <u> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":60,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473303171},"returnTo":"/packs/21764750/subscribe"}' id='card-473303171'> <div class='header'> 60 </div> <div class='card-face question'> <div class='question-content'> tag for a variable in a computer program </div> </div> <div class='card-face answer'> <div class='answer-content'> <var> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":61,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473306806},"returnTo":"/packs/21764750/subscribe"}' id='card-473306806'> <div class='header'> 61 </div> <div class='card-face question'> <div class='question-content'> tag for Keyboard input </div> </div> <div class='card-face answer'> <div class='answer-content'> <kbd> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":62,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473306812},"returnTo":"/packs/21764750/subscribe"}' id='card-473306812'> <div class='header'> 62 </div> <div class='card-face question'> <div class='question-content'> tag for Computer code </div> </div> <div class='card-face answer'> <div class='answer-content'> <code> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":63,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473306818},"returnTo":"/packs/21764750/subscribe"}' id='card-473306818'> <div class='header'> 63 </div> <div class='card-face question'> <div class='question-content'> tag for Sample output from a computer </div> </div> <div class='card-face answer'> <div class='answer-content'> <samp> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":64,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307173},"returnTo":"/packs/21764750/subscribe"}' id='card-473307173'> <div class='header'> 64 </div> <div class='card-face question'> <div class='question-content'> An HTML blank is a portion of the document that is not displayed by the browser. </div> </div> <div class='card-face answer'> <div class='answer-content'> comment </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":65,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307298},"returnTo":"/packs/21764750/subscribe"}' id='card-473307298'> <div class='header'> 65 </div> <div class='card-face question'> <div class='question-content'> A comment begins with the blank character sequence and ends with the blank character sequence </div> </div> <div class='card-face answer'> <div class='answer-content'> <!-- --> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":66,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307430},"returnTo":"/packs/21764750/subscribe"}' id='card-473307430'> <div class='header'> 66 </div> <div class='card-face question'> <div class='question-content'> An blank list is a collection of items, usually indented and shown using bullets, surrounded by the <ul> opening and closing tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> unordered </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":67,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307639},"returnTo":"/packs/21764750/subscribe"}' id='card-473307639'> <div class='header'> 67 </div> <div class='card-face question'> <div class='question-content'> Each list item is surrounded by blank opening and closing tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> <li> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":68,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307711},"returnTo":"/packs/21764750/subscribe"}' id='card-473307711'> <div class='header'> 68 </div> <div class='card-face question'> <div class='question-content'> An blank list is a sequenced collection of items, usually indented and shown using numbers or letters, surrounded by the <ol> opening and closing tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> ordered </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":69,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473307885},"returnTo":"/packs/21764750/subscribe"}' id='card-473307885'> <div class='header'> 69 </div> <div class='card-face question'> <div class='question-content'> As with an unordered list, each list item is surrounded by <li> opening and closing tags. The <ol> tag's numbering scheme is specified with the blank </div> </div> <div class='card-face answer'> <div class='answer-content'> type attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":70,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473308106},"returnTo":"/packs/21764750/subscribe"}' id='card-473308106'> <div class='header'> 70 </div> <div class='card-face question'> <div class='question-content'> type="1" in an ordered list </div> </div> <div class='card-face answer'> <div class='answer-content'> Numbers (default) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":71,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473308602},"returnTo":"/packs/21764750/subscribe"}' id='card-473308602'> <div class='header'> 71 </div> <div class='card-face question'> <div class='question-content'> type="A" in an ordererd list </div> </div> <div class='card-face answer'> <div class='answer-content'> Uppercase letters </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":72,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473308620},"returnTo":"/packs/21764750/subscribe"}' id='card-473308620'> <div class='header'> 72 </div> <div class='card-face question'> <div class='question-content'> type="a" in an ordered list </div> </div> <div class='card-face answer'> <div class='answer-content'> Lowercase letters </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":73,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473308645},"returnTo":"/packs/21764750/subscribe"}' id='card-473308645'> <div class='header'> 73 </div> <div class='card-face question'> <div class='question-content'> type="I" in an ordered list </div> </div> <div class='card-face answer'> <div class='answer-content'> Uppercase Roman numerals </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":74,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473308664},"returnTo":"/packs/21764750/subscribe"}' id='card-473308664'> <div class='header'> 74 </div> <div class='card-face question'> <div class='question-content'> type="i" in an ordered list </div> </div> <div class='card-face answer'> <div class='answer-content'> Lowercase Roman numerals </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":75,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473309414},"returnTo":"/packs/21764750/subscribe"}' id='card-473309414'> <div class='header'> 75 </div> <div class='card-face question'> <div class='question-content'> he CSS property blank provides the ability to change the bullet used in an unordered list and offers more numbering options in an ordered list. </div> </div> <div class='card-face answer'> <div class='answer-content'> list-style-type </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":76,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473309478},"returnTo":"/packs/21764750/subscribe"}' id='card-473309478'> <div class='header'> 76 </div> <div class='card-face question'> <div class='question-content'> A blank is a list within a list item of another list. </div> </div> <div class='card-face answer'> <div class='answer-content'> nested list </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":77,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473309598},"returnTo":"/packs/21764750/subscribe"}' id='card-473309598'> <div class='header'> 77 </div> <div class='card-face question'> <div class='question-content'> A nested unordered list uses a blank style, and a nested ordered list blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> different bullet restarts at 1 </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":78,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473309736},"returnTo":"/packs/21764750/subscribe"}' id='card-473309736'> <div class='header'> 78 </div> <div class='card-face question'> <div class='question-content'> A blank is an HTML structure surrounded by the <table> opening and closing tags that allows data to be organized in rows and columns </div> </div> <div class='card-face answer'> <div class='answer-content'> table </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":79,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316506},"returnTo":"/packs/21764750/subscribe"}' id='card-473316506'> <div class='header'> 79 </div> <div class='card-face question'> <div class='question-content'> A blank is a location in the table at a specific row and column. </div> </div> <div class='card-face answer'> <div class='answer-content'> cell </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":80,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316600},"returnTo":"/packs/21764750/subscribe"}' id='card-473316600'> <div class='header'> 80 </div> <div class='card-face question'> <div class='question-content'> The blank opening and closing tags create a table row, which contains all the row's cells. </div> </div> <div class='card-face answer'> <div class='answer-content'> <tr> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":81,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316654},"returnTo":"/packs/21764750/subscribe"}' id='card-473316654'> <div class='header'> 81 </div> <div class='card-face question'> <div class='question-content'> The blank opening and closing tags create a new table cell containing table header information about the data. Usually, the browser displays table headers centered with a bold font. </div> </div> <div class='card-face answer'> <div class='answer-content'> <th> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":82,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316715},"returnTo":"/packs/21764750/subscribe"}' id='card-473316715'> <div class='header'> 82 </div> <div class='card-face question'> <div class='question-content'> The blank opening and closing tags create a new table cell containing table data. </div> </div> <div class='card-face answer'> <div class='answer-content'> <td> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":83,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316756},"returnTo":"/packs/21764750/subscribe"}' id='card-473316756'> <div class='header'> 83 </div> <div class='card-face question'> <div class='question-content'> A table caption defines a short descriptive text for a table and is created with blank tags </div> </div> <div class='card-face answer'> <div class='answer-content'> <caption> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":84,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316805},"returnTo":"/packs/21764750/subscribe"}' id='card-473316805'> <div class='header'> 84 </div> <div class='card-face question'> <div class='question-content'> The caption opening and closing tags must immediately follow the blank tag. A web browser typically renders the table caption centered above the table. </div> </div> <div class='card-face answer'> <div class='answer-content'> opening table </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":85,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473316900},"returnTo":"/packs/21764750/subscribe"}' id='card-473316900'> <div class='header'> 85 </div> <div class='card-face question'> <div class='question-content'> A single table cell occupies a single row and column by default, but a cell may span multiple columns or multiple rows using the blank attribute and blank attribute to specify how many columns or rows to span </div> </div> <div class='card-face answer'> <div class='answer-content'> colspan and rowspan </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":86,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317203},"returnTo":"/packs/21764750/subscribe"}' id='card-473317203'> <div class='header'> 86 </div> <div class='card-face question'> <div class='question-content'> The colspan and rowspan attributes apply to blank and blank tags. </div> </div> <div class='card-face answer'> <div class='answer-content'> <td> and <th> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":87,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317264},"returnTo":"/packs/21764750/subscribe"}' id='card-473317264'> <div class='header'> 87 </div> <div class='card-face question'> <div class='question-content'> The blank tag specifies the table header. </div> </div> <div class='card-face answer'> <div class='answer-content'> <thead> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":88,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317479},"returnTo":"/packs/21764750/subscribe"}' id='card-473317479'> <div class='header'> 88 </div> <div class='card-face question'> <div class='question-content'> The blank tag specifies the table body. </div> </div> <div class='card-face answer'> <div class='answer-content'> <tbody> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":89,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317580},"returnTo":"/packs/21764750/subscribe"}' id='card-473317580'> <div class='header'> 89 </div> <div class='card-face question'> <div class='question-content'> The blank tag specifies the table footer </div> </div> <div class='card-face answer'> <div class='answer-content'> <tfoot> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":90,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317635},"returnTo":"/packs/21764750/subscribe"}' id='card-473317635'> <div class='header'> 90 </div> <div class='card-face question'> <div class='question-content'> The <thead>, <tbody>, and <tfoot> tags do not affect the layout of the table, but browsers may use the tags to enable the table body to blank independently of the header and footer or to blank the header and footer on each page of a multi-page table printout. </div> </div> <div class='card-face answer'> <div class='answer-content'> scroll print </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":91,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317758},"returnTo":"/packs/21764750/subscribe"}' id='card-473317758'> <div class='header'> 91 </div> <div class='card-face question'> <div class='question-content'> The blank tag displays an image in a webpage </div> </div> <div class='card-face answer'> <div class='answer-content'> <img> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":92,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317836},"returnTo":"/packs/21764750/subscribe"}' id='card-473317836'> <div class='header'> 92 </div> <div class='card-face question'> <div class='question-content'> The <img> tag does not enclose any content and is therefore a blank with no closing tag. </div> </div> <div class='card-face answer'> <div class='answer-content'> void element </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":93,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473317903},"returnTo":"/packs/21764750/subscribe"}' id='card-473317903'> <div class='header'> 93 </div> <div class='card-face question'> <div class='question-content'> The <img> tag has what two common attributes: </div> </div> <div class='card-face answer'> <div class='answer-content'> The src attribute The alt attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":94,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318018},"returnTo":"/packs/21764750/subscribe"}' id='card-473318018'> <div class='header'> 94 </div> <div class='card-face question'> <div class='question-content'> The blank is a mandatory attribute that specifies the URL of the image file to display. </div> </div> <div class='card-face answer'> <div class='answer-content'> src attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":95,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318065},"returnTo":"/packs/21764750/subscribe"}' id='card-473318065'> <div class='header'> 95 </div> <div class='card-face question'> <div class='question-content'> The blank provides a text description to use as an alternative to displaying the image. </div> </div> <div class='card-face answer'> <div class='answer-content'> alt attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":96,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318095},"returnTo":"/packs/21764750/subscribe"}' id='card-473318095'> <div class='header'> 96 </div> <div class='card-face question'> <div class='question-content'> The blank attribute and blank attribute are optional <img> attributes that tell the browser how many pixels the image should occupy. </div> </div> <div class='card-face answer'> <div class='answer-content'> width and height </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":97,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318309},"returnTo":"/packs/21764750/subscribe"}' id='card-473318309'> <div class='header'> 97 </div> <div class='card-face question'> <div class='question-content'> If the specified width and height are different from the image's actual size, the browser will blank the image for display. </div> </div> <div class='card-face answer'> <div class='answer-content'> resize </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":98,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318590},"returnTo":"/packs/21764750/subscribe"}' id='card-473318590'> <div class='header'> 98 </div> <div class='card-face question'> <div class='question-content'> An image's blank is the ratio of the image width to the image height </div> </div> <div class='card-face answer'> <div class='answer-content'> aspect ratio </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":99,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318661},"returnTo":"/packs/21764750/subscribe"}' id='card-473318661'> <div class='header'> 99 </div> <div class='card-face question'> <div class='question-content'> The aspect ratio is written as blank. Ex: An image 500 pixels wide and 250 pixels high has an aspect ratio of 500:250, which simplifies to 2:1. </div> </div> <div class='card-face answer'> <div class='answer-content'> width:height </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":100,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318729},"returnTo":"/packs/21764750/subscribe"}' id='card-473318729'> <div class='header'> 100 </div> <div class='card-face question'> <div class='question-content'> If an <img> contains only a width or only a height attribute, the image's blank is maintained. </div> </div> <div class='card-face answer'> <div class='answer-content'> aspect ratio </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":101,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318808},"returnTo":"/packs/21764750/subscribe"}' id='card-473318808'> <div class='header'> 101 </div> <div class='card-face question'> <div class='question-content'> If an <img> specifies a width and height different from the image's blank, the browser will distort the image to match the specified attribute values. </div> </div> <div class='card-face answer'> <div class='answer-content'> aspect ratio </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":102,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318865},"returnTo":"/packs/21764750/subscribe"}' id='card-473318865'> <div class='header'> 102 </div> <div class='card-face question'> <div class='question-content'> Web browsers support what three popular image formats: </div> </div> <div class='card-face answer'> <div class='answer-content'> JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics GIF (Graphics Interchange Format) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":103,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318963},"returnTo":"/packs/21764750/subscribe"}' id='card-473318963'> <div class='header'> 103 </div> <div class='card-face question'> <div class='question-content'> The blank image format is commonly used for digital photographs. </div> </div> <div class='card-face answer'> <div class='answer-content'> JPEG (Joint Photographic Experts Group) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":104,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318969},"returnTo":"/packs/21764750/subscribe"}' id='card-473318969'> <div class='header'> 104 </div> <div class='card-face question'> <div class='question-content'> The blank image format is commonly used for line art, screenshots, or images requiring transparency. </div> </div> <div class='card-face answer'> <div class='answer-content'> PNG (Portable Network Graphics) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":105,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473318975},"returnTo":"/packs/21764750/subscribe"}' id='card-473318975'> <div class='header'> 105 </div> <div class='card-face question'> <div class='question-content'> The blank image format is commonly used for simple animated images. </div> </div> <div class='card-face answer'> <div class='answer-content'> GIF (Graphics Interchange Format) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":106,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319239},"returnTo":"/packs/21764750/subscribe"}' id='card-473319239'> <div class='header'> 106 </div> <div class='card-face question'> <div class='question-content'> JPEG images use blank, meaning that some of the original picture information is lost when compressed. </div> </div> <div class='card-face answer'> <div class='answer-content'> lossy compression </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":107,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319313},"returnTo":"/packs/21764750/subscribe"}' id='card-473319313'> <div class='header'> 107 </div> <div class='card-face question'> <div class='question-content'> A photograph is best saved as a blank because humans cannot easily perceive the quality loss in a photograph </div> </div> <div class='card-face answer'> <div class='answer-content'> JPEG image </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":108,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319385},"returnTo":"/packs/21764750/subscribe"}' id='card-473319385'> <div class='header'> 108 </div> <div class='card-face question'> <div class='question-content'> PNG and GIF images use blank, meaning no image quality is lost. Blank works best when a large number of adjacent pixels are the same color. </div> </div> <div class='card-face answer'> <div class='answer-content'> lossless compression </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":109,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319474},"returnTo":"/packs/21764750/subscribe"}' id='card-473319474'> <div class='header'> 109 </div> <div class='card-face question'> <div class='question-content'> JPEG and PNG images can display blank, which is approximately 16 million different colors </div> </div> <div class='card-face answer'> <div class='answer-content'> true color (24-bit color), </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":110,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319557},"returnTo":"/packs/21764750/subscribe"}' id='card-473319557'> <div class='header'> 110 </div> <div class='card-face question'> <div class='question-content'> GIF images are limited to only blank, but GIF images can display animations, which are popular on social media. </div> </div> <div class='card-face answer'> <div class='answer-content'> 256 colors (8-bit color) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":111,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319611},"returnTo":"/packs/21764750/subscribe"}' id='card-473319611'> <div class='header'> 111 </div> <div class='card-face question'> <div class='question-content'> The blank image format by Mozilla adds animation capability to PNG with true color support. </div> </div> <div class='card-face answer'> <div class='answer-content'> APNG </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":112,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319749},"returnTo":"/packs/21764750/subscribe"}' id='card-473319749'> <div class='header'> 112 </div> <div class='card-face question'> <div class='question-content'> The blank format is an XML format that describes an image as a series of shapes and lines. </div> </div> <div class='card-face answer'> <div class='answer-content'> SVG image </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":113,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319806},"returnTo":"/packs/21764750/subscribe"}' id='card-473319806'> <div class='header'> 113 </div> <div class='card-face question'> <div class='question-content'> The blank format by Google supports true color, transparency, and animation. </div> </div> <div class='card-face answer'> <div class='answer-content'> WebP image </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":114,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319852},"returnTo":"/packs/21764750/subscribe"}' id='card-473319852'> <div class='header'> 114 </div> <div class='card-face question'> <div class='question-content'> The blank format supports transparency, lossy or lossless compression, and higher compression rates. </div> </div> <div class='card-face answer'> <div class='answer-content'> AVIF image </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":115,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319879},"returnTo":"/packs/21764750/subscribe"}' id='card-473319879'> <div class='header'> 115 </div> <div class='card-face question'> <div class='question-content'> A blank is a small icon that identifies a website and typically displays in a browser tab </div> </div> <div class='card-face answer'> <div class='answer-content'> favicon </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":116,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473319960},"returnTo":"/packs/21764750/subscribe"}' id='card-473319960'> <div class='header'> 116 </div> <div class='card-face question'> <div class='question-content'> A favicon is defined with a blank tag, which defines a link between a webpage and an external resource. </div> </div> <div class='card-face answer'> <div class='answer-content'> <link> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":117,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320019},"returnTo":"/packs/21764750/subscribe"}' id='card-473320019'> <div class='header'> 117 </div> <div class='card-face question'> <div class='question-content'> The blank tag <a> defines a hyperlink in a webpage. </div> </div> <div class='card-face answer'> <div class='answer-content'> anchor </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":118,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320106},"returnTo":"/packs/21764750/subscribe"}' id='card-473320106'> <div class='header'> 118 </div> <div class='card-face question'> <div class='question-content'> A blank, or link, specifies where other information is located and what action the web browser should perform when a user clicks the blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> hyperlink </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":119,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320174},"returnTo":"/packs/21764750/subscribe"}' id='card-473320174'> <div class='header'> 119 </div> <div class='card-face question'> <div class='question-content'> A hyperlink has what three parts: </div> </div> <div class='card-face answer'> <div class='answer-content'> the opening <a> tag with the href attribute, the content displayed for the link , and the closing </a> tag. </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":120,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320321},"returnTo":"/packs/21764750/subscribe"}' id='card-473320321'> <div class='header'> 120 </div> <div class='card-face question'> <div class='question-content'> The blank attribute specifies the hyperlink's URL. </div> </div> <div class='card-face answer'> <div class='answer-content'> href </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":121,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320398},"returnTo":"/packs/21764750/subscribe"}' id='card-473320398'> <div class='header'> 121 </div> <div class='card-face question'> <div class='question-content'> Hyperlink used to send requests and responses that are readable only by the client and server. </div> </div> <div class='card-face answer'> <div class='answer-content'> HTTPS </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":122,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320533},"returnTo":"/packs/21764750/subscribe"}' id='card-473320533'> <div class='header'> 122 </div> <div class='card-face question'> <div class='question-content'> Hyperlink used to send requests and responses over the Internet without encryption. </div> </div> <div class='card-face answer'> <div class='answer-content'> HTTP </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":123,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320601},"returnTo":"/packs/21764750/subscribe"}' id='card-473320601'> <div class='header'> 123 </div> <div class='card-face question'> <div class='question-content'> Hyperlink used to send email. </div> </div> <div class='card-face answer'> <div class='answer-content'> mailto </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":124,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320664},"returnTo":"/packs/21764750/subscribe"}' id='card-473320664'> <div class='header'> 124 </div> <div class='card-face question'> <div class='question-content'> Hyperlink used to refer to a document on the same computer as the web browser. </div> </div> <div class='card-face answer'> <div class='answer-content'> file </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":125,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320731},"returnTo":"/packs/21764750/subscribe"}' id='card-473320731'> <div class='header'> 125 </div> <div class='card-face question'> <div class='question-content'> Hyperlink used to transfer data files. </div> </div> <div class='card-face answer'> <div class='answer-content'> ftp </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":126,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473320831},"returnTo":"/packs/21764750/subscribe"}' id='card-473320831'> <div class='header'> 126 </div> <div class='card-face question'> <div class='question-content'> An blank is a complete URL. Ex: <a href="http://example.com/test.html">test</a> is a hyperlink using the blank http://example.com/test.html. </div> </div> <div class='card-face answer'> <div class='answer-content'> absolute URL </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":127,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473331890},"returnTo":"/packs/21764750/subscribe"}' id='card-473331890'> <div class='header'> 127 </div> <div class='card-face question'> <div class='question-content'> A blank specifies the relative path to the web resource with no scheme or hostname. Ex: <a href="test.html">test</a> uses the blank test.html to refer to an HTML document on the same website and with the same path as the current HTML document. </div> </div> <div class='card-face answer'> <div class='answer-content'> relative URL </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":128,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473331956},"returnTo":"/packs/21764750/subscribe"}' id='card-473331956'> <div class='header'> 128 </div> <div class='card-face question'> <div class='question-content'> A relative URL may use blank in front of a filename to indicate the file is one directory above the current HTML document. </div> </div> <div class='card-face answer'> <div class='answer-content'> two periods followed by a forward slash (../) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":129,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332071},"returnTo":"/packs/21764750/subscribe"}' id='card-473332071'> <div class='header'> 129 </div> <div class='card-face question'> <div class='question-content'> A URL can point to a blank of a document by adding a hash tag (#) and a fragment identifier at the end of the URL. Ex: https://en.wikipedia.org/wiki/Computer_science#History refers to the "History" section of the "Computer_science" page on Wikipedia. </div> </div> <div class='card-face answer'> <div class='answer-content'> section, or fragment, </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":130,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332186},"returnTo":"/packs/21764750/subscribe"}' id='card-473332186'> <div class='header'> 130 </div> <div class='card-face question'> <div class='question-content'> Adding the id attribute to any HTML tag creates a blank, permitting URLs to link directly to the id's location in the document. </div> </div> <div class='card-face answer'> <div class='answer-content'> fragment identifier </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":131,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332264},"returnTo":"/packs/21764750/subscribe"}' id='card-473332264'> <div class='header'> 131 </div> <div class='card-face question'> <div class='question-content'> Several rules exist for an id value. Name them (4) </div> </div> <div class='card-face answer'> <div class='answer-content'> May be composed of any characters except whitespace characters. Ex: "history 123" is invalid because of the space. Cannot start with a number. Ex: "3section" is invalid. Is case sensitive. Ex: "History" and "history" are different ids. Must be unique in the document. Ex: Two elements both using "history" is invalid. </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":132,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332366},"returnTo":"/packs/21764750/subscribe"}' id='card-473332366'> <div class='header'> 132 </div> <div class='card-face question'> <div class='question-content'> Good practice is to choose id values that start with a letter and are composed of blank, blank, blank and blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> only letters, digits, dashes (-), and underscores (_) </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":133,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332566},"returnTo":"/packs/21764750/subscribe"}' id='card-473332566'> <div class='header'> 133 </div> <div class='card-face question'> <div class='question-content'> The content in a hyperlink may be any valid HTML or text. A blank uses an image inside a hyperlink instead of text. </div> </div> <div class='card-face answer'> <div class='answer-content'> A graphical hyperlink or image link </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":134,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332641},"returnTo":"/packs/21764750/subscribe"}' id='card-473332641'> <div class='header'> 134 </div> <div class='card-face question'> <div class='question-content'> An anchor tag's blank indicates how the browser should display the link when clicked. </div> </div> <div class='card-face answer'> <div class='answer-content'> target attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":135,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332740},"returnTo":"/packs/21764750/subscribe"}' id='card-473332740'> <div class='header'> 135 </div> <div class='card-face question'> <div class='question-content'> The blank value is the default and indicates the browser will open the link in the same tab or window. </div> </div> <div class='card-face answer'> <div class='answer-content'> _self attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":136,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332777},"returnTo":"/packs/21764750/subscribe"}' id='card-473332777'> <div class='header'> 136 </div> <div class='card-face question'> <div class='question-content'> The blank value indicates the browser will open the link in a new tab or window. </div> </div> <div class='card-face answer'> <div class='answer-content'> _blank attribute </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":137,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473332866},"returnTo":"/packs/21764750/subscribe"}' id='card-473332866'> <div class='header'> 137 </div> <div class='card-face question'> <div class='question-content'> An blank is a mechanism for writing special characters or symbols in HTML, such as mathematical symbols, characters in most languages, and many other symbols. </div> </div> <div class='card-face answer'> <div class='answer-content'> entity </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":138,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473335761},"returnTo":"/packs/21764750/subscribe"}' id='card-473335761'> <div class='header'> 138 </div> <div class='card-face question'> <div class='question-content'> Many HTML entities can be specified by blank. </div> </div> <div class='card-face answer'> <div class='answer-content'> name </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":139,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473335812},"returnTo":"/packs/21764750/subscribe"}' id='card-473335812'> <div class='header'> 139 </div> <div class='card-face question'> <div class='question-content'> The < character normally marks the beginning of a tag, so blank is used to display the < character when < is not part of a tag. </div> </div> <div class='card-face answer'> <div class='answer-content'> < </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":140,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473335992},"returnTo":"/packs/21764750/subscribe"}' id='card-473335992'> <div class='header'> 140 </div> <div class='card-face question'> <div class='question-content'> The & character marks the beginning of an entity name, so blank is used to display the & character when & does not start an entity name. </div> </div> <div class='card-face answer'> <div class='answer-content'> & </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":141,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473336036},"returnTo":"/packs/21764750/subscribe"}' id='card-473336036'> <div class='header'> 141 </div> <div class='card-face question'> <div class='question-content'> A blank is an inter-word character that permits treating the words on both sides to be one word. </div> </div> <div class='card-face answer'> <div class='answer-content'> non-breaking character </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":142,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473336145},"returnTo":"/packs/21764750/subscribe"}' id='card-473336145'> <div class='header'> 142 </div> <div class='card-face question'> <div class='question-content'> A non-breaking hyphen, blank, looks like a regular hyphen but acts like a normal character in the middle of a word. </div> </div> <div class='card-face answer'> <div class='answer-content'> ‑ </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":143,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473336217},"returnTo":"/packs/21764750/subscribe"}' id='card-473336217'> <div class='header'> 143 </div> <div class='card-face question'> <div class='question-content'> A non-breaking space, blank, looks like a single space but acts like a normal character in the middle of a word. </div> </div> <div class='card-face answer'> <div class='answer-content'> </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":144,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473336259},"returnTo":"/packs/21764750/subscribe"}' id='card-473336259'> <div class='header'> 144 </div> <div class='card-face question'> <div class='question-content'> The non-breaking space is also useful for displaying blank between words </div> </div> <div class='card-face answer'> <div class='answer-content'> more than one space </div> </div> </div> <div class='flashcard-row thin-card is-blurrable' data='{"aSoundUrl":null,"cardIsBlurrable":true,"number":145,"qSoundUrl":null,"resources":{"deckId":14706053,"packId":21764750,"cardId":473336404},"returnTo":"/packs/21764750/subscribe"}' id='card-473336404'> <div class='header'> 145 </div> <div class='card-face question'> <div class='question-content'> A blank is a blueprint, showing where the future content will be arranged. </div> </div> <div class='card-face answer'> <div class='answer-content'> wireframe </div> </div> </div> </div> </div> </div> <div class='flashcards-sidebar'> <div class='sidebar-header'> <div class='react-component' id='flashcards-search-bar'> <div class='placeholder market-search-bar' id='flashcards-search-bar-placeholder'></div> </div> </div> <div class='sidebar-content'> <p class='deck-subject-heading'> <a class="decks-in-subject-link" href="/packs/web-development-foundations-21764750"><span class="pack-name">Web Development Foundations</span> (6 decks) </a></p> <ul class='deck-list-items'> <a class='deck-link ' href='/flashcards/introductions-14689181/packs/21764750'> <li class='deck-list-item'>Introductions</li> </a> <a class='deck-link selected' href='/flashcards/html-fundamentals-14706053/packs/21764750'> <li class='deck-list-item'>HTML Fundamentals</li> </a> <a class='deck-link ' href='/flashcards/more-html-14707358/packs/21764750'> <li class='deck-list-item'>More HTML</li> </a> <a class='deck-link ' href='/flashcards/xml-fundamentals-14720468/packs/21764750'> <li class='deck-list-item'>XML Fundamentals</li> </a> <a class='deck-link ' href='/flashcards/css-fundamentals-14720673/packs/21764750'> <li class='deck-list-item'>CSS Fundamentals</li> </a> <a class='deck-link ' href='/flashcards/more-css-14721741/packs/21764750'> <li class='deck-list-item'>More CSS</li> </a> </ul> </div> </div> </div> <div id='tooltip-controller'></div> <div data='{"packId":21764750,"source":"spaced-repetition-modal","subject":"Web Development Foundations","resources":{"deckId":14706053,"packId":21764750},"returnTo":"/packs/21764750/subscribe"}' id='spaced-repetition-modal-controller'></div> <div id='banner-controller'></div> <div id='dialog-modal-controller'></div> <div class='band band-footer'> <div class='footer-main'> <ul class='sections'> <li class='section key-links'> <p class='section-heading'> Key Links </p> <ul class='options-list'> <li class='option'> <a id="footer-pricing-link" class="option-link" href="/pricing?paywall=upgrade">Pricing</a> </li> <li class='option'> <a class="option-link" href="/companies">Corporate Training</a> </li> <li class='option'> <a class="option-link" href="/teachers">Teachers & Schools</a> </li> <li class='option'> <a class="option-link" target="_blank" rel="nofollow noopener noreferrer" href="https://itunes.apple.com/us/app/brainscape-smart-flashcards/id442415567?mt=8">iOS App</a> </li> <li class='option'> <a class="option-link" target="_blank" rel="nofollow noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.brainscape.mobile.portal">Android App</a> </li> <li class='option'> <a class="option-link" target="_blank" rel="noopener" href="https://www.brainscape.com/faq">Help Center</a> </li> </ul> </li> <li class='section subjects'> <p class='section-heading'> Subjects </p> <ul class='options-list'> <li class='option'> <a class="option-link" href="/subjects/medical-nursing">Medical & Nursing</a> </li> <li class='option'> <a class="option-link" href="/subjects/law">Law Education</a> </li> <li class='option'> <a class="option-link" href="/subjects/foreign-languages">Foreign Languages</a> </li> <li class='option'> <a class="option-link" href="/subjects-directory/a">All Subjects A-Z</a> </li> <li class='option certified-classes'> <a class="option-link" href="/learn">All Certified Classes</a> </li> </ul> </li> <li class='section company'> <p class='section-heading'> Company </p> <ul class='options-list'> <li class='option'> <a class="option-link" href="/about">About Us</a> </li> <li class='option'> <a target="_blank" class="option-link" rel="nofollow noopener noreferrer" href="https://brainscape.zendesk.com/hc/en-us/articles/115002370011-Can-I-earn-money-from-my-flashcards-">Earn Money!</a> </li> <li class='option'> <a target="_blank" class="option-link" href="https://www.brainscape.com/academy">Academy</a> </li> <li class='option'> <a target="_blank" class="option-link" href="https://brainscapeshop.myspreadshop.com/all">Swag Shop</a> </li> <li class='option'> <a target="_blank" rel="nofollow noopener" class="option-link" href="/contact">Contact</a> </li> <li class='option'> <a target="_blank" rel="nofollow noopener" class="option-link" href="/terms">Terms</a> </li> <li class='option'> <a target="_blank" class="option-link" href="https://www.brainscape.com/academy/brainscape-podcasts/">Podcasts</a> </li> <li class='option'> <a target="_blank" class="option-link" href="/careers">Careers</a> </li> </ul> </li> <li class='section find-us'> <p class='section-heading'> Find Us </p> <ul class='social-media-list'> <li class='option twitter-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://twitter.com/Brainscape"><img data-src="/pks/images/shared/twitterx-af917e8b474ed7c95a19.svg" alt="twitter badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option linkedin-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.linkedin.com/company/brainscape/"><img data-src="/pks/images/shared/linkedin-2f15819658f768056cef.svg" alt="linkedin badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option facebook-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.facebook.com/Brainscape"><img data-src="/pks/images/shared/facebook-1598a44227eabc411188.svg" alt="facebook badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option youtube-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.youtube.com/c/BrainscapeNY"><img data-src="/pks/images/shared/youtube-7f2994b2dc1891582524.svg" alt="youtube badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option pinterest-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.pinterest.com/brainscape/"><img data-src="/pks/images/shared/pinterest-04f51aa292161075437b.svg" alt="pinterest badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option tiktok-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.tiktok.com/@brainscapeu"><img data-src="/pks/images/shared/tiktok-644cf4608bd73fbbb24f.svg" alt="tiktok badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> <li class='option insta-badge group'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://www.instagram.com/brainscape/"><img data-src="/pks/images/shared/insta-210cc2d059ae807961d2.svg" alt="insta badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="24" height="24" /></a> </li> </ul> <div class='get-the-app'> <div class='qr-code'> <img data-src="https://www.brainscape.com/assets/cms/public-views/shared/shortio-from-homepage.png" alt="QR code" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="130" height="130" /> </div> <div class='app-badges'> <div class='badge apple-badge'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://apps.apple.com/us/app/brainscape-smart-flashcards/id442415567"><img data-src="/pks/images/shared/apple-badge-b6e4f380fb879821d601.svg" alt="apple badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="124" height="50" /></a> </div> <div class='badge android-badge'> <a rel="nofollow noopener noreferrer" target="_blank" class="option-link" href="https://play.google.com/store/apps/details?id=com.brainscape.mobile.portal&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img data-src="/pks/images/shared/android-badge-a2251833dc7f6ca8879c.svg" alt="android badge" class="lazy-load" src="/pks/images/shared/placeholder-2f8e0834f3c4456dc1cc.jpg" width="124" height="50" /></a> </div> </div> </div> </li> </ul> </div> <div class='footer-blurb'> Brainscape helps you reach your goals faster, through stronger study habits. <br> © 2025 Bold Learning Solutions. <a class="option-link" href="/terms">Terms and Conditions</a> </div> </div> <script> if (typeof window.__REACT_DEVTOOLS_GLOBAL_HOOK__ === 'object') { __REACT_DEVTOOLS_GLOBAL_HOOK__.inject = function() {}; } </script> <script> window.addEventListener('load', () => { setTimeout(() => { const script = document.createElement('script'); script.src = "/pks/js/public-flashcards-page-9140413b5150ce9700f9.js"; script.defer = true; document.body.appendChild(script); }, 0); }); </script> <script src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js" defer="defer"></script> <script> document.addEventListener("mainSharedready", () => { GaHelper.setGaDimension("dimension1","No"); }); </script> <script type='application/ld+json'> {"@context":"https://schema.org/","@type":"Quiz","about":{"@type":"Thing","name":"HTML Fundamentals"},"hasPart":[{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Blank is Text that contains connections to other documents.","acceptedAnswer":{"@type":"Answer","text":"Hypertext"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Blank is Part of a document that explains how to interpret or structure other parts of the document.","acceptedAnswer":{"@type":"Answer","text":"Markup"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Blank is A set of rules describing how to write HTML.","acceptedAnswer":{"@type":"Answer","text":"Language"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"HTML defines over blank elements.","acceptedAnswer":{"@type":"Answer","text":"130"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"An blank is a single HTML structure","acceptedAnswer":{"@type":"Answer","text":"element"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Elements are represented with blank.","acceptedAnswer":{"@type":"Answer","text":"HTML tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"An blank is a markup instruction identified by \u003c, the tag name, and \u003e.","acceptedAnswer":{"@type":"Answer","text":"HTML tag"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"An blank indicates the starting point in the document where the tag takes effect.","acceptedAnswer":{"@type":"Answer","text":"opening tag"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank indicates the ending point in the document where the tag stops having an effect.","acceptedAnswer":{"@type":"Answer","text":"closing tag"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank, produced by WHATWG, defines the minimal parts of an HTML document","acceptedAnswer":{"@type":"Answer","text":"HTML Living Standard"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank declaration instructs the web browser about what type of document follows","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank and blank enclose everything but the declaration. indicates that the document's language is English.","acceptedAnswer":{"@type":"Answer","text":" opening and closing tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank and blank contain the document title, document metadata, and various other elements that are typically not displayed in the webpage.","acceptedAnswer":{"@type":"Answer","text":" opening and closing tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag specifies metadata, which is data that describes the document's data. describes how characters are represented in the HTML document. Additional tags may be used to indicate when the document was saved, who the author is, etc.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank and blank enclose the name of the document. The title is usually displayed in the browser's titlebar, is used by search engines, and is used for bookmarking.","acceptedAnswer":{"@type":"Answer","text":" opening and closing tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank and blank enclose all elements and content to be rendered in the browser.","acceptedAnswer":{"@type":"Answer","text":" opening and closing tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank provides additional information about the tag and is included only in the opening tag.","acceptedAnswer":{"@type":"Answer","text":"tag attribute"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"An attribute has a blank and a blank, specified using the form: name=\"value\". Ex: has an attribute named charset with value \"UTF-8\".","acceptedAnswer":{"@type":"Answer","text":"name and a value"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The element does not use a closing tag because is a blank","acceptedAnswer":{"@type":"Answer","text":"void element."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank is an element that only needs an opening tag. Other void elements include for displaying an image and for obtaining user input.","acceptedAnswer":{"@type":"Answer","text":"void element"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Omitting the DOCTYPE from an HTML document or placing any characters before the DOCTYPE causes the web browser to render the document in blank mode","acceptedAnswer":{"@type":"Answer","text":"quirks"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Blank mode is a browser rendering mode that renders a webpage using non-standard layout rules emulating older web browsers.","acceptedAnswer":{"@type":"Answer","text":"Quirks"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A webpage with the DOCTYPE is rendered using blank mode, which uses the HTML Living Standard.","acceptedAnswer":{"@type":"Answer","text":"standards"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag is optional but is included anyway in most webpages.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Instruction to web browser that specifies the document type.","acceptedAnswer":{"@type":"Answer","text":"the declaration."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Tag that marks the beginning of the HTML document.","acceptedAnswer":{"@type":"Answer","text":"The tag"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Tag that specifies the character encoding used in the document.","acceptedAnswer":{"@type":"Answer","text":"The "}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Tag that names the document.","acceptedAnswer":{"@type":"Answer","text":"The element"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"HTML content displayed by the browser.","acceptedAnswer":{"@type":"Answer","text":"The tags"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Tag that marks the end of the HTML document.","acceptedAnswer":{"@type":"Answer","text":"The closing tag"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"In Chrome, right-clicking (Windows) or Ctrl-clicking (Mac) and choosing blank from the menu shows the webpage's HTML. A quicker method is to use the keyboard shortcut Ctrl+U (Windows) or ⌘+Option+U (Mac). Most webpages use complex HTML with CSS and JavaScript, so the HTML can be hard to read.","acceptedAnswer":{"@type":"Answer","text":"\"View page source\""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A user on a desktop/laptop computer can instruct a browser to show a blank. A web search for \"View webpage HTML in Chrome\" (or another browser) yields instructions","acceptedAnswer":{"@type":"Answer","text":"webpage's HTML"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A user can also use a browser's blank to view a webpage's HTML elements.","acceptedAnswer":{"@type":"Answer","text":"development tools"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Chrome blank is a collection of web development tools that are built into the desktop Chrome browser. Pressing Ctrl+Shift+I (Windows) or ⌘+Option+I (Mac) opens Chrome DevTools. Other desktop browsers have similar development tools.","acceptedAnswer":{"@type":"Answer","text":"DevTools"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The browser's internal representation and the webpage's actual HTML may blank.","acceptedAnswer":{"@type":"Answer","text":"differ slightly"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank feature is part of a language that is officially discouraged because newer or better features exist, or because the blank feature is no longer considered safe. Ex: The tag is an officially blank tag that should no longer be used.","acceptedAnswer":{"@type":"Answer","text":"deprecated"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Browsers handle improperly structured HTML and deprecated tags differently and unpredictably. The only way to have predictable browser behavior is to blank.","acceptedAnswer":{"@type":"Answer","text":"use valid HTML"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"An blank checks that an HTML document conforms to the standard. Good practice is to use tools like the W3C Markup Validator to check document conformance.","acceptedAnswer":{"@type":"Answer","text":"HTML validator"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank is the basic unit of text in an HTML document.","acceptedAnswer":{"@type":"Answer","text":"paragraph"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A paragraph is enclosed in HTML by the blank opening and closing tags. Browsers visually separate paragraphs from other text with spacing above and below.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A common error is forgetting the closing tag, or trying to put a paragraph inside of another paragraph. The web browser might render nested tags visually correct, but an HTML validator will generate a blank.","acceptedAnswer":{"@type":"Answer","text":"non-visible error"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank character is an unprinted character such as the spaces between words and lines of text. Browsers treat all sequences of blank as a single space between non-blankcharacters.","acceptedAnswer":{"@type":"Answer","text":"whitespace"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The tag creates a blank in a paragraph, such that the content after the blank appears on a new line. Good practice is to use when the line break is essential to the content, such as lines in a poem or mailing address, and not just to add spacing for formatting a webpage","acceptedAnswer":{"@type":"Answer","text":"line break"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The tag is a void element, an HTML tag that does not have a blank","acceptedAnswer":{"@type":"Answer","text":"closing tag."}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank is a collection of related content.","acceptedAnswer":{"@type":"Answer","text":"section"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Many documents can be organized into sections, with each section being wrapped in a blank tag.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank provides a title for each section.","acceptedAnswer":{"@type":"Answer","text":"heading"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Blank are bold by default and are visually separated from the other text by extra spacing.","acceptedAnswer":{"@type":"Answer","text":"Headings"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Heading tags exist for the first blank levels of sections","acceptedAnswer":{"@type":"Answer","text":"six"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"Good practice is to label each section with a heading and to select a heading tag that matches the blank. A common error is to choose a heading tag based on the desired font size.","acceptedAnswer":{"@type":"Answer","text":"document's hierarchical structure"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"blank tags should appear outside of and immediately before paragraph tags.","acceptedAnswer":{"@type":"Answer","text":"Heading"}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"A blank tag should contain a heading tag, but a heading should only have text in between the opening and closing tags.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag indicates emphasized text, such as text having an emphasized pronunciation when spoken, and is italicized by default.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag indicates text that has strong importance, and is bolded by default.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag denotes a title, such as a book or song title, and is italicized by default.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag denotes important content that should be semantically highlighted and is rendered with a yellow background by default.","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag indicates text that needs attention, like key words in a document abstract or product names in a review, and renders the text in bold","acceptedAnswer":{"@type":"Answer","text":""}},{"@context":"https://schema.org/","@type":"Question","eduQuestionType":"Flashcard","text":"The blank tag indicates text in an alternative voice, such as a word or phrase in a foreign language, and is rendered using italics","acceptedAnswer":{"@type":"Answer","text":""}}],"educationalAlignment":[{"@type":"AlignmentObject","alignmentType":"educationalSubject","targetName":"HTML Fundamentals"}]} </script> </body> </html>