-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome copy.html
More file actions
76 lines (72 loc) · 1.61 KB
/
home copy.html
File metadata and controls
76 lines (72 loc) · 1.61 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home Page</title>
</head>
<body>
<b>Welcome to my website</b>
<br />
<br />
<br />
<strong>Myself to Love for Your Love</strong>
<hr width="50%" align="left" />
<b
><i>Welcome to <u> Akand Tech Company</u></i></b
>
<h1>About Myself</h1>
<p>My name is Deep Akand, and I am a web developer.</p>
<p>My name is Deep Akand, and I am a web developer.</p>
<h4>My name is Deep Akand, and I am a web developer.</h4>
<img
src="images/pic.jpg"
alt="Myself"
width="200"
height="200"
title="DeepAkand"
/>
<img
src="images/pic0000 (1).jpg"
alt="Myself"
width="200"
height="200"
title="DeepAkand"
/>
<br />
<img
src="images/deep.jpg"
alt="Myself"
width="200"
height="200"
title="DeepAkand"
/>
<img
src="https://www.wscubetech.com/_next/image?url=https%3A%2F%2Fdeen3evddmddt.cloudfront.net%2Fuploads%2Fimages%2Fhighlights%2FOn_the_Go_Data_Capsules.webp&w=750&q=75"
width="200"
height="200"
title="DeepAkand"
alt="Myself"
/>
<!-- OL Type = {1, a, A, i, I} -->
<h2>My Skills</h2>
<ol type="i">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PHP</li>
<li>MySQL</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
</ol>
<ul type="square">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PHP</li>
<li>MySQL</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
</ul>
</body>
</html>