Exam Flashcards

1
Q

html5 Declaration

A

!doctype html

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

Language declaration

A

html lang=”en”

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

Void elements

A

No content but may have attributes, self closing, eg. Link, meta, img, input, hr, br

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

Css file link

A

link rel=”stylesheet” href=”style.css” type=”text/css”

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

Class selector

A

.

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

ID selector

A

#

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

pseudo class

A

Select regular elements under certain conditions

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

pseudo elements

A

effectively create new elements that are not specified in the markup

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

TCP

A

Ordering of packets, Checking for lost Packets

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

IP

A

Routing and Addressing

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

connect to sql

A

$connect = @myspli_connect(login details)

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

query sql

A

mysqli_query(connection string, Query string)

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

DNS

A

Uses domain name to look up IP

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

Name value syntax

A

“Name on Card: “

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

Function using submit button

A

“document.getElementById(“id”).onsubmit = function;

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

Radio button syntax

A

input type= “radio” id= “Radio” name= “group1” value= “1”/

Same name attribute for radio buttons of same group

17
Q

Static

A

The default or ‘natural’ position

18
Q

Relative

A

Relative to the placement of the element within the flow of the document

19
Q

Absolute

A

Removes the element from the flow of content and allows it to be positioned in relation to the HTML document.

20
Q

Fixed

A

Removes elements from the flow of the HTML and allows them to be positioned anywhere.

21
Q

Query string

A

header(“location:fix_order.php?value=$value”)