Web Dev - Midterms Reviewer

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

1/49

flashcard set

Earn XP

Description and Tags

from Long Exam Reviewer!

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

What does "WWW" stand for?

World Wide Web

2
New cards

Which of the following is not a web browser?

Adobe Photoshop

3
New cards

What protocol is used to transfer hypertext pages?

HTTP

4
New cards

Which is an example of a domain name?

5
New cards

What is the function of a web server?

To host and deliver web content

6
New cards

Which of these is used to uniquely identify a device on the internet?

IP Address

7
New cards

What does ISP stand for?

Internet Service Provider

8
New cards

Which of the following is not part of a URL?

IP Address

9
New cards

A client-server architecture refers to:

A centralized server delivering resources to clients

10
New cards

HTML is used for:

Creating web page structure

11
New cards

What does HTML stand for?

Hyper Text Markup Language

12
New cards

Which HTML tag is used to display the largest heading?

<h1>

13
New cards

Which tag creates a line break in HTML?

<br>

14
New cards

What tag is used to create a hyperlink?

<a>

15
New cards

The tag is used to:

Display images

16
New cards

Which attribute is used to specify an image source?

src

17
New cards

What does the tag define?

Paragraph

18
New cards

Which tag creates an unordered list?

<ul>

19
New cards

Which element defines emphasized text?

<em>

20
New cards

Which HTML tag is used to define a table row?

<tr>

21
New cards

What tag defines bold text without extra importance?

<b>

22
New cards

Which tag defines a deleted text?

<del>

23
New cards

What is the use of the tag?

Highlight inserted text

24
New cards

The tag displays text:

Half a character below

25
New cards

Which tag is used for block quotations?

<blockquote>

26
New cards

The tag is used for:

Abbreviations

27
New cards

The tag used to define contact information is:

<address>

28
New cards

What does RGB stand for?

Red Green Blue

29
New cards

The alpha parameter in RGBA determines:

Transparency

30
New cards

Which of these is a valid HEX color?

#ffffff

31
New cards

CSS stands for:

Cascading Style Sheets

32
New cards

Which is not a way to apply CSS?

Remote

33
New cards

The most common method of using CSS is:

External

34
New cards

What does the style attribute do in inline CSS?

Applies styles directly to elements

35
New cards

What property is used to change text color in CSS?

color

36
New cards

Which CSS property sets the space inside the element border?

padding

37
New cards

The CSS border-radius property is used to:

Round corners

38
New cards

What does the border-collapse property do?

Collapses double borders

39
New cards

Which tag starts a table in HTML?

<table>

40
New cards

To define a table header, which tag is used?

<th>

41
New cards

HTML is considered a:

Markup language

42
New cards

Which tag is used to insert CSS into an HTML document?

<style>

43
New cards

Which CSS unit is relative to the root element?

rem

44
New cards

What symbol is used to select an ID in CSS?

#

45
New cards

Which tag is used for superscript?

<sup>

46
New cards

Which of these shows a transparent color using RGBA?

rgba(255,255,255,0.0)

47
New cards

What is the default alignment of HTML content?

Left

48
New cards

Which HTML element is used for short inline quotations?

<q>

49
New cards

Which of the following is used to define internal CSS?

<style>

50
New cards

Which tag allows the use of bi-directional text override?

<bdo>