slr13 Flashcards

1
Q

What does HTML stand for

A

Hypertext markup language

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

Which tag is used for the main text in html

A

Body

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

Which tag is used for items in a list

A

<li>
</li>

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

What is the purpose of CSS

A

To change the aesthetics of a website
To allow developers to change multiple webpages at once

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

What is the syntax for CSS elements

A

tag{

“property:idk;”
}

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

What is a HREF used for

A

Contains a reference to a CSS sheet

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

What are the 2 HTML tags associated with JS

A

<form>

<script>

</script>
</form>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly