mystyle.css
body {
background-color:#FFFF66;
padding-left:15em;
}
a:link { font-family:arial; color: white;}
a:visited { font-family:arial; color: red;}
a:hover { font-family:arial; color: blue;}
ul.links{
list-style-type:none; //value=none/circle/square
margin:0
padding:0;
width:10em;
position:absolute;
top:3em;
left:0;
}
ul.links li {
margin:10px;
background:#FF9900;
border-right:1em solid black;
}
h1 { font-family: broadway; color:purple; }
.font { font-family:arial; color:purple; }
EM { font-family:arial}
Tutorial 7.html
<html>
<head>
<LINK REL = "stylesheet" TYPE = "text/css" HREF = "mystyle.css"
</head>
<body>
<ul class="links">
<li><a href=" "> Main Page </a></li>
<li><a href=" "> My Biodata </a></li>
<li><a href=" "> My Tutorial </a></li>
<li><a href=" "> My Assignment </a></li>
</ul>
<h1> My first styled page </h1>
<span class="font">
Welcome to my page! <br> <br>
It lacks images, but at least it has style. <br>
And it has links, even if they don't go anywhere... <br><br>
There should be more here, but I haven't create them yet.
</span>
<br><br><hr><br>
<EM>
<i>Published 17 February 2014 <br> by myself. </i>
<EM>
</body>
</html>
Welcome! =D
Welcome to this page, KPOP World In Me.
Basically, this page is for my college purpose.
Last year (2013), I was required to create a blog and to talk about the things I like. Therefore, I promoted South Korea, and that was my topic for the assignment. To view them, checkout the sidebar, under the "My Previous Project" section.
As of this year (2014), for IT-subject, I was asked to create a blog again. So, I thought that I might as well use this existing blog and fortunately, my lecturer allowed me to do so.
In summary, all I want to say is that this is NOT a personal blog. Although the website is called "KPOP World", but it will contain non-KPOP related topics...
That is all from me. Happy reading~~ ^^
P/S - I found out that you need to refresh the page whenever you first open the page. This is to get the correct fonts that I've set for this page.
Basically, this page is for my college purpose.
Last year (2013), I was required to create a blog and to talk about the things I like. Therefore, I promoted South Korea, and that was my topic for the assignment. To view them, checkout the sidebar, under the "My Previous Project" section.
As of this year (2014), for IT-subject, I was asked to create a blog again. So, I thought that I might as well use this existing blog and fortunately, my lecturer allowed me to do so.
In summary, all I want to say is that this is NOT a personal blog. Although the website is called "KPOP World", but it will contain non-KPOP related topics...
That is all from me. Happy reading~~ ^^
P/S - I found out that you need to refresh the page whenever you first open the page. This is to get the correct fonts that I've set for this page.
Friday, February 21
Monday, February 17
Tutorial 6
There's no Tutorial 5 since there is no class on Monday (3/2/2014) - Lab C
Tutorial 6 - Question 1 - Frame
Header.html
<html>
<body style="background:url(images.jpg)">
</body>
</html>
images.jpg
Tutorial 6 - Question 1 - Frame
Header.html
<html>
<body style="background:url(images.jpg)">
</body>
</html>
images.jpg
Monday, January 27
Tutorial 4
<html>
<head>
<title> Tutorial 4</title>
</head>
<body>
<center>
<table border="1">
<tr>
<th> </th>
<th> 8.00-9.30 </th>
<th> 9.30-11.00 </th>
<th> 11.00-12.30 </th>
<th> 12.30-2.00 </th>
<th> 2.00-3.30 </th>
</tr>
<tr>
<td><b> Monday </td></b>
<td> </td>
<td> CC106 (Lab C) </td>
<td> </td>
<td> SM113 (C203) </td>
<td> BB108 (C207) </td>
</tr>
<tr>
<td><b> Tuesday </td></b>
<td> LL101 (C207) </td>
<td> SM113 (Newsroom) </td>
<td> BB108 (CG03) </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> Wednesday </td></b>
<td> </td>
<td> </td>
<td> </td>
<td> SM113 (Blended Learning) </td>
<td> SM112 (C413) </td>
</tr>
<tr>
<td><b> Thursday </td></b>
<td> LL101 (C209) </td>
<td> </td>
<td> SM112 (C401) </td>
<td> CC106 (C409) </td>
<td> </td>
</tr>
<tr>
<td><b> Friday </td><b>
<td> CC106 (C301) </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</center> <br>
<center><b>
Time Table (Jan - Apr 2014)
</center></b> <br>
<center><a href="Tutorial 3.html">
Click here for Tutorial 3 </a></center> <br>
</body>
</html>
<head>
<title> Tutorial 4</title>
</head>
<body>
<center>
<table border="1">
<tr>
<th> </th>
<th> 8.00-9.30 </th>
<th> 9.30-11.00 </th>
<th> 11.00-12.30 </th>
<th> 12.30-2.00 </th>
<th> 2.00-3.30 </th>
</tr>
<tr>
<td><b> Monday </td></b>
<td> </td>
<td> CC106 (Lab C) </td>
<td> </td>
<td> SM113 (C203) </td>
<td> BB108 (C207) </td>
</tr>
<tr>
<td><b> Tuesday </td></b>
<td> LL101 (C207) </td>
<td> SM113 (Newsroom) </td>
<td> BB108 (CG03) </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><b> Wednesday </td></b>
<td> </td>
<td> </td>
<td> </td>
<td> SM113 (Blended Learning) </td>
<td> SM112 (C413) </td>
</tr>
<tr>
<td><b> Thursday </td></b>
<td> LL101 (C209) </td>
<td> </td>
<td> SM112 (C401) </td>
<td> CC106 (C409) </td>
<td> </td>
</tr>
<tr>
<td><b> Friday </td><b>
<td> CC106 (C301) </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</center> <br>
<center><b>
Time Table (Jan - Apr 2014)
</center></b> <br>
<center><a href="Tutorial 3.html">
Click here for Tutorial 3 </a></center> <br>
</body>
</html>
Tutorial 3
<html>
<head>
<title> Bibliography </title>
</head>
<body style="background-color:Aqua">
<font face="times new roman" size="5" >
BIBLIOGRAPHY </font>
<p>
<b>Name: </b> Saw Xue Ling<br>
<b>Student ID: </b> 1001231405 <br>
<b>Gender: </b> Female <br>
<b>Age: </b> 20 <br>
<b>Address: </b> 26, Jalan 32/154, Taman Bukit Anggerik, Cheras, 56000, KL. <br>
<b>E-mail Address: </b> <a href="mailto:sherynxueling@gmail.com">
sheryxueling@gmail.com</a> <br>
<b>Contact No: </b> <b>(H)</b> 03-91018211       <b>(HP)</b> 016-9037093 <br> <br>
</p>
<b><u><font size="5"> FAMILY MEMBER </font></b></u> <br>
<table>
<tr>
<td><b> Father</b></td>
<td> : Saw Poh Wan </td>
</tr> <br>
<tr>
<td><b> Mother</b></td>
<td> : Lee Sef Moi </td>
</tr> <br>
<tr>
<td><b> Siblings</b></td>
<td> : Saw Xue Ling (Sister)</td>
</tr>
</table>
<br> <br>
<img src="24.1 Tutorial 3.jpg" alt="This is a gif" height="500" width="500" />
<br> <br>
<a href="Tutorial 4.html">
Click here for Tutorial 4
</a>
</html>
<head>
<title> Bibliography </title>
</head>
<body style="background-color:Aqua">
<font face="times new roman" size="5" >
BIBLIOGRAPHY </font>
<p>
<b>Name: </b> Saw Xue Ling<br>
<b>Student ID: </b> 1001231405 <br>
<b>Gender: </b> Female <br>
<b>Age: </b> 20 <br>
<b>Address: </b> 26, Jalan 32/154, Taman Bukit Anggerik, Cheras, 56000, KL. <br>
<b>E-mail Address: </b> <a href="mailto:sherynxueling@gmail.com">
sheryxueling@gmail.com</a> <br>
<b>Contact No: </b> <b>(H)</b> 03-91018211       <b>(HP)</b> 016-9037093 <br> <br>
</p>
<b><u><font size="5"> FAMILY MEMBER </font></b></u> <br>
<table>
<tr>
<td><b> Father</b></td>
<td> : Saw Poh Wan </td>
</tr> <br>
<tr>
<td><b> Mother</b></td>
<td> : Lee Sef Moi </td>
</tr> <br>
<tr>
<td><b> Siblings</b></td>
<td> : Saw Xue Ling (Sister)</td>
</tr>
</table>
<br> <br>
<img src="24.1 Tutorial 3.jpg" alt="This is a gif" height="500" width="500" />
<br> <br>
<a href="Tutorial 4.html">
Click here for Tutorial 4
</a>
</html>
Subscribe to:
Posts (Atom)
