<html> <body> <h4>Computer Programming Languages:</h4> <ul> <li>Low Level Languages <ul> <li> Machine language </li> <li> Assembly language </li> </ul> </li> <li>High Level Languages <ul> <li>Algebraic formula type processing</li> <ul> <li>BASIC</li> <li>FORTRAN</li> </ul> <li>Business Data processing <ul> <li>COBOL</li> <li>RPG</li> </ul> </li> <li>String and List processing <ul> <li>LISP</li> <li>Prolog</li> </ul> </li> <li>Object oriented programming <ul> <li>C++</li> <li>Java</li> </ul> </li> <li>Visual programming <ul> <li> Visual C++</li> <li>Visual Basic</li> </ul> </li> </ul> </li> </ul> </body> </html>
<html> <body> <script type="text/javascript"> document.write("Hello World!") </script> <noscript>Sorry, your browser does not support JavaScript!</noscript> </body> </html>
<html> <body> <script type="text/javascript"> document.write("Hello World!") </script> </body> </html>
<html> <head> <meta http-equiv="Refresh" content="5;url=http://www.dotnetfunda.com" /> </head> <body> <h1>Sorry! We have moved!</h1> <h2>The new URL is: <a href="http://www.dotnetfunda.com">http://www.dotnetfunda.com</a></h2> <p>You will be redirected to the new address in five seconds.</p> <p>If you see this message for more than 5 seconds, please click on the link above!</p> </body> </html>
<html> <body> <form action=""> <select name="Programming Languages"> <option value="vb">VB</option> <option value="java">Java</option> <option value="dotnet" selected="selected">.NET</option> <option value="c">C</option> </select> </form> </body> /html>
<code> DotNetFunda.Com is a popular online tutorials and guide for latest Microsoft® technologies aimed for beginners and intermediate level professionals. We help beginners to become intermediate level professionals and help intermediate level professionals to become an expert. </code>
<!doctype html>
iframe.htm(main page) <p>This text is in the main page.</p> <iframe src="frame1.htm" width="500" height="200" frameborder="0"></iframe> <p>This text is in the main page.</p> <body style="background-color:yellow"> <p>This text is in iframe page</p> </body>