HTML Tutorial for Beginners(2022) - Remove Underline from a Link in HTML

HTML Tutorial for Beginners(2022) - Remove Underline from a Link in HTML

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial explains how to remove the default underline from links in HTML using CSS. It demonstrates the use of the 'text-decoration' property with the value 'none' to achieve this. The tutorial provides a step-by-step guide with sample code, showing both the use of the style attribute and the style tag for better coding practices.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to remove the underline from a link?

background-color

border-style

text-decoration

font-style

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value should be assigned to the 'text-decoration' property to remove the underline?

underline

bold

none

italic