Skip to content

Instantly share code, notes, and snippets.

<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>
<html>
<head>
<title>Marquee</title>
</head>
<body>
<html>
<head>
<title>Lists</title>
</head>
<body>
<h1>Order List</h1>
<ol>
<li>C</li>
<li>C++</li>
<html>
<head>
<title>Table</title>
</head>
<body>
<h1>Creation of Table.</h1>
<br>
<p>Below is table created using HTML.</p>
<table border="2">
<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>
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<h1>This is written using the heading 1 tag.</h1>
<h2>This is written using the heading 2 tag.</h2>
<h3>This is written using the heading 3 tag.</h3>
<h4>This is written using the heading 4 tag.</h4>
<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>
<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>
<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>