This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<p>This text is not written in div element.</p> | |
<div style="color:blue"> | |
<h2>This heading is written in div element</h2> | |
<p>This is some text in a div element.</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Marquee</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Lists</title> | |
</head> | |
<body> | |
<h1>Order List</h1> | |
<ol> | |
<li>C</li> | |
<li>C++</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Table</title> | |
</head> | |
<body> | |
<h1>Creation of Table.</h1> | |
<br> | |
<p>Below is table created using HTML.</p> | |
<table border="2"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>My First HTML Page</title> | |
</head> | |
<body> | |
<h1>Way to insert image on a webpage.</h1> | |
<b><i><p>Below is a image :-</b></i></p> | |
<img src="http://1.bp.blogspot.com/-miqmqC8clI8/Ufixy7CFccI/AAAAAAAAADU/PdhBFd1Xwtg/s320/engagelikeusonfacebook.jpg" alt="Programming Skills" width="500px" height="500px"> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Use of Anchor Tag</title> | |
</head> | |
<body> | |
<h1>Use of Anchor Tag</h1> | |
<br> | |
<p>In this tutorial you will learn that what is hyperlink and how to add the hyperlink?</p> | |
<hr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<iframe src="http://swiftertravels.tk" name="iframe_a" width="500" height="300"></iframe> | |
<p><a href="http://programmingskills.blogspot.in/" target="iframe_a">Complete Programming Tutorials</a></p> | |
<p><b>Above Iframe is used.</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<iframe src="http://swiftertravels.tk" name="iframe_a" width="500" height="300"></iframe> | |
<p><a href="http://programmingskills.blogspot.in/" target="iframe_a">Complete Programming Tutorials</a></p> | |
<p><b>Above Iframe is used.</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Frame Set</title> | |
</head> | |
<frameset cols="25%,*,25%"> | |
<frame src="http://anaszen.xp3.biz/"> | |
<frame src="http://programmingskills.blogspot.in/"> | |
<frame src="http://sjcollege.tk/"> | |
</frameset> |
NewerOlder