slr13 Flashcards
1
Q
What does HTML stand for
A
Hypertext markup language
2
Q
Which tag is used for the main text in html
A
Body
3
Q
Which tag is used for items in a list
A
<li>
</li>
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
5
Q
What is the syntax for CSS elements
A
tag{
“property:idk;”
}
6
Q
What is a HREF used for
A
Contains a reference to a CSS sheet
7
Q
What are the 2 HTML tags associated with JS
A
<form>
<script> </script></form>