Podcast
Questions and Answers
What does HTML stand for?
What does HTML stand for?
Which HTML element is used to define the title of a document?
Which HTML element is used to define the title of a document?
Where in an HTML document is the correct place to refer to an external style sheet?
Where in an HTML document is the correct place to refer to an external style sheet?
What is the correct HTML element for inserting an image?
What is the correct HTML element for inserting an image?
Signup and view all the answers
Which character is used to indicate an end tag?
Which character is used to indicate an end tag?
Signup and view all the answers
Where would the tags appear in an HTML file?
Where would the tags appear in an HTML file?
Signup and view all the answers
What do the tags indicate in an HTML file?
What do the tags indicate in an HTML file?
Signup and view all the answers
What is the purpose of the
element in HTML?
What is the purpose of the
Signup and view all the answers
What happens if the opening tag also contains the word ‘controls’ as shown below: ?
What happens if the opening tag also contains the word ‘controls’ as shown below: ?
Signup and view all the answers
What is the purpose of the tags in HTML?
What is the purpose of the tags in HTML?
Signup and view all the answers
In HTML, what is the purpose of the tags?
In HTML, what is the purpose of the tags?
Signup and view all the answers
If an HTML audio tag contains the word ‘controls’, what will happen?
If an HTML audio tag contains the word ‘controls’, what will happen?
Signup and view all the answers
Which of the following links to a page on the same site as the current page being viewed?
Which of the following links to a page on the same site as the current page being viewed?
Signup and view all the answers
Where would the
tags appear in an HTML file?
Where would the
tags appear in an HTML file?
Signup and view all the answers
What would this line of HTML create: Example?
What would this line of HTML create: Example?
Signup and view all the answers
What is the function of the tag in HTML?
What is the function of the tag in HTML?
Signup and view all the answers
This link 'http://www.bbc.co.uk/scotland/' is an example of which of the following?
This link 'http://www.bbc.co.uk/scotland/' is an example of which of the following?
Signup and view all the answers
Which HTML element defines the title of a document?
Which HTML element defines the title of a document?
Signup and view all the answers
What does CSS stand for?
What does CSS stand for?
Signup and view all the answers
Where in an HTML document is the correct place to refer to an external style sheet?
Where in an HTML document is the correct place to refer to an external style sheet?
Signup and view all the answers
Study Notes
HTML Basics
- HTML stands for HyperText Markup Language
- The `` element is used to define the title of a document
HTML Elements
- The `` element is used for inserting an image
- The `` character is used to indicate an end tag
- The
<div>
element is used to group elements together for styling purposes
HTML Tags
- The
<a>
tags are used to create hyperlinks - The
<u>
tags are used to underline text - The
</u></a><p><a>
tags are used to define a paragraph of text
HTML Audio
- If an HTML `` tag contains the word 'controls', it will display audio controls such as play, pause, and volume
HTML Links
- A link to a page on the same site as the current page being viewed is known as a relative link
- The `` creates a hyperlink to www.example.com with the text "Example"
- The link `` is an example of an absolute link