HTML Tutorial 1 -Getting started with HTML 5

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/86

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.

87 Terms

1
New cards

nodes

A network location that can access and share information and services. HTML 4

2
New cards

network

A structure in which information and services are shared among devices known as nodes or hosts. HTML 4

3
New cards

server

A host that provides information or a service to other devices on the network. HTML 4

4
New cards

hosts

Any network device that is capable of sending and/or receiving data electronically. HTML 4

5
New cards

client

A device that receives network information or services. HTML 4

6
New cards

Internet

A wide area network incorporating an almost uncountable number of networks and hosts across the world. HTML 4

7
New cards

local area network

A network confined to a small geographic area

8
New cards

Client-server network

A network in which clients access information provided by one or more servers. HTML 4

9
New cards

wide area network

A network that covers a wide area

10
New cards

Hypertext

A method of organizing information in which data sources are interconnected through a series of hyperlinks that users activate to jump from one data source to another. HTML 5

11
New cards

World Wide Web

The totality of interconnected hypertext documents on the Internet. HTML 4

12
New cards

web pages

A document stored by a web server and accessed by a web browser. HTML 4

13
New cards

web browser

A software program that retrieves and displays web pages. HTML 4

14
New cards

web servers

A server that makes web pages accessible to the network. HTML 4

15
New cards

hyperlinks

A link within a hypertext document that can be activated to access a data source. HTML 4

16
New cards

HTML

A markup language that supports the tagging of distinct document elements and connecting documents through hypertext links. HTML 5

17
New cards

markup language

A language that describes the content and structure of a document by tagging different document elements. HTML 5

18
New cards

W3C

A group of web designers and programmers that set the standards or specifications for browser manufacturers to follow. HTML 5

19
New cards

syntax

The rules governing how a language should be used and interpreted. HTML 5

20
New cards

World Wide Web Consortium

A group of web designers and programmers that set the standards or specifications for browser manufacturers to follow. HTML 5

21
New cards

Web Hypertext Application Technology Working Group

A group formed in 2004 to develop HTML 5 as a rival version to XHTML 2.0. HTML 5

22
New cards

XHTML

A version of HTML in which syntax standards are strictly enforced. HTML 5

23
New cards

HTML 4.01

The fourth version of HTML

24
New cards

WHATWG

A group formed in 2004 to develop HTML 5 as a rival version to XHTML 2.0. HTML 5

25
New cards

HTML 5

The latest version of HTML

26
New cards

deprecated

The features and code from earlier HTML versions that have been phased out and are either no longer supported or developed. HTML 6

27
New cards

web content management system

Provides authoring tools for website content and administration. HTML 7

28
New cards

IDE

A software package providing comprehensive coverage of all phases of the HTML development process. HTML 6

29
New cards

Validators

A program that tests code to ensure that it contains no syntax errors. HTML 7

30
New cards

web framework

Software that provides the foundation for the design and deployment of web technologies including HTML

31
New cards

quirks mode

An operating mode in which the browser renders the web page based on styles and practices from the 1990s and early 2000s. HTML 9

32
New cards

standards mode

An operating mode in which the browser renders the web page in line with the most current HTML specifications. HTML 9

33
New cards

element tag

The fundamental building block of an HTML file

34
New cards

ending tag

The tag that marks the end of the element content. HTML 9

35
New cards

starting tag

The tag that marks the start of the element content. HTML 9

36
New cards

Empty elements

An element that is either nontextual or contains directives to the browser about how the page should be treated. HTML 9

37
New cards

one-sided element tag

A tag used for empty elements

38
New cards

nested elements

An element contained within another element. HTML 9

39
New cards

element attributes

The part of an element that provides information to the browser about the purpose of the element or how the element should be handled by the browser. HTML 11

40
New cards

metadata

Content that describes the document or
provides information about how the document should be processed by the browser. HTML 15

41
New cards

white-space character

An empty or blank character such as a space

42
New cards

attribute minimization

Element attributes that do not require an attribute value. HTML 11

43
New cards

Character encoding

The process by which the computer converts text into a sequence of bytes and then converts those bytes back into characters. HTML 17

44
New cards

semantic elements

An element in which the element name describes the purpose of the element and the type of content it contains. HTML 24

45
New cards

UTF-8

The most common character encoding in present use. HTML 17

46
New cards

conditional comment

An Internet Explorer extension that encloses content that should only be run by particular versions of Internet Explorer. HTML 20

47
New cards

sectioning elements

An element used to define major topical areas in the document. HTML 24

48
New cards

text-level elements

An element within a grouping element that contains strings of the characters or page
content. HTML 29

49
New cards

inline elements

An element in which the content is placed in line with surrounding page content rather than starting on a new line. HTML 29

50
New cards

grouping elements

An element that organizes similar content into a distinct group

51
New cards

style sheet

A set of rules defining how page elements are
displayed. HTML 32

52
New cards

CSS

A style sheet language supported by the W3C and used in web page design. HTML 32

53
New cards

Cascading Style Sheets

A style sheet language supported by the W3C and used in web page design. HTML 32

54
New cards

character set

A collection of characters and symbols. HTML 33

55
New cards

American Standard Code for Information
Interchange

The character set used for the English alphabet. HTML 33

56
New cards

ASCII

The character set used for the English alphabet. HTML 33

57
New cards

ISO 8859-1

An extended version of the ASCII character set. HTML 33

58
New cards

Unicode

The largest character set supporting up to 65

59
New cards

presentational elements

An element that describes how page content should be rendered by the browser. HTML 36

60
New cards

Latin-1

An extended version of the ASCII character set. HTML 33

61
New cards

presentational attributes

An attribute that describes how page content
should be rendered by the browser. HTML 36

62
New cards

embedded elements

An element containing embedded content such as graphic images

63
New cards

inline images

An image that is placed

64
New cards

embedded content

Content that is imported from another resource

65
New cards

interactive elements

An element that allows for interaction between the user and the embedded object. Also called embedded element. HTML 36
An external program that is run within the
browser. HTML 39

66
New cards

script

An external program that is run within the
browser. HTML 39

67
New cards

Ordered lists

A list that is used for items that follow some
defined sequential order. HTML 48

68
New cards

Accessible Rich InternetApplications (ARIA)

An HTML standard that assists screen readers in interpreting web page content. HTML 44

69
New cards

Modernizr

A script that provides support for HTML 5 in older browsers. HTML 39

70
New cards

HTML 5 Shiv

A script that provides support for HTML 5 in older browsers. HTML 39

71
New cards

nested lists

A list that is placed inside another list. HTML 50

72
New cards

Unordered lists

A list that is used for items that do not follow a defined sequential order.HTML 49

73
New cards

description list

A list of terms and matching descriptions. HTML 51

74
New cards

URL

A standard address format used to link to a
variety of resource documents. HTML 57

75
New cards

rollover effect

An effect in which the page appearance
changes as the user hovers the mouse pointer over a hypertext link. HTML 59

76
New cards

navigation list

An unordered list of hypertext links placed within the nav element. HTML 55

77
New cards

Uniform Resource Locator

A standard address format used to link to a
variety of resource documents. HTML 57

78
New cards

root folder

The folder at the top of the folder hierarchy

79
New cards

absolute path

A folder path that starts from the root folder and processes down the entire folder structure.
HTML 61

80
New cards

relative paths

A folder path expressed relative to the location of the current document. HTML 61

81
New cards

protocol

A set of rules defining how information is passed between two network devices. HTML 64

82
New cards

domain name

The server name portion of a URL. HTML 65

83
New cards

Hypertext Transfer Protocol

The protocol used by devices on the web. HTML 64

84
New cards

extension

The top level of a URL

85
New cards

InternetAssigned Numbers Authority (IANA)

The registration authority used to register the top levels of every domain name. HTML 65

86
New cards

Spam

Unsolicited e-mail sent to large numbers of
people. HTML 67

87
New cards

email harvesters

An automated program that scans web pages for e-mail addresses. HTML 67