Learning Javascript Flashcards

1
Q

What is HTML?

A

HTML is hypertext markup language

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

What is CSS?

A

CSS is Cascading Style Sheets (CSS)

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

What does most HTML elements start with?

A

< h1 >

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

What does most HTML elements end with?

A

< /H1 >

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

What are h1 elements for?

A

Main Headings

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

What are h2 elements for?

A

Subheadings

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

What are < p > elements?

A

Short for “Paragraph”

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

What is “lorem ipsum text?”

A

Used as placeholder text

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

How does commenting start?

A

< - -

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

How does commenting end?

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

What are descriptive HTML tags?

A

Main, header, footer, nav, video, article

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

What is descriptive HTML?

A

Descriptive HTML is easier to read and helps with SEO.

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

What is < main > ?

A

Helps developers find the main content of your page

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

How do you add images to your websites?

A

img element = “url”

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

What are images closed?

A

Images are self closing with a “quotation” and bracket >

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

What are (a) anchors?

A

A (anchors) link to content outside of your web page.