HTML Basics
This commit is contained in:
37
Week-01/Day_02/index.html
Normal file
37
Week-01/Day_02/index.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user