Web Development & Design Foundations with HTML5 - Chapters 1 and 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/99

flashcard set

Earn XP

Description and Tags

Flashcards covering basic Internet concepts, networking protocols, and HTML5 fundamental tags and structure.

Last updated 3:41 PM on 5/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

100 Terms

1
New cards

The __________ is the interconnected network of computer networks that spans the globe.

Internet

2
New cards

The __________ is the graphical user interface to information stored on computers running web servers connected to the Internet.

World Wide Web

3
New cards

A(n) __________ is a private network contained within an organization used to share information among coworkers.

Intranet

4
New cards

A(n) __________ is a private network that securely shares part of an organization’s information with external partners.

Extranet

5
New cards

The __________ develops recommendations and prototype technologies to standardize web technologies.

W3C

6
New cards

The W3C produces specifications called __________, in an effort to standardize web technologies.

Recommendations

7
New cards

WAI stands for the Web __________ Initiative.

Accessibility

8
New cards

A(n) __________ website provides accommodations for individuals with visual, auditory, physical, and neurological disabilities.

Accessible

9
New cards

WCAG stands for Web __________ Accessibility Guidelines.

Content

10
New cards

The __________ prohibits discrimination against people with disabilities.

Americans with Disabilities Act

11
New cards

Section __________ of the Rehabilitation Act requires that government agencies must give individuals with disabilities comparable access to information technology.

508508

12
New cards

__________ is the design of products and environments to be usable by all people to the greatest extent possible without adaptation.

Universal Design

13
New cards

A(n) __________ consists of two or more computers connected together for communicating and sharing resources.

Network

14
New cards

A(n) __________ is a network usually confined to a single building or group of buildings.

LAN

15
New cards

A(n) __________ usually uses public or commercial communications networks to connect computers in widely dispersed geographical areas.

WAN

16
New cards

The __________ model describes a relationship between two computer programs where one requests a service and the other fulfills it.

Client/Server

17
New cards

The __________ requests some type of service, such as a file or database access, from the server.

Client

18
New cards

The __________ fulfills a request and transmits the results to the client over a network.

Server

19
New cards

In the Internet Client/Server model, the Web Browser acts as the __________.

Client

20
New cards

In the Internet Client/Server model, the Web Server acts as the __________.

Server

21
New cards

The web client uses __________ to request web pages from the server.

HTTP

22
New cards

__________ are rules that describe the methods used for clients and servers to communicate with each other over a network.

Protocols

23
New cards

__________ is a set of rules that allow files to be exchanged between computers on the Internet.

FTP

24
New cards

The protocol __________ is used for sending E-mail.

SMTP

25
New cards

One protocol used for receiving E-mail is __________, also known as Post Office Protocol.

POP

26
New cards

The __________ protocol is an alternative to POP for receiving E-mail.

IMAP

27
New cards

HTTP stands for __________ Transfer Protocol.

Hypertext

28
New cards

__________ has been adopted as the official communication protocol of the Internet.

TCP/IP

29
New cards

The purpose of __________ is to ensure the integrity of communication by breaking files into packets.

TCP

30
New cards

TCP breaks files and messages into individual units called __________.

packets

31
New cards

The __________ protocol routes a packet to the correct destination address.

IP

32
New cards

A(n) __________ is a hardware device designed to move network traffic to the next closest node.

router

33
New cards

Each device connected to the Internet has a unique numeric __________.

IP address

34
New cards

IP address numbers are divided into four groups called __________.

octets

35
New cards

A(n) __________ locates an organization or other entity on the Internet using text-based names.

Domain Name

36
New cards

The __________ associates unique computer IP addresses with text-based domain names.

Domain Name System

37
New cards

URI stands for Uniform Resource __________.

Identifier

38
New cards

A(n) __________ is a type of URI which represents the network location of a resource such as a web page.

URL

39
New cards

A(n) __________ identifies the rightmost part of the domain name, such as .com or .org.

TLD

40
New cards

The TLD __________ is reserved for non-profit organizations.

.org

41
New cards

SGML stands for __________ Generalized Markup Language.

Standard

42
New cards

HTML stands for __________ Markup Language.

Hypertext

43
New cards

HTML is a set of markup symbols or codes placed in a file intended for display on a __________.

Web browser

44
New cards

__________ is a text-based language designed to extend HTML by separating data from presentation.

XML

45
New cards

__________ is the next version of HTML4 and XHTML.

HTML5

46
New cards

Each markup code in HTML represents an HTML __________.

element

47
New cards

Most HTML elements are coded as a pair of tags: an opening tag and a __________ tag.

closing

48
New cards

HTML tags are enclosed in __________ symbols.

angle bracket

49
New cards

HTML5 is intended to be __________ compatible with older versions.

backwards

50
New cards

HTML5 adds native support for __________ and audio without the need for plugins.

video

51
New cards

The __________ declaration is the first line of an HTML5 document.

52
New cards

The __________ attribute of the html element is used to specify the language of the page, such as 'en'.

lang

53
New cards

The __________ section of an HTML document contains information that describes the web page.

Head

54
New cards

The __________ section of an HTML document contains text and elements that display in the browser window.

Body

55
New cards

The __________ element is used to specify the character encoding for the document, such as 'utf-8'.

meta

56
New cards

The __________ element displays text in the browser's title bar or tab.

57
New cards

There are __________ levels of heading elements, from h1 to h6.

66

58
New cards

The __________ element is used to group sentences and sections of text into paragraphs.

59
New cards

Paragraph and heading elements use __________ display, meaning they have empty space above and below.

Block

60
New cards

The __________ element is a stand-alone or void tag that causes a new line.


61
New cards

The __________ element indents a block of text for special emphasis.

blockquote

62
New cards

The __________ element is used to style text in bold font without adding extra importance.

63
New cards

The __________ element is used for text that should be emphasized, usually displayed in italics.

64
New cards

The __________ element marks text that has no extra importance but is styled in italics by convention.

65
New cards

The __________ element is an HTML5-only element used to highlight text for easy reference.

66
New cards

Legal disclaimers are often displayed using the __________ element.

67
New cards

The __________ element indicates strong importance and usually displays text in bold.

68
New cards

The __________ element displays a subscript as small text below the baseline.

69
New cards

The __________ element displays a superscript as small text above the baseline.

70
New cards

A(n) __________ list displays a bullet before each entry.

Unordered

71
New cards

The __________ tag contains an unordered list.

    72
    New cards

    The __________ tag contains an item in an unordered or ordered list.

  • 73
    New cards

    A(n) __________ list displays a numbering or lettering system.

    Ordered

    74
    New cards

    The __________ tag contains an ordered list.

      75
      New cards

      The __________ attribute of the ol tag determines the numbering scheme.

      type

      76
      New cards

      A(n) __________ list was formerly called a definition list.

      Description

      77
      New cards

      In a description list, the __________ tag contains the term or phrase.

      78
      New cards

      In a description list, the __________ tag contains the description of the term.

      79
      New cards

      The code __________ is used to display the copyright symbol.

      ©

      80
      New cards

      The code __________ is used to display the 'less than' symbol.

      <

      81
      New cards

      The code __________ is used to display the 'greater than' symbol.

      >

      82
      New cards

      The code __________ is used to display the ampersand symbol.

      &

      83
      New cards

      The code __________ is used to insert a non-breaking space.

       

      84
      New cards

      The __________ element configures a structural block area or division with empty space above and below.

      div

      85
      New cards

      The HTML5 __________ element contains the web page document's headings.

      86
      New cards

      The HTML5 __________ element contains the main navigation for the web page.

      87
      New cards

      The HTML5 __________ element contains the main content of the web page.

      88
      New cards

      The HTML5 __________ element contains the footer information of the document.

      89
      New cards

      The __________ element is used to specify a hyperlink to a file.

      Anchor

      90
      New cards

      The __________ attribute of the anchor tag indicates the file name or URL.

      href

      91
      New cards

      A(n) __________ link is a hyperlink to a different website location.

      Absolute

      92
      New cards

      A(n) __________ link is a hyperlink to pages on your own site.

      Relative

      93
      New cards

      A(n) __________ hyperlink is used to launch the default mail program for the browser.

      E-Mail

      94
      New cards

      To create an e-mail link, the href value must start with __________.

      mailto:

      95
      New cards

      A benefit of writing __________ code is that it leads to more consistent browser display.

      Valid

      96
      New cards

      The __________ HTML Validation Tool checks code for syntax errors.

      W3C

      97
      New cards

      The URL for the W3C HTML Validation Tool is http://__________.

      validator.w3.org

      98
      New cards

      TCP/IP was adopted as the official communication protocol in the year __________.

      19831983

      99
      New cards

      The __________ elements include b, em, i, mark, small, strong, sub, and sup.

      Phrase

      100
      New cards

      The __________ element is used for text that has strong importance and is usually displayed in bold.

      strong