-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_portfolio.html
39 lines (31 loc) · 992 Bytes
/
my_portfolio.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
38
39
<!DOCTYPE html>
<html>
<head>
<title>MY first page</title>>
<link rel="stylsheet" href="style.css">
<style>
h4{
color:brown;
}
</style>
</head>
<BODY>
<HEADER>
<big><h1 style="color: blueviolet;">MY PORTFOLIO</h1>></big>
</HEADER>>
<main>
<section>eduction : GLA university mathura | school : RPS</section>
<section>CGP in 1 & 2 semester : 8.2 and 7.9 | RANK in 1st semester : 347 | RANK in 2nd semester :309</section>>
<article> My Story About My Life.....</article>
<aside>this is the ads</aside>>
</main>
<!-- using REVISITING ANCHOR TAGS whihc makes a website clickable and opens it in a new tab -->
<a href="https://google.com"><image scr="insta.png"></a>
<a href="https://google.com" target="_main">google</a> -->
-->
<br>
<footer>
<h4>contact me on <big><big>mohammadahsan708059@gmail.com</big></big>></h4>>
</footer>
</BODY>>
</html>>