-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirst code.html
More file actions
22 lines (19 loc) · 1.06 KB
/
First code.html
File metadata and controls
22 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Title</title>
</head>
<body>
<h1>Sabbir Ahmed Heading 1</h1>
<h2>Sabbir Ahmed Heading 2</h2>
<h3>Sabbir Ahmed Heading 3</h3>
<h4>Sabbir Ahmed Heading 4</h4>
<h5>Sabbir Ahmed Heading 5</h5>
<h6>Sabbir Ahmed Heading 6</h6>
<p>Hi there! 👋 I'm Sabbir Ahmed, a passionate Computer Science & Engineering student at United International University. I love building innovative tech solutions, from mobile apps to smart automation projects. My interests span programming, UI/UX design, AI/ML, and web development. I believe in continuous learning and sharing knowledge with the community. Currently, I’m diving deeper into Data Structures, Full Stack Development, and creative coding. When I’m not coding, you’ll find me designing, leading campus initiatives, or playing cricket. Let’s connect, collaborate, and create impactful tech together!</p>
</body>
<body>
</body>
</html>