Exam Flashcards
html5 Declaration
!doctype html
Language declaration
html lang=”en”
Void elements
No content but may have attributes, self closing, eg. Link, meta, img, input, hr, br
Css file link
link rel=”stylesheet” href=”style.css” type=”text/css”
Class selector
.
ID selector
#
pseudo class
Select regular elements under certain conditions
pseudo elements
effectively create new elements that are not specified in the markup
TCP
Ordering of packets, Checking for lost Packets
IP
Routing and Addressing
connect to sql
$connect = @myspli_connect(login details)
query sql
mysqli_query(connection string, Query string)
DNS
Uses domain name to look up IP
Name value syntax
“Name on Card: “
Function using submit button
“document.getElementById(“id”).onsubmit = function;
Radio button syntax
input type= “radio” id= “Radio” name= “group1” value= “1”/
Same name attribute for radio buttons of same group
Static
The default or ‘natural’ position
Relative
Relative to the placement of the element within the flow of the document
Absolute
Removes the element from the flow of content and allows it to be positioned in relation to the HTML document.
Fixed
Removes elements from the flow of the HTML and allows them to be positioned anywhere.
Query string
header(“location:fix_order.php?value=$value”)