What does HTML stand for?
What is HTML and what can it do?
What is the html tag
What is the head
tag?
What is the title
tag?
What is the body tag?
What is the h* tag
What is the image tag?
img src = “Dog.jpg alt = ”picture of dog”
What does the tags src and alt mean?
What is the a tag?
What are the colours for a link that was unvisited, visited and active?
What is the ol tag?
What is the li tag?
What is the ul tag?
What does CSS stand for and what does it do?
What are the different ways CSS can be used?
What are some of the different properties of CSS
What is the code that links the external CSS file to the HTML page?
What are the different ways of linking parts of the HTML page to the Stylesheet?
Describe 1 advantage of storing CSS in an external file rather than embedded within HTML files
Describe what is meant by the term Javascript
What type of tags does the form element have?
What does an action attribute tell the browser
How are simple text boxes and buttons defined with?