Menu
Coddy logo textTech

Anchor

Lesson 6 of 11 in Coddy's HTML/CSS Challenges - Pack I course.

challenge icon

Challenge

Easy

Guidelines:

  • one anchor (a) element with a link to somewhere
  • blue and red colors
  • special underline and offset

Picture:

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
    </body>
</html>

All lessons in HTML/CSS Challenges - Pack I