HTML Basics and Case Studies for Web Development

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/59

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

Inline images

Images are also known as inline images because they are placed, like text-level elements, in line with surrounding content.

2
New cards

Nested lists

Nested lists are used for items that follow some defined sequential order.

3
New cards

Character encoding reference

If the encoding value is known, one can insert the corresponding character directly into a web page using the character encoding reference _____.

4
New cards

One-sided tag

A one-sided tag contains an opening tag that tells the browser to turn a feature on and apply it to the content that follows, and a closing tag that turns off the feature.

5
New cards

Body element

The body element is where the information about the document is provided to the browsers.

6
New cards

Headings required

Lucy's page will require at least ____ headings for the content she wants to display.

7
New cards

Hypertext link

The text-level element b marks content that acts as a hypertext link.

8
New cards

Web browser

A _____ is a software program that retrieves a document from a web server and renders it locally in a form that is readable on a client device.

9
New cards

Copyright notice

What character entity reference could Ted use to add a notice at the bottom of the page to remind viewers that the photos are copyrighted?

10
New cards

Best list type for accomplishments

Which type of list would work best for listing Lucy's accomplishments?

11
New cards

Nesting elements

When nesting one element inside of another, the entire code of the inner element, including opening and closing tags, must be contained within the outer element.

12
New cards

Extra white space in HTML

Identify the character entity reference that can be used to force Hypertext Markup Language (HTML) to display an extra white space.

13
New cards

Root folder in absolute path

Identify the root folder in the absolute path /folder1/folder2/folder3/file.

14
New cards

Number of headings for Lucy's page

Lucy's page will require at least 3 headings for the content she wants to display.

15
New cards

Character entity reference for copyright

Ted could use the character entity reference copy; to add a notice at the bottom of the page.

16
New cards

Type of list for accomplishments

The best type of list for listing Lucy's accomplishments is an unordered list.

17
New cards

Nesting requirement

The entire code of the inner element, including opening and closing tags, must be contained within the outer element when nesting.

18
New cards

Character entity for extra space

The character entity reference that can be used to force HTML to display an extra white space is nbsp.

19
New cards

Root folder

The root folder in the absolute path /folder1/folder2/folder3/file is folder1.

20
New cards

img

Which tag will Ted need to use to display the pictures?

21
New cards

ordered

A(n) _____ list is used to display information in sequential order.

22
New cards

False

A comment in a Hypertext Markup Language (HTML) file appears in the browser window when a page is displayed.

23
New cards

White-space characters

______ include the blank spaces, tabs, and line breaks found within the file.

24
New cards

Hypertext Markup Language (HTML)

Web pages are text files written in a language called _____.

25
New cards

li

Which of the following Hypertext Markup Language (HTML) grouping elements contains a single item from an ordered or unordered list?

26
New cards

title

The _____ element is part of the document head because it's not actually displayed as part of the web page, but instead appears externally within the browser tab.

27
New cards

True

The img element is inserted using a self-closing tag because it does not enclose any page content, but instead links to an external image file.

28
New cards

ending

In a two-sided tag, a(n) _____ tag indicates the content's end.

29
New cards

char;

Character entity references are inserted using the syntax _____.

30
New cards

element

The fundamental building block in every Hypertext Markup Language (HTML) document is the _____ tag, which marks a component in the document.

31
New cards

False

The grouping element ul contains the definition associated with a term from a description list.

32
New cards

hr

Identify a grouping element that marks a thematic break such as a scene change or transition to a new topic.

33
New cards

Line breaks

_____ are placed within grouping elements, such as paragraphs or headings, to force page content to start on a new line within the group.

34
New cards

markup

A _____ language is a language used to describe the content and structure of documents.

35
New cards

dt

The _____ grouping element contains a single term from a description list.

36
New cards

head

The _____ element, a Hypertext Markup Language (HTML) metadata element, contains a collection of metadata elements that describe the document or provide instructions to the browser.

37
New cards

False

The description list is grouped by the ol element.

38
New cards

list

Which tag should Lew use to create a list to display his surfboard types along with a narrative for each type?

39
New cards

style sheet

The exact appearance of each page is described in a separate document known as a ______.

40
New cards

horizontal rule

An oft-used empty element is the _____ element, which marks a major topic change within a section.

41
New cards

nested lists

Since the li element is itself a grouping element, it can be used to group other lists, which in turn creates a series of _____.

42
New cards

Cascading Style Sheets (CSS)

Style sheets are written in the Cascading Style Sheets (CSS) language.

43
New cards

web pages

Documents on the web stored on web servers are known as web _____.

44
New cards

UTF-8

The most common character encoding in use is _____.

45
New cards

ul

The structure for an unordered list is similar to that used with ordered lists except that the list items are grouped within the _____ element.

46
New cards

blockquote

You should use the _____ element to mark an extended quote.

47
New cards

False

Inline images can be turned into links by enclosing the image within opening and closing tags.

48
New cards

False

The address element in HTML 5 contains the entire content of a document.

49
New cards

web browser

Web pages are accessed through a software program called a _____.

50
New cards

True

The strong element is a text-level element that marks a text of great importance.

51
New cards

horizontal line

If Lew wants to accent the divisions between the surfboard types, which of the following tags should he use?

52
New cards

False

Web pages are image files written in Extended Hypertext Markup Language (XHTML).

53
New cards

!--comment--

To add notes or comments, insert a comment tag using the syntax _____.

54
New cards

False

The structural element called a(n) aside is content placed at the bottom of the page.

55
New cards

!--Welcome John Smith --

To add the comment, Welcome John Smith, the syntax would be _____.

56
New cards

semantic elements

Hypertext Markup Language (HTML) sectioning elements are also known as _____ because the tag name describes the purpose of the element and the type of content it contains.

57
New cards

True

The top element in the hierarchy is the html element, which contains all of the other elements within a Hypertext Markup Language (HTML) file.

58
New cards

False

Browsers will display items from an ordered list alongside a marker such as a bullet point.

59
New cards

True

Element attributes provide additional information to the browser about the purpose of the element or how the element should be handled by the browser.

60
New cards

doctype

The first line in a Hypertext Markup Language (HTML) file is the _____, which is a processing instruction indicating the markup language used in a document.