-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-layout.html
34 lines (33 loc) · 1.24 KB
/
page-layout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page layouts</title>
</head>
<body>
<header>
<pre>
<h1>My Education & Studies</h1>
</pre>
</header>
<main>
<section>
<h2>Pirmary Education</h2>
<h3><u>SMS English Medium School</u></h3>
<article>I studied from 1<sup>st</sup> to 8<sup>th</sup> standard in SMS brahhmaleta </br>
I was quite active in studies and very much intrested in science subjects
</article>
<a href="https://chrome.google.com/webstore?hl=en-GB" target="main">Google web store</a>
<a href="https://chrome.google.com/webstore?hl=en-GB" target="main">
<img src="https://1000logos.net/wp-content/uploads/2021/05/Google-logo.png" height="50" width="50">
</a>
<aside>This is an add created by aside tag</aside>
<div><p>Hello this is para inside a div tag</p></div>
<span>bye written by span tag</span>
</section>
</main>
<footer><h5>Contact me: 990455467</h5></footer>
</body>
</html>