Friday, 24 January 2014
Paragraph tag
<html>
<head>
<title> Sample Paragraph </title>
</head>
<body>
<h1> Internet Protocols </h1>
<p> Protocols are just like guide lines for packet. The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.
</p>
</body>
</html>
<head>
<title> Sample Paragraph </title>
</head>
<body>
<h1> Internet Protocols </h1>
<p> Protocols are just like guide lines for packet. The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.
</p>
</body>
</html>
Nested list ......... ??
<html>
<head>
<title> Nested List </title>
</head>
<body>
<h4>
<ul type="fill round">
<li> First Year </li>
<ul type="round">
<li> Semester I </li>
<li> Semester II </li>
</ul>
<li> Second Year </li>
<ul type="round">
<li> Semester III </li>
<li> Semester IV </li>
</ul>
<li> Third Year </li>
<ul type="round">
<li> Semester V </li>
<li> Semester VI </li>
</ul>
<li> Fourth year </li>
<ul type="round">
<li> Semester VII </li>
<li> Semester VIII </li>
</ul>
</ul>
</h4>
<body>
</html>
<head>
<title> Nested List </title>
</head>
<body>
<h4>
<ul type="fill round">
<li> First Year </li>
<ul type="round">
<li> Semester I </li>
<li> Semester II </li>
</ul>
<li> Second Year </li>
<ul type="round">
<li> Semester III </li>
<li> Semester IV </li>
</ul>
<li> Third Year </li>
<ul type="round">
<li> Semester V </li>
<li> Semester VI </li>
</ul>
<li> Fourth year </li>
<ul type="round">
<li> Semester VII </li>
<li> Semester VIII </li>
</ul>
</ul>
</h4>
<body>
</html>
list tag in html
<html>
<head>
<title> Ordered & Unordered List </title>
<body>
<h1>
<ol>
<li> Tom Farcry </li>
<li> Poo </li>
<li> Jacky </li>
<li> Bheem </li>
<li> Moore </li>
<li> Bill Inmann </li>
</ol>
<ul>
<li> Tom Farcry </li>
<li> Poo </li>
<li> Jacky </li>
<li> Bheem </li>
<li> Moore </li>
<li> Bill Inmann </li>
</ul>
</h1>
</body>
</html>
<head>
<title> Ordered & Unordered List </title>
<body>
<h1>
<ol>
<li> Tom Farcry </li>
<li> Poo </li>
<li> Jacky </li>
<li> Bheem </li>
<li> Moore </li>
<li> Bill Inmann </li>
</ol>
<ul>
<li> Tom Farcry </li>
<li> Poo </li>
<li> Jacky </li>
<li> Bheem </li>
<li> Moore </li>
<li> Bill Inmann </li>
</ul>
</h1>
</body>
</html>
Image in new tab...
when clicking the image it should open in new tab........???
<html>
<head>
<title> Image_NewTab </title>
</head>
<body>
<h1> Make a Click .... </h1>
<a href="http://www.cms2cms.com/wp-content/uploads/2013/10/html-1.jpg" target="_blank">
<img src="http://www.cms2cms.com/wp-content/uploads/2013/10/html-1.jpg" attributes="#"\>
</a>
</body>
</html>
<html>
<head>
<title> Image_NewTab </title>
</head>
<body>
<h1> Make a Click .... </h1>
<a href="http://www.cms2cms.com/wp-content/uploads/2013/10/html-1.jpg" target="_blank">
<img src="http://www.cms2cms.com/wp-content/uploads/2013/10/html-1.jpg" attributes="#"\>
</a>
</body>
</html>
Frame Tag usage in Html??
/* frame.html*/
<html>
<head>
<title> Frame </title>
</head>
<frameset cols="25%,*,25%">
<frame src="A&V link.html" >
<frame src="abbr.html" >
<frame src="Bg_Red.html">
</frameset>
</html>
/*bg_red.html*/
<html>
<head>
<title> Hello Html...!! </title>
</head>
<body bgcolor=red>
</body>
</html>
/*abbr.html*/
<html>
<head>
<title> abbreviation </title>
</head>
<body>
<h1><abbr title="Internet Protocol and Web technology"> IP/Web </abbr></h1>
</body>
</html>
/*a&v link */
<html>
<head>
<title> A&V link </title>
<body link="green" vlink="violet">
<h1> Exciting
<a href="http://www.wallpaper.com" target="_blank"> Wallpaper </a></h1>
</body>
</html>
<html>
<head>
<title> Frame </title>
</head>
<frameset cols="25%,*,25%">
<frame src="A&V link.html" >
<frame src="abbr.html" >
<frame src="Bg_Red.html">
</frameset>
</html>
/*bg_red.html*/
<html>
<head>
<title> Hello Html...!! </title>
</head>
<body bgcolor=red>
</body>
</html>
/*abbr.html*/
<html>
<head>
<title> abbreviation </title>
</head>
<body>
<h1><abbr title="Internet Protocol and Web technology"> IP/Web </abbr></h1>
</body>
</html>
/*a&v link */
<html>
<head>
<title> A&V link </title>
<body link="green" vlink="violet">
<h1> Exciting
<a href="http://www.wallpaper.com" target="_blank"> Wallpaper </a></h1>
</body>
</html>
Wednesday, 22 January 2014
Subscribe to:
Posts (Atom)