Web technologies - paper 1 Flashcards
What does HTML contain for a website?
The structure, order and content
What does <html> do?
Shows that all code within these tags is HTML
What does <body> do?
Defines the content in the main browser content area
What does <link></link> do?
Used to link additional files like CSS stylesheets
What does <head> do?
Defines the browser tab or window heading area
What does <title> do?</title>
States the text that is the title
What does <h1> and other tags like <h2> do?
Heading styles, decreasing in sizes
What does <p> do?
Sets a paragraph separated with a line space above and below
What does <img></img> do and what do you need to remember about <img></img> tags?
Do not need a closing </img> tag
Used for images
What does <a> do?</a>
The anchor tag defines a hyperlink, it contains location parameters
What does <ol> and <ul> do?
Creates an ordered and unordered list.
Ordered has numbers unordered has bullet points