HTML Tutorial for Beginners(2022) - Change the Color of Links in HTML

HTML Tutorial for Beginners(2022) - Change the Color of Links in HTML

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to change the color of links in an HTML document using internal CSS. It begins by introducing the concept of link colors and the default blue color. The tutorial then demonstrates setting up a simple HTML page with headings and links. It shows how to add a link using the 'a' tag and 'href' attribute, save the HTML file, and view the default link color. Finally, it guides viewers through changing the link color to red using the CSS 'color' property within a 'style' tag, illustrating the process of updating and refreshing the page to see the changes.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property is used to change the color of links in HTML?

color

text-align

font-size

background-color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default color of a link in HTML?

Blue

Green

Red

Black