Files
week1-day2-html/index.html
2026-03-24 15:30:13 +00:00

26 lines
495 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>My Profile</title>
</head>
<body>
<h1>My Profile</h1>
<h2>About Me</h2>
<p>Hello! My name is Siddhi R. Avhad. I am BE IT student of Shivajirao S. Jondhale College of Engineering . I am a web development intern at JIO.</p>
<h2>My Skills</h2>
<ul>
<li>HTML</li>
<li>CSS (Learning)</li>
<li>JavaScript (Learning)</li>
</ul>
<h2>Contact</h2>
<p>Email: siddhiavhad27@email.com</p>
</body>
</html>