Website Devolpment Flashcards
What is HTML
Hyper text markup language uses elects called tags which use key words inside these to call a function
tag ?
This chooses the language the the website will be encoded with .
What’s an Empty tag
Tag with no closing
What’s a container tag
A pair of tags where the closing one contains a /
What is the body tag
Contains the actual content to be displayed by the browser such as hyperlinks images or text
What is the anchor tab <a> </a>
Creates a hyperlink to a different page
Heading tags ?
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
What is the paragraph tag
<p> thus splits up the text into paragraphs through indentation or a blank line </p>
What is the image tag
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 .
Unordered list tag ?
<ul> creates a list which is unordered through use if biller points </ul>
Ordered list tag ?
Creates a ordered list with the use of numbers or alphanumeric <ol></ol>
CSS what is it
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
Positives if CSS
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 .