What is the purpose of the index.html file in a website?
Modern Web Design with HTML5, CSS3, and JavaScript - Setting up HTML for Webpage

Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Hard
Quizizz Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To serve as the main page of the website
To act as a backup file
To contain the website's database
To store images for the website
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which attribute is used to specify the language of the HTML content?
doctype
viewport
charset
lang
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of setting the viewport meta tag in the head section?
To define the character encoding
To specify the page title
To control the page's dimensions and scaling on different devices
To link external JavaScript files
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you link a CSS file to an HTML document?
Using the