Anda di halaman 1dari 2

M6A1

<!DOCTYPE html>

<!-- a1.html -->

<html lang = "en">

<head>

<title>Name - Assignment 6.1</title>

<meta charset = "utf-8" />

<style type = "text/css">

.regtext {font-family: Times; font-size: 1.2 em; width: 10em;

position: absolute; top: 100px; left: 42%;

text-align: center;}

.image {position: absolute; top: 0px; left: -85px;}

</style>

</head>

<body>

<p class = "regtext">

hi I am Javascript leaner<br>

and I am<br>

finishing up my<br>

senior year at<br>

the University.<br>

I will be graduating<br>

with a Bachelor of<br>

Science degree in<br>


Information Science<br>

and Systems. I am<br>

currently holding a<br>

3.9 overall GPA.

<span class = "image">

<img style="opacity: 0.3;" src = "images/320.jpg" alt = "Im" />

</span>

</p>

</body>

</html>

Screenshot

Anda mungkin juga menyukai