Basics Flashcards

1
Q

The HTML living standard requires you to start every page with?

A

< !doctype html >

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

HTML is the language for __________

CSS is the language for __________

A

Structure

Presentation

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

Browsers will keep supporting older html versions and eventually support the new stuff. This is called

A

Backwards compatibility

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

What does W3C stand for and what do they do?

A

World Wide Web Consortium

Sets the HTML standards

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

Web ____ are mostly static (images, links, text, drop down menus (for viewing or reading) while
Web ____ are for interacting with (do something with…search, play, map, etc)

A

Pages

Apps

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

Name a free HTML validator

A

validator.w3.org

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

big-endian has the largest value first. T or F?

A

T

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

For the number 321, if 300 is the largest number, is this a big-endian or little-endian number?

A

big-endian

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

Should you save your HTML files using utf-8 for the encoding?

A

Yes

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

Why is HTML 5 better?

A

New elements and attributes
New features to create web apps
Helps browsers track and handle common web developer mistakes

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

What is the standards organization that defines what HTML is?

A

W3C World Wide Web Consortium

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

What does the meta tag tell the browser?

A

Additional information about the web page such as content type and character encoding

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

What is the difference between border-bottom and text-decoration (underline)?

A

Text decoration (Underline) only shows under the text while if you use border-bottom, the line extends all the way to the edge of the page

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