Podcast
Questions and Answers
What does HTML stand for?
What does HTML stand for?
- Hyperlinks and Text Markup Language
- Hyperlinking Textual Markup Language
- Home Tool Markup Language
- Hyper Text Markup Language (correct)
Which HTML element is used to define the title of a document?
Which HTML element is used to define the title of a document?
- (correct)
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?
- At the end of the document (correct)
- In the
- In the
- In the
What is the correct HTML element for inserting an image?
What is the correct HTML element for inserting an image?
Which character is used to indicate an end tag?
Which character is used to indicate an end tag?
Where would the tags appear in an HTML file?
Where would the tags appear in an HTML file?
What do the tags indicate in an HTML file?
What do the tags indicate in an HTML file?
What is the purpose of the
element in HTML?
What is the purpose of the
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: ?
What is the purpose of the tags in HTML?
What is the purpose of the tags in HTML?
In HTML, what is the purpose of the tags?
In HTML, what is the purpose of the tags?
If an HTML audio tag contains the word ‘controls’, what will happen?
If an HTML audio tag contains the word ‘controls’, what will happen?
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?
Where would the
tags appear in an HTML file?
Where would the
tags appear in an HTML file?
What would this line of HTML create: Example?
What would this line of HTML create: Example?
What is the function of the tag in HTML?
What is the function of the tag in HTML?
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?
Which HTML element defines the title of a document?
Which HTML element defines the title of a document?
What does CSS stand for?
What does CSS stand for?
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?
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