-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
18 lines (18 loc) · 775 Bytes
/
hobbies.html
File metadata and controls
18 lines (18 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My skills and Abilities</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h3>Skills and Abilities</h3>
<ol type="i">
<li>Language:<a href="https://www.youtube.com/watch?v=vLnPwxZdW4Y&list=WL&index=23&t=563s"> C, C++</a></li><br>
<li>Front-end: <a href="https://www.youtube.com/watch?v=vLnPwxZdW4Y&list=WL&index=23&t=563s">HTML</a> and CSS</li><br>
<li>Good and effective communication skills.</li>
</body>
</html>
<!--HTML is for structure,CSS is for styling and Javascript is for behaviour-->