Web Design with Client Side Scripting [MOD2] Flashcards

Review

1
Q

They are hidden keywords (surrounded by angle brackets) within a web page that define how your web browser must format and display the content.

A

HTML Tags

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

What are the two types of tags?

A

Container and Empty Tags

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

It’s an individual components of an HTML document or web page consisting of tags and text.

A

HTML Elements

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

These are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.

A

HTML Attributes

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

These are page data tags that lie between the open and closing head tags in the HTML code of a document.

A

Meta Tags

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

This allows you to decide where the text will break on a line or continue to the end of the window.

A

Line Break

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

It plays a vital role in design and when we talk about communication in web design context.

A

Web Typography

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

To modify the look of the texts, there are several text formatting tags in the HTML that everyone can use.

A

Text Formatting Tags

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

These are addresses of a computer or the address of a document or file to be included in the webpage.

A

Paths

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

What are the different type of paths?

A

Relative and Absolute Paths

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

It specifies a location that is relative to the current location of the file containing the link.

A

Relative Path

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

It specifies the location through the complete path of the document.

A

Absolute Path

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

It is a reference to data that points to a whole document or to a specific element within a document.

A

Hyperlinks

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

What are the major types of hyperlink?

A

Internal, Local and External Links

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

It is an image can communicate instantly, as our brain can interpret them much quicker than text.

A

Webpage Image

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

What are the two classes of web image?

A

Inline and External Image

17
Q

What are the types of Lists?

A

Unordered, Ordered and Description Lists

18
Q

It is an ideal for listing items that have no particular hierarchy or order of importance.

A

Unordered Lists

19
Q

It is used when the sequence of the list items is important, therefore, it is numbered starting at 1 and is incremented by one for each successive ordered list.

A

Ordered Lists

20
Q

It is used for any type of name/value pairs, such as terms and their definitions, questions and answers, or other types of terms and their associated information.

A

Description Lists

21
Q

It is an advanced HTML construct that allows you to arrange, text, images, and other HTML content into rows and columns.

A

Tables

22
Q

It is a HTML form on a web page allows a user to enter data that is sent to a server for processing.

A

Web Forms

23
Q

It is an area that contains form elements such as text fields, radio buttons, checkboxes, submit buttons, and more.

A

Form Element

24
Q

It defines a form control for the user to enter values. This element requires a type attribute inside the tag.

A

Input Element

25
Q

This tag defines a multi-line text input control which can hold an unlimited number of characters.

A

Text-Area Element

26
Q

It is an element you can put content, like text or images. This is the difference between this element and buttons created.

A

Button Element

27
Q

This element is used to create a drop-down list.

A

Select Element

28
Q

It is the latest specification of the HTML language, and represented a major break with previous markup practices.

A

HTML5

29
Q

It means markup which has meaning, rather than markup which simply looks a certain way.

A

Semantic Markup

30
Q

It makes your web page look good on all devices.

A

Responsiveness