-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
37 lines (37 loc) · 1.97 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>WEEK'S WORK</title>
</head>
<body>
<marquee behavior="alternate" direction="left"><h1 style="color: darkturquoise">MY WORK LEARNT THIS WEEK</h1></marquee>
<hr>
<p>This week has been a very long week.
On Tuesday we didn't do much aside from knowing where we sit and things like that.I almost got late and changed classes to the mid-morning class in safari lab.
We also got to know each other and I met a few new people.
On Wednesday I was especially feeling very, very bored with the day for some apparent reason, or maybe I was jus hungry.
Thursday we actually got to start coding and it made me happy.I also got chosen as class rep.
Today, we worked largely on images.I am a bit annoyed since my work has some errors that I can't seem to figure out.
It is, very, very frustrating to be honest.Though I will figure something out in the long run
</p>
<marquee behavior="alternate" direction="right"><img src="static/images/coding 1.jpeg" height="183" width="275" alt="picture"/></marquee>
<p>I was kinda happy about that and today is Friday. I am very happy since I get to sleep tomorrow till late.
So, in general I think I can say we have successfully done: Headings, Paragraphs, Images, Line breaks, Horizontal lines and Marquee (Moving stuff around)
</p>
<hr>
<audio controls autoplay muted>
<source src="static/media/y2mate.com%20-%20Teddy%20Swims%20The%20Door%20Official%20Music%20Video.mp3" type="audio/mpeg">
<h3>SONG</h3>
</audio>
<video controls>
<source src="static/media/y2mate.com%20-%20Hozier%20Too%20Sweet%20Official%20Video_720pHF.mp4" type="">
</video>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/0LyBPwhTO7k&pp=ygUJbGEgZGEgZGVl?autoplay=1&mute=1">
</iframe>
</body>
</html>