Week 3 Homework Review

Week 3 Homework Review

University

14 Qs

quiz-placeholder

Similar activities

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

University

10 Qs

Quiz 01

Quiz 01

University

13 Qs

HTML QUIZ

HTML QUIZ

5th Grade - Professional Development

17 Qs

IMD318 - Basic HTML Structure

IMD318 - Basic HTML Structure

University

15 Qs

Day -4 Workshop Quiz

Day -4 Workshop Quiz

University

15 Qs

Frontend batch Quiz- 1

Frontend batch Quiz- 1

University

9 Qs

WEB TECHNOLOGY-INTERNET BASICS AND HTML

WEB TECHNOLOGY-INTERNET BASICS AND HTML

University

15 Qs

Quize on c language and html

Quize on c language and html

University

15 Qs

Week 3 Homework Review

Week 3 Homework Review

Assessment

Quiz

Other

University

Easy

Created by

Samantha Ruiz

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of the `index.html` file in a website's structure?

It is used to store CSS styles.

It is the default filename for a website’s homepage.

It contains JavaScript functions.

It is used for storing images.

Answer explanation

The `index.html` file serves as the default filename for a website's homepage, allowing web servers to automatically load it when a user accesses the root URL. This makes it essential for website navigation.

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which HTML tag is used to create a hyperlink?

<p>

<a>

<link>

<href>

Answer explanation

The <a> tag is used to create hyperlinks in HTML. It allows you to link to other web pages or resources. The other options do not serve this purpose: <p> is for paragraphs, <link> is for linking stylesheets, and <href> is an attribute.

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Why is it recommended to use lowercase for HTML tags?

It is required by all browsers.

It is a best practice for readability and consistency.

It makes the code run faster.

It is a requirement of HTML5.

Answer explanation

Using lowercase for HTML tags is a best practice as it enhances readability and ensures consistency across the code. While HTML5 does not require it, following this convention helps maintain clean and organized code.

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the function of the `target` attribute in an <a> tag?

It specifies the URL of the link.

It defines how the link opens.

It sets the color of the link.

It specifies the text of the link.

Answer explanation

The `target` attribute in an <a> tag defines how the link opens, such as in a new tab or the same window. This is crucial for user experience, allowing control over link behavior.

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of comments in HTML?

To change the appearance of the webpage.

To document the code and make it easier to understand.

To execute JavaScript code.

To link external stylesheets.

Answer explanation

Comments in HTML are used to document the code, making it easier for developers to understand the structure and purpose of the code. They do not affect the appearance or functionality of the webpage.

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the role of Developer Tools in a web browser?

To create new HTML files.

To inspect and edit HTML, CSS, and JavaScript directly in the browser.

To download images from a webpage.

To convert HTML to PDF.

Answer explanation

Developer Tools in a web browser allow users to inspect and edit HTML, CSS, and JavaScript directly in the browser, making it easier to debug and test web pages in real-time.

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

Does the following code have a BUG?

Yes

No

Answer explanation

The code has a bug, which could be due to syntax errors, logic flaws, or improper use of functions. Therefore, the correct answer is 'Yes'.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?