In: Computer Science
The code for your assignment is given below. Make sure you use proper path of your image files used in the document.
**********************mypage.html******************************
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My webpage</title>
<style></style>
<script>
function myFunction(){
window.open("http://www.orangecoastcollege.edu")
}
</script>
</head>
<body>
<p onclick="myFunction()" onmouseover=""
style="cursor: pointer; color:blue"><i>click here to visit
OCC</i></p>
<div align="center">
<h2><u>Welocome to my
WebPage</u></h2>
<p><q>Twenty years from now you will be more
disappointed by the things that
you didn’t do than by the ones you did
do.</q><mark>Mark Twain</mark><p>
<hr>
<p><q>I can’t give you a sure-fire formula for success,
but I can give you
a formula for failure: try to please everybody all the
time.</q><mark>Herbert Bayard
Swope</mark><p>
<hr>
<p><q>My mind is like my web browser. 19 tabs are open,
3 are frozen and
I have no idea where the music is coming
from</q><mark>Anonymous</mark><p>
<hr>
<p><q>Lorem ipsum dolor sit amet, consectetur
adipiscing elit,
sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua</q><p>
<hr>
<h3><mark>Click on email Logo to mail
us:</mark></h3>
<hr>
<a href="mailto:[email protected]">
<img src="emailLogo.png" height=40% width=40% >
</a>.<br> <br>
<a href="#top">
<img src="up.png" height=100px width=100px >
</a>.<br>
<p><i>click logo to move to
top</i></p>
</div>
</body>
</html>