LONG QUIZ REVIEWER Flashcards

(29 cards)

1
Q

Stands for Hyper Text Markup Language

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Developed by Tim Berners-Lee in 1991

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This type of tags does not contain any other tag or text.

A

Empty tag / single tag / unpaired tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This type of tags have an opening tag, some text, or tags enclosed in it and a closing tag.

A

Container tag / Double tag / Pair tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is a way to deliver information to the users which are connected with it.

A

Website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

URL

A

(Universal Resource Locator) or (Uniform Resource Locator)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Contain fixed number of pages and format, which delivers information to the user.

A

Static website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can change the web page contents while the page is running on the user’s browser.

A

Dynamic websites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is defined by <head> tag, it represents the document’s (web page) header, which can keep other HTML tags like <title> tag, <link></link> tag etc.</title>

A

Head section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is use to mention the document’s title.

A

Title tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

is use to link the external CSS file.

A

Link tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Use to display the contents of the web page.

A

Body tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Represents the area inside the website page in which the text or graphics can be displayed.

A

HTML body tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

tag is used to define a paragraph on a webpage.

A

HTML <p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

tag stands for Horizontal Ruler, it is used to create a horizontal line on the HTML document.

A

<hr></hr>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A web page can contain various links that redirect you to other page, these links are known as

17
Q

Allow visitors to navigate between web pages or websites by clicking on a word or an image.

18
Q

is specified using an HTML tag <a></a>

19
Q

is used to create links in the same page on a specific part.

A

HTML Bookmark

20
Q

is used to insert image in your web page

A

Image tag / img

21
Q

is used to change the text size, text color and font of the text

22
Q

are the text that will be ignored by the browser, Any text written inside the comment will not be displayed on the web page as output, text inside comment will only be visible in the text editor.

23
Q

is use for listing information, so that they are clearly associated with each other.

24
Q

is a collection of related list items that have no special order or sequence

A

Unordered List / <ul>

25
If you are required to put your list items in a number or in a sequence instead of bullets
Ordered List /
26
is a list of terms, with a description of each term.
Description List /
27
is a list inside another list.
Nested list
28
is used to scroll text or images either horizontal or vertical direction
Marquee Tag
28
allows you to arrange data in a tabular (row and column) format. Data can be text, images, links, etc.
Table Tag /