-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_web.html
More file actions
64 lines (55 loc) · 2.06 KB
/
my_web.html
File metadata and controls
64 lines (55 loc) · 2.06 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
<!DOCTYPE html>
<html lang="uz">
<head>
<meta charset="UTF-8">
<title>Men haqimda</title>
<link rel="stylesheet" href="C:\Users\ффф\Desktop\Css va html dasturlash darslar\my_webb.css">
</head>
<body>
<div class="container">
<div class="text-content">
<h1>salom men Qadamboyev Zuhriddin</h1>
<h2>Web dasturchi</h2>
</div>
<img src="photo_2025-06-02_21-55-40.jpg" alt="Mening rasmi" class="profile-pic">
</div>
<hr>
<section id="Mening">
<h2 id="kamron_kot">Men haqimda ma'lumot👇</h2>
<ul>
<li>
I am interested in programming here web at the age of Kadambayev zuhriddin 15 .
my goal at the moment to expand my knowledge in the IT field, train new technologies and become a professonal programmer in the future is to work and communicate in Jamaica, my skills are well developed.
</li>
</ul>
</section>
<hr>
<section id="qobiliyatlarim">
<h2 class="eee">qoblyatlarim</h2>
<div class="divv">
<p>pyton</p>
<p>Css</p>
<p>html</p>
<p>javascript</p>
</div>
</section>
<hr class="hrr">
<section class="contact">
<h2 style="color: aliceblue;">contact me </h2>
<form action="t.me\zuhriddin2010">
<!--name-->
<label for="text">name</label>
<input type="text" name="text" id="text" placeholder="Ismingizni kiriting"><br><br><br>
<!--Familiya-->
<label for="file">O`zingiz rasmingzni yuklang</label>
<input type="file" name="file" id="file"><br><br><br>
<!--password-->
<label for="datetime-local">o`zingiz haqida ma`lumot qoldiring </label>
<input type="datetime-local" name="datetime-local" id="datetime-local" style="color: aliceblue;"><br><br><br>
<!--raqam-->
<label for="number">telefon qaramingizni kiriting</label>
<input type="number" name="number" id="number">
</form>
</section>
</body>
</html>