Modern Web Design with HTML5, CSS3, and JavaScript - Social Profile Linking Exercise

Modern Web Design with HTML5, CSS3, and JavaScript - Social Profile Linking Exercise

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through creating a simple HTML page that includes personal details and links to social profiles. It covers setting up the HTML structure, adding images, and using images as hyperlinks. The tutorial emphasizes the importance of styling and accessibility by including alt tags and adjusting image sizes. Viewers are encouraged to use content from their social profiles and are provided with step-by-step instructions to complete the task.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating a new HTML page for this challenge?

Copy an existing page

Use an online editor

Create a new HTML file

Download a template

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define the document type in an HTML file?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add an image from your social profile to your HTML page?

Copy the image address and use it in the HTML code

Embed it using a plugin

Upload it directly to the server

Use a file path from your computer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What attribute should be added to an image tag to provide alternative text?

alt

title

href

src

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to set the target attribute to '_blank' in a hyperlink?

To open the link in a new tab

To open the link in the same tab

To style the link differently

To prevent the link from opening