basic html to create a web page

1
7/25/2019 Basic HTML to create a Web Page http://slidepdf.com/reader/full/basic-html-to-create-a-web-page 1/1 <html> <title> Michael Jackson </title> <body background="http://fullhdpictures.com/wp-content/uploads/2015/12/Awesome-M ichael-Jackson-Wallpaper.jpg"> <font color="gold" size="8"> &#126;THIS PAGE IS FOR DEVOTED MICHAEL JACKSON FANS &#126; </font> <br><br> <font color="violet" size="5"> Born Michael Joseph Jackson was an American singer, songwriter, record p roducer, dancer, and actor. <br><br> <ul> <li>He was called the King of Pop.</li> <li>He was from African-American Background.</li> <li>He popularized dance techniques like Robot and Moonwalk.</li> <br><br> Watch the following famous visual songs by Michael Jackson: <br><br> <table border='4'> <th><font color="white" size="4">Song</font></th> <th><font color="white" size="4">Year Performed</font></th> <tr> <td> <a href='https://www.youtube.com/watch?v=pAyKJAtDNCw' target='_blank'> <font color="white" size="4"> You are not alone by Michael Jackson </font> </a> <td> <font color="white" size="4"> 1995 </font> </td> <tr> <td> <a href='https://www.youtube.com/watch?v=QNJL6nfu__Q' target='_blank'> <font color="white" size="4"> They don't really care about us </font> </a> <td> <font color="white" size="4"> 1996 </font> </td> </body> </html>

Upload: meethipotter

Post on 24-Feb-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Basic HTML to create a Web Page

7/25/2019 Basic HTML to create a Web Page

http://slidepdf.com/reader/full/basic-html-to-create-a-web-page 1/1

<html><title>Michael Jackson</title>

<body background="http://fullhdpictures.com/wp-content/uploads/2015/12/Awesome-Michael-Jackson-Wallpaper.jpg">

<font color="gold" size="8">&#126;THIS PAGE IS FOR DEVOTED MICHAEL JACKSON FANS &#126;</font>

<br><br><font color="violet" size="5">Born Michael Joseph Jackson was an American singer, songwriter, record p

roducer, dancer, and actor.<br><br>

<ul><li>He was called the King of Pop.</li><li>He was from African-American Background.</li><li>He popularized dance techniques like Robot and Moonwalk.</li>

<br><br>Watch the following famous visual songs by Michael Jackson:

<br><br><table border='4'><th><font color="white" size="4">Song</font></th><th><font color="white" size="4">Year Performed</font></th>

<tr><td><a href='https://www.youtube.com/watch?v=pAyKJAtDNCw' target='_blank'><font color="white" size="4">You are not alone by Michael Jackson</font></a><td><font color="white" size="4">1995</font></td><tr>

<td><a href='https://www.youtube.com/watch?v=QNJL6nfu__Q' target='_blank'><font color="white" size="4">They don't really care about us</font></a><td><font color="white" size="4">1996</font></td>

</body></html>