Podcast
Questions and Answers
Which software is recommended for writing HTML code?
Which software is recommended for writing HTML code?
What do the angled brackets < and > represent in HTML?
What do the angled brackets < and > represent in HTML?
Where does the information about the title of a webpage and how it should be displayed go in HTML?
Where does the information about the title of a webpage and how it should be displayed go in HTML?
Which attribute can be used to change the size of an image in HTML?
Which attribute can be used to change the size of an image in HTML?
Signup and view all the answers
What is the purpose of the 'linking to a website' exercise in the given text?
What is the purpose of the 'linking to a website' exercise in the given text?
Signup and view all the answers
Which HTML tag is used to create a hyperlink?
Which HTML tag is used to create a hyperlink?
Signup and view all the answers
Which version of HTML introduced the concept of separating formatting from the HTML document?
Which version of HTML introduced the concept of separating formatting from the HTML document?
Signup and view all the answers
What are the three ways to add styling to HTML elements?
What are the three ways to add styling to HTML elements?
Signup and view all the answers
Which tag is used to create a paragraph in HTML?
Which tag is used to create a paragraph in HTML?
Signup and view all the answers
What is the purpose of the <br> tag in HTML?
What is the purpose of the <br> tag in HTML?
Signup and view all the answers
True or false: HTML stands for Hyper Text Mark-up Language?
True or false: HTML stands for Hyper Text Mark-up Language?
Signup and view all the answers
True or false: An html file is just a page of text with lines of code set in tags?
True or false: An html file is just a page of text with lines of code set in tags?
Signup and view all the answers
True or false: The 'head' is different from the 'header' in HTML?
True or false: The 'head' is different from the 'header' in HTML?
Signup and view all the answers
True or false: HTML 4.0 onwards, all formatting should be removed from the HTML document, and stored in a separate CSS file.
True or false: HTML 4.0 onwards, all formatting should be removed from the HTML document, and stored in a separate CSS file.
Signup and view all the answers
True or false: Styling can only be added to HTML elements using inline or internal methods.
True or false: Styling can only be added to HTML elements using inline or internal methods.
Signup and view all the answers
True or false: The background color of the body element can be changed using inline styling.
True or false: The background color of the body element can be changed using inline styling.
Signup and view all the answers
True or false: The paragraph tag in HTML is represented by the <p> tag.
True or false: The paragraph tag in HTML is represented by the <p> tag.
Signup and view all the answers
The height and width attributes are used to change the size of an image in HTML.
The height and width attributes are used to change the size of an image in HTML.
Signup and view all the answers
In the 'linking to a website' exercise, the text 'BBC news' is a hyperlink.
In the 'linking to a website' exercise, the text 'BBC news' is a hyperlink.
Signup and view all the answers
Notepad++ is the recommended software for writing HTML code.
Notepad++ is the recommended software for writing HTML code.
Signup and view all the answers
HTML stands for ______
HTML stands for ______
Signup and view all the answers
The recommended software for writing HTML code is ______
The recommended software for writing HTML code is ______
Signup and view all the answers
The ______ tag is used to create a paragraph in HTML
The ______ tag is used to create a paragraph in HTML
Signup and view all the answers
______ defines how HTML elements are to be displayed
______ defines how HTML elements are to be displayed
Signup and view all the answers
In this tutorial you will use ______ styling
In this tutorial you will use ______ styling
Signup and view all the answers
The ______ tag is called the paragraph tag
The ______ tag is called the paragraph tag
Signup and view all the answers
The ______ is used to create a hyperlink in HTML
The ______ is used to create a hyperlink in HTML
Signup and view all the answers
An image appears too big or too small on a web page, you can set the size of the image by adding the ______ and ______ attributes.
An image appears too big or too small on a web page, you can set the size of the image by adding the ______ and ______ attributes.
Signup and view all the answers
To link to a website in HTML, you need to use the ______ tag.
To link to a website in HTML, you need to use the ______ tag.
Signup and view all the answers
To view your HTML page and test the hyperlink, you can open it in ______.
To view your HTML page and test the hyperlink, you can open it in ______.
Signup and view all the answers
Match the HTML tags with their descriptions:
Match the HTML tags with their descriptions:
Signup and view all the answers
Match the HTML attributes with their corresponding descriptions:
Match the HTML attributes with their corresponding descriptions:
Signup and view all the answers
Match the CSS properties with their functions:
Match the CSS properties with their functions:
Signup and view all the answers
Match the following HTML tags with their descriptions:
Match the following HTML tags with their descriptions:
Signup and view all the answers
Match the following HTML styling methods with their descriptions:
Match the following HTML styling methods with their descriptions:
Signup and view all the answers
Match the following HTML elements with their functions:
Match the following HTML elements with their functions:
Signup and view all the answers
Match the following terms with their definitions:
Match the following terms with their definitions:
Signup and view all the answers
Match the following HTML tags with their usage:
Match the following HTML tags with their usage:
Signup and view all the answers
Match the following HTML tags with their descriptions:
Match the following HTML tags with their descriptions:
Signup and view all the answers
Match the following HTML sections with their definitions:
Match the following HTML sections with their definitions:
Signup and view all the answers