Search Header Logo

Week 3 Homework Review

Authored by Samantha Ruiz

Other

University

Used 3+ times

Week 3 Homework Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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'.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?