HTML Tutorial for Beginners(2022) - Add Links on a Web Page

HTML Tutorial for Beginners(2022) - Add Links on a Web Page

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to work with links in HTML, covering both absolute and relative links. It starts with an introduction to the types of links, followed by setting up an HTML document. The tutorial then demonstrates how to create links using the A tag and save them. Finally, it shows how to test the links and understand the difference between absolute and relative paths.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between absolute and relative links in HTML?

Absolute links are used for internal navigation, while relative links are for external websites.

Absolute links require a full URL, while relative links are based on the root path of the website.

Relative links are more secure than absolute links.

Absolute links are faster to load than relative links.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the title of an HTML page be placed?

Inside the tag

Inside the tag

Inside the

tag

Inside the tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a hyperlink?