Class text-data
Lesson 5 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class ‘text-data’:
- Create a three-span tag.
- Give them class names:
- name
- mailid
- job
- Inside the first span, add your name.
- In the second span, add your email.
- 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
1Introduction
Introduction