Posts

Showing posts from April, 2019

LAB 5

Image
HTML CODE <div id="header"></div> <div class="middle"></div> <div class="stuff">   <br><br>   <body bgcolor="#FFC0CB">   <h1>Resume</h1>   <h2>KOH XIN YIN</h2>   <P>0167806028<P>   <P>NO 54,JALAN TEMBIKAI 17,TAMAN KOTA MASAI,81700 PASIR GUDANG,JOHOR.</p>   <p>female</p>   <p>29/7/1998</p>   <p>24 years old</p>   <hr/>   <br>   <p class="head"><i><b>Interest</b></i></p>   <ul>     <li>Web technology</li>     <li>programming</li>     <li>design website</li>     <li>editing video</li>     <li>Computer Science</li>   </ul>   <p class="head"><i><b>Skills</b></i...

LAB 4

Image
1.Explain about the html code above. -Html code above using the html color code enable to change the color of webpage. -The color of webpage turn to yellow color. -different color got the different html code,thats mean have their own specified code. -Using unorder list html code to list down the information.The html code   for the unorder list is <ul> and <li>. Using paragraph html code to made aother paragraph in the html. 2.Change the given HTML code by using an ordered list tags. <html> <head> <title>My First Webpage</title> </head> <body bgcolor="#EDDD9E"> <h1 align="center">My First Webpage</h1> <p>Welcome to my <strong>firat </strong>webpage.I am writing this page using a text editor and plain old html.</p> <p>By learning html,i 'll be able to create web pages like pro...<br> which I am of course.</p> Here what I've learned: <...