Podcast
Questions and Answers
What is the default name for a website's homepage in HTML?
What is the default name for a website's homepage in HTML?
- main.html
- home.html
- index.html (correct)
- default.html
Which tag is considered a container for metadata in HTML?
Which tag is considered a container for metadata in HTML?
- (correct)
What does the
tag in HTML represent?
What does the
tag in HTML represent?
- Image
- Header
- Paragraph (correct)
- Link
Which component is used to design the structure of websites in HTML?
Which component is used to design the structure of websites in HTML?
What does HTML stand for?
What does HTML stand for?
Which tag is used to add a horizontal ruler in HTML?
Which tag is used to add a horizontal ruler in HTML?
What is the correct tag for adding a section on a web page in HTML?
What is the correct tag for adding a section on a web page in HTML?
Which attribute is used to create cells that span over multiple columns in an HTML table?
Which attribute is used to create cells that span over multiple columns in an HTML table?
What is the correct tag for embedding a website inside another website in HTML?
What is the correct tag for embedding a website inside another website in HTML?
Which attribute is used to define what action needs to be performed when a form is submitted in HTML?
Which attribute is used to define what action needs to be performed when a form is submitted in HTML?