Saturday, 14 June 2014
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>
Subscribe to:
Posts (Atom)






