-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
39 lines (33 loc) · 936 Bytes
/
skills.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
<h1>skills</h1></title>
<link href="skills.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="tan">
<h1>My Skills:- </h1>
</div>
<div class="man">
<h2>1. I know C(programming language) very well.</h2></div></br>
<div class="tt">
<img src="cpp.png" alt="cpp.png" width="50%">
</div>
<div class="san">
<h2 >2. I know HTML5 .</h2></div>
<div class="can">
<div class="kk">
<img src="both.png" alt="both.png" width="50%"></br></br>
</div>
</div>
<div class="van">
<h2>3. Introduction to AI for Everyone</h2></div></br>
<div class="tt">
<img src="AI.jpg" alt="AI.jpg" width="50%"></br>
</div>
</body>
</html>