Web Technology Flashcards

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

1/103

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on web technology lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

104 Terms

1
New cards

Internet

A global network of networks that enables computers to communicate and share services.

2
New cards

Internet

Millions of computer networks connected to each other via the Internet Backbone.

3
New cards

Internet Backbone

An infrastructure of fiber optics cable owned by private companies.

4
New cards

Intranet

A private network accessible only to an organization's staff.

5
New cards

Web Technology

The process of communication between two computers using a Markup language and different multimedia packages.

6
New cards

Web Page

A web document written in HTML (hypertext markup language).

7
New cards

Client

User's device (browser) requesting a resource.

8
New cards

Server

Host machine delivering the requested resource.

9
New cards

URL (Uniform Resource Locator)

Unique address of a document or a resource on the internet.

10
New cards

WWW (World Wide Web)

A collection of information (webpages, multimedia) accessible via the internet using web browsers.

11
New cards

Web Browser

Application software to explore www (World Wide Web).

12
New cards

Web Server

A program which processes the network requests of the users and serves them with files that create web pages.

13
New cards

Web Page

A digital document that is linked to the World Wide Web and viewable by anyone connected to the internet has a web browser.

14
New cards

Web Development

Refers to the building, creating, and maintaining of websites.

15
New cards

HTTP Protocol

Stands for HyperText Transfer Protocol.

16
New cards

URLs (Uniform Resource Locators)

Addresses used to access resources on the web.

17
New cards

Front-end Web Development

Responsible for the look and feel of a website.

18
New cards

Back-end Web Development

Responsible for building and maintaining the code that runs a website.

19
New cards

Website

Webpage or more which are linked together under a certain name.

20
New cards

Web Page

Document has an electronic content published at the internet and displayed through browser.

21
New cards

Home Page

The first page on the web site, through it you can navigate to all web pages.

22
New cards

Hyperlink

Text or picture when click on it transmit you to another place.

23
New cards

Static Web Page

Pre-made content, this content remains constant.

24
New cards

Dynamic Web Page

Also called interactive page which is a page that displays the content allows users to interact with and process it.

25
New cards

Static Web Pages

Content is fixed and does not change without manual editing.

26
New cards

Dynamic Web Pages

Content changes based on user interactions, database updates, or server-side processing.

27
New cards

HTML

How every site on the web is organized.

28
New cards

CSS

How developers add styling and effects to a website.

29
New cards

HTML5

The latest HTML specification.

30
New cards

JavaScript

A supplementary tool to make web pages more interactive , is now the most ubiquitous client-side technology.

31
New cards

Frameworks

Libraries of pre-written code with a pre-imposed structure that a back-end developer can use according to the requirements and needs.

32
New cards

Programming Language

A superset of scripting languages like Ruby, Java, Python, PHP, Perl, Erlang, and Node.js which can be used to write instructions for execution.

33
New cards

Web Servers

Computer programs that store, process and deliver web pages to the users.

34
New cards

Database Management System (DBMS)

A collection of programs that enables its users to access a database, manipulate, interpret and represent data.

35
New cards

Web 2.0

Marked by interactivity and user-generated content.

36
New cards

Web 3.0 (Emerging)

Focus on decentralization, semantic data, and AI-driven services.

37
New cards

Web 1.0

Static and read-only webpages.

38
New cards

HTML

A coding language used to create the static websites which are displayed by internet browsers.

39
New cards

HTML

Markup language that is used by the browser to manipulate text, images, and other content to display it in the required format.

40
New cards

Dir attribute

Used to change the page direction Left to Right or Right to Left

41
New cards

HTML Style Attribute

Used to add styles to an element, such as color, font, size, and more.

42
New cards

rgb values

Express colors in terms of how much red, green and blue are used to make it up.

43
New cards

hex codes

Six-digit codes that represent the amount of red, green and blue in a color, preceded by a pound or hash # sign.

44
New cards

color names

147 predefined color names that are recognized by browsers.

45
New cards

Background property

Used to change the background image of the webpage page.

46
New cards
element

Used to create a table.

47
New cards
tag

Indicates the start of each row.

48
New cards
element

Used to represent the heading for either a column or a row.

49
New cards

The element is used just like the element, but its purpose is to represent the heading for either a column or a row.

50
New cards

HTML (Hyper Text Markup Language)

Used to create the static websites which are displayed by internet browsers.

51
New cards

CSS Cascading Style Sheets

Is a simple mechanism for adding style (e.g., fonts, colors, spacing) to web documents.

52
New cards

CSS (Cascading Style Sheets)

Used to style and layout web pages — for example, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features.

53
New cards

Selector

Points to the HTML element you want to style.

54
New cards

Styles

Defines how to display HTML elements

55
New cards

Cascading Order

Applied to HTML in the following order: Browser default, External style sheet, Internal style sheet, Inline style.

56
New cards

Universal Selector

Selects all elements.

57
New cards

ID attribute

Used to define a unique style for an element.

58
New cards

Classes

Allow you to define a style which can be applied to multiple elements on your page.

59
New cards

CSS - Colors

Typically, these are used to set a color either for the foreground of an element (i.e., its text) or else for the background of the element.

60
New cards

background-color

The background-color property is used to set the background color of an element.

61
New cards

background-image

The background-image property is used to set the background image of an element.

62
New cards

controls position of image as a background

background-position property used for?

63
New cards

controls scrolling of image as background

background-attachment property used for?

64
New cards

shorthand to specify as number of other background properties

background property used for?

65
New cards

color property

The color property is used to set the color of a text.

66
New cards

direction property

The direction property is used to set the text direction.

67
New cards

letter-spacing property

The letter-spacing property is used to add or subtract space between the letters that make up a word.

68
New cards

word-spacing property

The word-spacing property is used to add or subtract space between the words of a sentence.

69
New cards

text-indent property

The text-indent property is used to indent the text of a paragraph.

70
New cards

text-align property

The text-align property is used to align the text of a document.

71
New cards

text-decoration Property

The text-decoration property is used to underline, overline, and strikethrough text.

72
New cards

text-transform property

The text-transform property is used to capitalize text or convert text to uppercase or lowercase letters.

73
New cards

white-space Property

The white-space property is used to control the flow and formatting of text.

74
New cards

text-shadow Property

The text-shadow property is used to set the text shadow around a text.

75
New cards

border property

The border property is used to set the width of an image border.

76
New cards

height property

The height property is used to set the height of an image.

77
New cards

width property

The width property is used to set the width of an image.

78
New cards

padding property

The padding property allows you to specify how much space should appear between the content of an element and its border.

79
New cards

padding-bottom property

The padding-bottom specifies the bottom padding of an element.

80
New cards

padding-top property

The padding-top specifies the top padding of an element.

81
New cards

padding-left property

The padding-left specifies the left padding of an element.

82
New cards

padding-right property

The padding-right specifies the right padding of an element.

83
New cards

table-layout property

Technology which Supports load tables faster is?

84
New cards

font-family property

The font-family property is used to change the face of a font.

85
New cards

font-style property

The font-style property is used to make a font italic or oblique.

86
New cards

font-variant property

The font-variant property is used to create a small-caps effect.

87
New cards

font-weight property

The font-weight property is used to increase or decrease how bold or light a font appears.

88
New cards

font-size property

The font-size property is used to increase or decrease the size of a font.

89
New cards

margin property

The margin property defines the space around an HTML element.

90
New cards

Javascript

Used to enter your data and confirm that the entry data is correct

91
New cards

alert () statement

Displaying a message via a dialogue box

92
New cards

Document .write(…) statement

Is used for displaying text within a webpage contents.

93
New cards

Arithmetic Operators

Used for arithmetic operations.

94
New cards

JavaScript Condition

Used in JavaScript includes if-else conditional statements to control the program flow, similar to other programming languages.

95
New cards

Switch

Is a conditional statement like if statement. Switch is useful when you want to execute one of the multiple code blocks based on the return value of a specified expression.

96
New cards

JavaScript for Loop

JavaScript includes for loop like Java or C#. Use for loop to execute code repeatedly.

97
New cards

JavaScript - While Loop

JavaScript includes while loop to execute code repeatedly till it satisfies a specified condition.

98
New cards

JavaScript Functions

Allows you to define a block of code, give it a name and then execute it as many times as you want.

99
New cards

bootstrap

The web app development toolkit was created by former Twitter employees Mark Otto and Jacob Thornton

100
New cards

bootstrap

Most popular HTML, CSS AND JS framework for developing responsive , mobile and web projects