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 default color of links in HTML using internal CSS. It begins with an introduction to the CSS property 'color' and the 'style' element. The tutorial then demonstrates setting up a sample HTML code with headings and paragraphs, adding a link using the 'a' tag and 'href' attribute, and saving the file. The default blue color of the link is changed to red using the 'style' tag and CSS. The video concludes with a summary of the steps involved in changing link colors.

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

background-color

font-size

text-align

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default color of a hyperlink in HTML?

Green

Red

Black

Blue