Martes, Hulyo 2, 2013

Hands-On excercise 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1> JOY J. MACAHILIG </h1>
</body>
</html>
=========================================================================



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<a href=Ԩttps://www.google.com.ph/ԾGoogle</a>
</body>
</html>
 ========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title> Hands-On Exercises 2 </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<ul>
   <li>MONDAY</li>
   <li>TUESDAY</li>
   <li>WEDNESDAY</li>
   <li>THURSDAY</li>
   <li>FRIDAY</li>
   <li>SATURDAY</li>
   <li>SUNDAY</li>
 </ul>
 </body>
</html> 
 ========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<ol>

   <li>HTML</li>
   <li>XML</li>
   <li>XHTML</li>  

</ol>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Exercises 2</title>
<html>
</head>
<body>
<h2>NETWORK</h2>
<dl>
<dt><h3>TCP</h3></dt>
<dd>Transmission Control Protocol is a method (protocol) used along with the internet Protocol (IP) to send data in the form of message units, called packets, between computers over the Internet.</dd>
<br></br>
<dt><h3>IP</h3></dt>
<dd>Internet Protocol is the method or protocol by which data is sent from one computer to another on the internet. Each computer on the internet is uniquely identified by an IP address.</dd>
<br></br>
<dt><h3>FTP<h3></dt>
<dd>File Transfer Protocol is a protocol used to exchange files between computers on the Internet.</dd>
<p><a href="http://google.com">Google.com</a></p>
</dl>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hands-On Excercises 2</title>
</head>
<body>
<h1>One Direction</h1>
<p><a href="http://www.metrolyrics.com/one-direction-albums-list.html/">One Direction</a></p>
<h2>MEMBERS</h2>
<ul>
<li>Niall Horan &#8211; Vocalist</li>
<li>Harry Styles &#8211; Vocalist</li>
<li>Zayn Malik &#8211; Vocalist</li>
<li>Louis Tomlinson &#8211; Vocalist</li>
<li>Liam Payne &#8211; Vocalist</li>
</ul>
<h2>ALBUMS</h2>
<ol>
<li>Nobody Compares</li>
<li>Gotta be You</li>
<li>The Way Or Another</li>
<li>Over Again</li>
<li>Rock Me</li>
<li>Summer Love</li>
<li>Taken</li>
<li>Tell Me A Lie</li>
<li>Up All Night</li>
<li>What Makes You Beautiful</li>
<li>Take Me Home</li>
<li>Up All Night</li>
<li>The Only Exception</li>
<li>More Than This</li>
<li>Live While Were Young</li>
<li>One Thing</li>
<li>Back For You</li>
<li>I Want</li>
<li>I Wish</li>
<li>I Would</li>
<li>Kiss You</li>
<li>Last Kiss You</li>
</ol>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Love Quote</title>
<h1>LAO TZU</h1>
</head>
<body>
<blockquote>
<p>"Being deeply loved by someone gives you strength, while loving someone deeply gives you courage." </p>
<br>
<a href="http://www.w3.org/WAI">W3C</a>
</br> 
</p></blockquote>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Love Quote</title>
<h1>LAO TZU</h1>
</head>
<body>
<blockquote>
"Being deeply loved by someone gives you strength, while loving someone deeply gives you courage."
</br>
</blockquote>
</body>
</html>
=========================================================================


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>RECIPE</title>
</head>
<body>
<h2>Crunchy Corn Relish</h2>
<p><a href="http://www.food.com/recipe/southern-cornmeal-crusted-catfish-with-crunchy-corn-relish-152561">Best Chocolate Chip Cookies Recipe</a></p>
<ul>
<li>1 tablespoon butter</li>
<li>1/4 cup water</li>
<li>4 ears corn kernels cut from the cob</li>
<li>1/4 cup minced red pepper</li>
<li>1/4 cup minced green onion</li>
<li>2 tablespoons half-and-half</li>
<li>salt and pepper</li>
</ul>
<h2>DIRECTIONS</h2>
<ol>
<li>Melt butter in a large skillet.</li>
<li>Add water and corn; cover and simmer for 4 minutes.</li>
<li>Stir in red pepper and cook for 1 additional minute.</li>
<li>Add green onion, half-and-half, and salt and pepper to taste.</li>
</ol>
</body>
</html>


1 komento:

  1. thank you. This article has shared useful information to readers, especially those who have a job or a passion for web
    G9G, Kizi, A10 Games, Huz 10,

    TumugonBurahin