MyPersonalWebPage1 StyleSheet1.html

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

<!DOCTYPE html PUBLIC “-//WEC//DTD XHTML 1.

Transitional//EN” “http://www/w3/org/TR/XHTML/11/DTD

xhtml1-transitional.dtd”>

<html xmlns=http://www.w3.org/1999/xhtml”>

<head>

<style>

body {

background-color: #000000;

h1 {

font-family: Georgia; “Times New Roman”, Times, serif;

font-size: 32px;

color: #3099D3;

text-align: center;

h2 {

font-family: Georgia, “Times New Roman”, Times, serif;

font-size: 24px;

color: #B9090B;

text-align: center;

h3 {

font-family: Georgia, “Times New Roman”, Times, serif;

font-size: 18px;

color: #988F5E;

text-align: center;

h6 {

font-family: Verdana, Arial, Helvetica, san-serif;


font-size: 10px;

color: #3099D3;

text-align: center;

P{

font-family: Verdana, Arial, Helvetica, san-serif;

font-size: 12px;

color: #CCCCCC

text-align: center;

address {

font-family: Geneva, Arial, Helvetica san-serif;

font-size: 14px;

color: #CC6633;

text-align: center;

blockqoute {

font-family: Geneva, Arial, Helvetica san-serif;

color: #CC6633;

text-align: center;

</style>

<title>Abegail Valesco | Welcome to my homepage!</title>

</head>

<body>

<hr/>

<h1>Abegail Valesco</h1>

<hr/>
<h2>Welcome to my web page!</h2>

<p>&nbsp;</p>

<h3>About Me</h3>

<p>My name is Abegail Valesco, I am a Freshmen student at College of Business and Accountancy
department of Jose Rizal Memorial State University. I love reading books specially Jonaxx Stories and I
also love to watched variety show. I just turned 19 years old this month.</p>

<p>&nbsp;</p>

<h3>My Address</h3>

<address>Unidos, Plaridel<br/>

Misamis Occidental<br/>

</address>

<p>&nbsp;</p>

<h3>My Favorite Music</h3>

<p>I like <strong>old song</strong>, <strong>pop music</strong>, and <strong>R&B</strong>


music.</p>

<p>&nbsp;</p>

<h3>Favorite Books</h3>

<p>I like <strong>Costa Leona Series by Jonaxx </strong>, <strong>College Series by Inksteady</strong>,
and <strong>He’s into Her by Maxinejiji</strong>.</p>

<p>

<h3>My Course</h3>

<p>I’m taking <strong>Bachelor of Science in Accountancy</strong> this semester.<p/>

<p>&nbsp;</p>
<h3>My Favorite Quotes</h3>

<blockqoute>Every Problem has a Solution</blockqoute>, and <blockqoute>Everything happened for a


Reason</blockqoute>

<p>&nbsp;</p>

<hr/>

<h6>&copy; 2022 Abegail Valesco</h6>

<hr/>

You might also like