Computing Flashcards

(16 cards)

1
Q

What is HTML?

A

HTML stands for hypertext markup language.

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

What are tags?

A

Tags are to build webpages

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

What is an example of a tag?

A

<p> = short for a paragraph
</p>

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

What does <b> mean?</b>

A

<b> means bold</b>

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

What is CSS?

A

CSS stands for cascading style sheets

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

What does CSS list?

A

It lists all the properties for a particular tag

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

Finish the sentence:
The CSS code determines a..

A

Property of paragraphs

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

How many divs do you need to make a box?

A

2 divs/a pair of divs

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

What tag would you need to make in order to make an image

A

<img></img>

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

What do you type in to make a spaceship image to appear

A

Spaceship.png

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

Which file lets you to change the background colour is it ‘ <> index.html ‘. Or is it ‘ # style.css’ ?

A

style.css

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

how do you display words?

A

<span></span>

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

how do you make your font bigger in code?

A

font-size: 50pt;

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

how can you use this code : class=””

A

You can use a class to style more than one thing in the same way.

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

what do you do to add more than one class to an element.

A

Just leave a space in between.

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