Auto-submit Form on dropdown selection without clicking submit button
<select id=”did” name=”did” onchange=”this.form.submit();”>
<select id=”did” name=”did” onchange=”this.form.submit();”>
<input type=”button” value=”Hello” onclick=”window.location.href=’http://www.nepalontheweb.com’”>
Two classic games HTML5 HelicopterHTML5 Pacman http://arandomurl.com
<html> <head> <title>Things to remember</title> </head> <body> 1. Close all tags. 2. Always use lowercase. 3. Always quote attribute value. </body> </html> Heading <h1>Important headings</h1> <h6>Less important headings </h6> Paragraph <p>Paragraph tag</p> Line breaks <br /> <br></br> Text formatting <em>emphasis</em> <b>bold</b> <i>italics</i> <code>Computer code</code> <sub>Subscript</sub> <sup>Superscript</sup> Comment <!–comment goes here […]
Upward/Vertical scrolling <marquee behavior=”scroll” direction=”up”>Upward/Vertical scrolling text </marquee> Slow Scrolling <marquee behavior=”scroll” direction=”left” scrollamount=”1″>Slow scroll speed</marquee> Fast Scrolling <marquee behavior=”scroll” direction=”left” scrollamount=”20″>Fast scroll speed</marquee>