HTML Flashcards

1
Q

Other common_______Elements are P and form, and new in HTML5 are header, footer, section and more.

A

Block level

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

HTML examples

A

Text, content, images

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

HTML syntax, spelling and grammar rules, for header. Most important.

A

<h1></h1>

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

HTML syntax, spelling and grammar rules, for paragraph?

A

<p></p>

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

HTML syntax, spelling and grammar rules, for order list?

A

<li>
</li>

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

HTML syntax, spelling and grammar rules, for Un-ordered list

A

<ul></ul>

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

HTTPS

A

Hypertext transfer protocol secure. (Encrypted)

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

In HTML the_____Is everything the user sees.

A

Body

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

In HTML the_____Is Stuff browser needs not see.

A

Head

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

ISP

A

Internet service provider
(Internet)

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

Setting display to_____Will render the page as though the element does not exist.

A

None

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

Setting display to_____We’ll hide the element, but the element will still take up the space it would if it was fully visible.

A

Visibility: Hidden;

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

The_____Is everything that goes inside an HTML document.

A

Root element

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

Using_____Instead of width in this situation will improve the browsers handling of small windows. This is important when making a site usable on mobile.

A

Max-width

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

Web developers working on_____Are called front and developers

A

Client side

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

Web developers working on client side are called?

A

Front end developers

17
Q

Web developers working on_____are called back and developers.

A

Server side

18
Q

Web developers working on the server side are called_______.

A

Backend developers

19
Q

_______Separation of concern is style.

A

CSS

20
Q

_____Web developers Run code for both client and server ends.

A

Full stack

21
Q

Full stack web developers run code for_____?.

A

Both client and server ends.

22
Q

_____Separation of concerns includes content / structure.

A

HTML

23
Q

HTML separation of concerns includes_____.

A

Content / structure

24
Q

_____Is used for a specific place in the list.
ie. Recipe

A

Order list

25
Q

_____Is used when order does not matter

A

Un-ordered list

26
Q

What is the language called that is used in HTML?

A

Syntax

27
Q

DOM

A

Document object model