Menu
Coddy logo textTech

Class text-data

Lesson 5 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.

challenge icon

Challenge

Easy

Inside class ‘text-data’:

  1. Create a three-span tag.
  2. Give them class names:
    1. name
    2. mailid
    3. job
  3. Inside the first span, add your name.
  4. In the second span, add your email.
  5. In the third span, add your role.

Try it yourself

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

All lessons in Coddy Profile Card Clone | Front-end project