-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyFirstwebpage.html
23 lines (23 loc) · 1.23 KB
/
MyFirstwebpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="myfirstwebpage.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Web Page</title>
</head>
<body>
<marquee class="moving" direction="right">Basic Html Tag</marquee>
<br>
<ul class="element">
<li><a href="MyFirstwebpage.html">Home</a></li>
<li><a href="experiment14.html" target="_blank">Admission Form</a></li>
<li><a href="./experiment11/experiment11.html" target="_blank">Time Table</a></li>
</ul>
<h1>My Thought!</h1>
<h2>Thought of the day</h2>
<p>Here’s a thought for the day:<i><blockquote><q>The only way to do great work is to love what you do</q></blockquote></i></blockquote>I hope that inspires you!</p>
<p>Now, her life is “extremely uncertain” as she faces potential unemployment in a “cutthroat” job market for copywriters.</p>
<p><q>This is how I earn my living whilst also studying, I was devastated when I started receiving less and less work,</q> she explained. <q>I have been anxious, feeling lost, having panic attacks, it has not been a very good past couple of months for me.</q></p>
</body>
</html>