CIDA practice Flashcards

to get better at cida

1
Q

Which element gives the biggest heading?

A

h1

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

how do you change an image from jpeg to png

A

you open it up in adobe photoshop or and save it as a png

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

what should be your first line of code in a HTML5 document?

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

what element is used to name images?

A

the alt element

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

what does the a href element do?

A

creates a link

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

how do you create a navigation bar?

A

you make a navigation div tag

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

where do you edit a div?

A

between the div tags

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

what code creates a video input?

A

using the tag

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

does the embed tag require a closing tag?

A

no, it works the same as a tag for a photo

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

does the tag work for div tags?

A

yes it moves it to the centre of the browser

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

what does the title tag do?

A

it creates a title which will appear in the tab part of the web browser

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

which tag creates a numbered list?

A

ol

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

which tag contains the main visual part of a webpage?

A

body

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

which tag changes background colour?

A

bgcolor

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

what does do?

A

it creates a table row

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

which tag creates a table?

A

table

17
Q

how do you internally change the font of the p tag?

A

<p></p>

18
Q

which div should you change the size of to change the size of the entire webpage?

A

container

19
Q

how do you change the background of the mainbody div to red?

A
#maincody{
background-color:red;
20
Q

how do you crop an image?

A

open it in photoshop and use the cropping tool

21
Q

how do you insert an image as the background for a header div tag?

A
#header{
background-image
22
Q

how do you link text?

A

use a href and enter the text

23
Q

how do you test your webpage?

A

view in iexplore

24
Q

what code inserts an audio file into your html?

A

use the tag

25
Q

what does the align tag do?

A

moves a element to a certain side of the webpage

26
Q

what software should you use for creating webpages?

A

dreamweaver

27
Q

where do you edit the div tags using css?

A

between the head tags

28
Q

do images work if they are not inserted into the same file as your webpage?

A

yes, you just need to code in the place where the image is

29
Q

what does the marquee tag do?

A

makes the element to glide in a direction automatically

30
Q

what does height do in html?

A

it changes the height of an image or div

31
Q

does the height element work for text?

A

no it does not