You are on page 1of 7

Website Development

READ& FOLLOW INSTRUCTIONS:

1. Goto StartButton> Type NotePad > Click NotePad++


2. Goto File Menu -> Click New or Press Ctrl + n
3. Encode the following Source Codes.
<!-- Developed by: Your Name Here -->
<!-- Change also the Colors-->
<html>
<head><title>Home Page</title></head>
<body>

<table bgcolor="lime" width="1335" height="450" style="border-collapse: collapse; border-radius: 7px;">


<tr height="50">
<td>
<!--Change Juan Dela Cruz's -->
<center><font style="font-family: Broadway;" size="15">Juan Dela Cruz's Personal Website</font></center>
</td>
</tr>

<tr bgcolor="black" height="12">


<td>
&nbsp; &nbsp; &nbsp;
<a href="index.html" style="text-decoration: none;">
<font color="white" size="4">
Home &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="index.html" style="text-decoration: none;">


<font color="white" size="4">
Pictures &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="index.html" style="text-decoration: none;">


<font color="white" size="4">
Videos &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="index.html" style="text-decoration: none;">


<font color="white" size="4">
Blogs &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>
1
Page

<a href="index.html" style="text-decoration: none;">


<font color="white" size="4"> Contacts </font>
</a>
</td>
</tr>

<tr bgcolor="white" height="550" >


<td>
<center><br><strong> ABOUT ME </strong><br></center>

&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<img src="picture_profile.jpg" height="300" width="300">

<div style="float: right; position:relative; width: 900;"><br>

<!--Change the Content of the paragraph below -->


Hi! I'm Michael Luis U. Cabaccan, others call me "Mike". <br><br>
I'm 26 years of age. <br><br>
I'm Single. <br><br>
I live at #36 San Juan Street Baculud, Ilagan City, Isabela. <br><br>
I graduated at Isabela School of Arts and Trades in my High School, while
in elementary I graduated at Ilagan East Central School. <br><br>
My talents and skills are Playing Soccer and Computer Programming. <br><br>
I love Watching TV, Reading Books and Making Computer Programs. <br><br>
I'm Kind, Serious and Humble Person. <br><br>
I like silent and kind persons. <br><br>
I Don't want Mayabang at Maingay. <br><br>
I believe that "Knowledge is Useless without a Good Heart" <br><br><br>
</div>
</td>
</tr>

<tr>
<td>
<center><strong>
<marquee behavior="alternate" >
<!-- Change Juan Dela Cruz -->
Programmed by: Juan Dela Cruz | © 2016-2017 | All rights Reserved.
</marquee>
</strong></center>
</td>
</tr>
</table>

</body>
</html>
2

4. Create a Folder in Drive DATA ->D:\YourName_Folder_Web


Page

5. Save your File As -> index.html


6. Open the Folder ->D:\YourName_Folder_Web
7. Double Click -> index.html

--------------------------------------------------------------------------------------------------------------------------------------------------

1. Again goto NotePad++


2. Goto File Menu > Click New
3. Encode the following Source Codes.
<html>
<head><title>Pictures Page</title></head>
<body>

<table bgcolor="lime" width="1335" height="450" style="border-collapse: collapse; border-radius: 7px;">


<tr height="50">
<td>
<center><font style="font-family: Broadway;" size="15">Juan Dela Cruz's Personal Website</font></center>
</td>
</tr>

<tr bgcolor="black" height="12">


<td>
&nbsp; &nbsp; &nbsp;
<a href="index.html" style="text-decoration: none;">
<font color="white" size="4">
Home &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="pictures.html" style="text-decoration: none;">


<font color="white" size="4">
Pictures &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="videos.html" style="text-decoration: none;">


<font color="white" size="4">
Videos &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="blogs.html" style="text-decoration: none;">


<font color="white" size="4">
Blogs &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="contacts.html" style="text-decoration: none;">


3

<font color="white" size="4"> Contacts </font>


Page

</a>
</td>
</tr>

<tr bgcolor="white" height="550" >


<td>
<iframe src="photos.html" style="border:0" height="550" width="1335"></iframe>
</td>
</tr>

<tr>
<td>
<center><strong>
<marquee behavior="alternate" >
Programmed by: Juan Dela Cruz | © 2016-2017 | All rights Reserved.
</marquee>
</strong></center>
</td>
</tr>
</table>

</body>
</html>
4. Save your File As ->pictures.html

--------------------------------------------------------------------------------------------------------------------------------------------------

1. Again in NotePad++
2. Goto File Menu > Click New
3. Encode the following Source Codes.
<center>
<!—put 5 pictures inside your folder -->
<img src="pic1.jpg" height="400" width="400" style="border-radius: 7px;">
<img src="pic2.jpg" height="400" width="400" style="border-radius: 7px;">
<img src="pic3.jpg" height="400" width="400" style="border-radius: 7px;">
<img src="pic4.jpg" height="400" width="400" style="border-radius: 7px;">
<img src="pic5.jpg" height="400" width="400" style="border-radius: 7px;">
</center>
4. Save your File As -> photos.html

--------------------------------------------------------------------------------------------------------------------------------------------------

1. Again in NotePad++
2. Goto File Menu > Click New
3. Encode the following Source Codes.
<html>
<head><title>Videos Page</title></head>
<body>
4
Page

<table bgcolor="lime" width="1335" height="450" style="border-collapse: collapse; border-radius: 7px;">


<tr height="50">
<td>
<center><font style="font-family: Broadway;" size="15">Juan Dela Cruz's Personal Website</font></center>
</td>
</tr>

<tr bgcolor="black" height="12">


<td>
&nbsp; &nbsp; &nbsp;
<a href="index.html" style="text-decoration: none;">
<font color="white" size="4">
Home &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="pictures.html" style="text-decoration: none;">


<font color="white" size="4">
Pictures &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="videos.html" style="text-decoration: none;">


<font color="white" size="4">
Videos &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="blogs.html" style="text-decoration: none;">


<font color="white" size="4">
Blogs &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="contacts.html" style="text-decoration: none;">


<font color="white" size="4"> Contacts </font>
</a>
</td>
</tr>

<tr bgcolor="white" height="550" >


<td>
<center>
<!-- maglagay ng video sa loob ng inyong folder na ang pangalan ay video1.mp4-->
<strong>"My Inspirational Video"</strong><br>
<video width="500" height="400" controls>
<source src="video1.mp4" type="video/mp4">
<source src="video1.ogg" type="video/ogg">
5

</video>
Page

</center>
</td>
</tr>

<tr>
<td>
<center><strong>
<marquee behavior="alternate" >
Programmed by: Juan Dela Cruz | © 2016-2017 | All rights Reserved.
</marquee>
</strong></center>
</td>
</tr>
</table>

</body>
</html>
4. Save your File As ->videos.html

--------------------------------------------------------------------------------------------------------------------------------------------------

1. Againin NotePad++
2. Goto File Menu > Click New
3. Encode the following Source Codes.
<html>
<head><title>Contacts Page</title></head>
<body>

<table bgcolor="lime" width="1335" height="450" style="border-collapse: collapse; border-radius: 7px;">


<tr height="50">
<td>
<center><font style="font-family: Broadway;" size="15">Juan Dela Cruz's Personal Website</font></center>
</td>
</tr>

<tr bgcolor="black" height="12">


<td>
&nbsp; &nbsp; &nbsp;
<a href="index.html" style="text-decoration: none;">
<font color="white" size="4">
Home &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="pictures.html" style="text-decoration: none;">


<font color="white" size="4">
Pictures &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
6

</a>
Page
<a href="videos.html" style="text-decoration: none;">
<font color="white" size="4">
Videos &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="blogs.html" style="text-decoration: none;">


<font color="white" size="4">
Blogs &nbsp; &nbsp; | &nbsp; &nbsp;
</font>
</a>

<a href="contacts.html" style="text-decoration: none;">


<font color="white" size="4"> Contacts </font>
</a>
</td>
</tr>

<tr bgcolor="white" height="550" >


<td>
<center><strong>
Contact No. : 09159091465 <br><br>
FaceBook : michaelcabaccan@facebook.com <br><br>
Yahoo : michaelcabaccan@yahoo.com <br><br>
Gmail : mikecabaccan@gmail.com <br><br>
</strong></center>
</td>
</tr>

<tr>
<td>
<center><strong>
<marquee behavior="alternate" >
Programmed by: Juan Dela Cruz | © 2016-2017 | All rights Reserved.
</marquee>
</strong></center>
</td>
</tr>
</table>
</body>
</html>
4. Save your File As ->contacts.html

Test your Outputs.


7

Congrats! Done. ☺
Page

You might also like