Files
Web-Development/Week-01/Day_02/index.html
2026-02-23 23:20:30 +05:30

37 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Day 2 Internship Task</title>
</head>
<body>
<h1>Welcome to My Profile</h1>
<h2>About Me</h2>
<p>Hi! I am <strong>RUPESH BANGAR</strong>. i am live from goregaon west, an pursuing <strong>Masters Of Computer Application</strong> at Pillai HOC College Of Engineering and Technology. I have strong interest in <strong>WEB DEVELOPMENT</strong> and enjoy working on both frontend and backend technologies</p>
<h2>My Goals...</h2>
<ul>
<li>Understand HTML structure</li>
<li>Master text formatting tags</li>
<li>Learn how to link pages</li>
<li>Prepare for CSS styling</li>
</ul>
<h2>Daily Routine...</h2>
<ol>
<li>To wake up in the morning, take a bath, have breakfast and catch the train</li>
<li>Reach the office and setup my desk</li>
<li>Check internship portal for tasks, Read MDN Web Docs, Write and test code</li>
<li>Return Back to the HOME</li>
</ol>
<h2>Resources...!</h2>
<p>I am learning from the <a href="https://www.w3schools.com/html/" target="_blank">W3 School HTML Tutorial</a>.</p>
</body>
</html>