Website Devolpment Flashcards

1
Q

What is HTML

A

Hyper text markup language uses elects called tags which use key words inside these to call a function

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

tag ?

A

This chooses the language the the website will be encoded with .

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

What’s an Empty tag

A

Tag with no closing

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

What’s a container tag

A

A pair of tags where the closing one contains a /

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

What is the body tag

A

Contains the actual content to be displayed by the browser such as hyperlinks images or text

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

What is the anchor tab <a> </a>

A

Creates a hyperlink to a different page

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

Heading tags ?

A

Come from h1 to h6 with h1 being the most important with the biggest font size and 6 having the smallest font size for a heading

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

What is the paragraph tag

A

<p> thus splits up the text into paragraphs through indentation or a blank line </p>

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

What is the image tag

A

Used to place an image into a website needs a src for the url for the image and a alt for alternate text in case of an error this will be displayed .

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

Unordered list tag ?

A

<ul> creates a list which is unordered through use if biller points </ul>

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

Ordered list tag ?

A

Creates a ordered list with the use of numbers or alphanumeric <ol></ol>

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

CSS what is it

A

Cascading style sheer is a language which is used for the format and appearance ofHTML code which specifies the visual characteristics of html code through use of colour size etc

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

Positives if CSS

A

single sheet applied to many html files single change effects them all saves time
2, makes it easier to apply a house style to the website .
3. Allows same content to be displayed differently on different devices .

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