HTML Flashcards

1
Q

How do you create a numbered list?

A

< ol >

< li >

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

What are the minimum contents of the < body > tag?

A

< body >

  1. < h1-h6 >
  2. < p >
  3. < ul> < ol > : < li >
  4. < dl > : < dt > , < dd >
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

< link rel=”stylesheet” href=”style.css”>

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

A Cq SS

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

What are the second 4 modifiers of &lt p &gt tag?

A
  1. &lt abbr title= &gt
  2. &lt sub &gt &lt sup&gt
  3. &lt code &gt
  4. &lt blockquote &gt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you create a bullet point list?

A

< ul>

< li >

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

What is the Basic Structure of an HTML document?

A

< !DOCTYPE html >

< html >

< head >

< body >

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

What are the minimum contents of the < head > tag?

A

< head >

  1. < meta charset=”UTF-8” > < meta name= content= >
  2. < title>
  3. CSS: < link rel=”stylesheet” href=”style.css”>
  4. JavaScript: < script src=”file.js” defer > < /script >
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you insert CSS in the HTML document?

A

< link rel=”stylesheet” href=”style.css”>

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

< script src=file.js defer > < /script >

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

How do you insert JavaScript code in the HTML document?

A

< script src=”file.js” defer > < /script >

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

BEti Comme

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

What are the first 4 &lt p &gt modifiers?

A
  1. &lt br &gt
  2. &lt ESCAPE &gt : &amp quot, &amp amp
  3. &lt time datetime= &gt
  4. &lt !– –! &gt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly