HTML ?'s Flashcards

1
Q

what is HTML?

A

Hypertext markup languages, used to create web apps, websites

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

What is a tag?

A

Tags are symbols between which the content is placed.

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

what is the difference between phyiscal and logical tags?

A

physical tags would be something like a style attribute with a color set to blue, while logical tags is like the em tag, which shows that a text needs to be emphasized

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

Should you close all of your tags?

A

No not all of them need to be closed, img tag for example does not require a closing tag

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

What is an attribute?

A

An attribute is an additional function that a tag has. width, is an example of an attribute

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

what are some semantic tags that were introduced in HTML5?

A

header, footer, main tag = dominant content of body, article = reusable or interactive content on a page (widget for weather)

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

Why are some characters displayed as boxes?

A

some characters may not be supported by the browser

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

How many headings can HTML support

A

h1 - h6

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

What is the difference between block and inline elements?

A
Block = take up as much as space, start on new line 
inline = take as less space as possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the use of XHTML?

A

websites become more compatible and accurate with many browsers

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

How would you group form elements?

A

fieldset tag, to collect and transform certain form html elements into a single group

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

What is an image map?

A

An image map is a tool that lets you place many different links on one, specific image. Creates banners and website cover images that link to other parts of website.

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

What are anchor tags

A

anchor tags are used to create hyperlinks.

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

What are semantic elements?

A

elements that bring further meaning into webpage. form, table, etc are semantic elements

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

How is data stored in HTML5?

A

Local storage = does not send everything back to server on every HTTP request, does not delete once session is closed.

Session storage = data is deleted once you exit browser

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

What happens if two sets of tags overlap each other?

A

only the first tags are activated

17
Q

How to input javascript into webiste

A

Use a script tag at the bottom of the head tag

18
Q

What is an application cache?

A

allows to run your project in an offline mode. Great for testing, as it loads resources much faster

19
Q

What is a marquee?

A

function that allows you to add scorrable text into your webpage

20
Q

What is an API?

A

application programming interface. Allows you to receive and modify data

21
Q

Difference between normal and active links?

A

Active links once a mouse cursor is placed on them

22
Q

what is websql?

A

database that stores certain info about the people that visit and register to webpage. Does not store passwords, credit card info, etc

23
Q

What is an entity?

A

used to display reserve charcaters, and symbol etc

24
Q

what is a cite?

A

cite tag used to mark a certain area of text as cited text

25
Q

Does HTML5 support video

A

yes, MP4, OGG, WEBM. with the video tag

26
Q

What is the default size for a text field?

A

unaltered text field, is 13 characters

27
Q

How can text climb out of page boundaries?

A

If the text was typed in a table, and the table’s width dimensions are off