Posts

Showing posts with the label HTML

HTML5

ITS HTML CODING <html> <head><title>new attributs</title></head> <body background="file:///C:/Users/Hp/Pictures/Saved%20Pictures/photo-1507065255811-f3b9fe968f84.jfif" text="yellow" border="1px"> <span> <div style="background-color:green;color:white;padding:20px"> <ol> <li>pawan</li> <li>deep</li> <li>singh</li> </ol> <ul> <li>making<?li> <li>new <br> <progress min="0" max="100" value="50"></progress></li> <li>things</li> </ul> </div> </span> <a href="file:///C:/Users/Hp/Documents/anaconda/p.html" target="_blank">go back</a> <table border="5px" color="blue" text="white"> <tr> <td>pawan</td> </tr> </table> <input name="name" type="te...

HTML4

ITS HTML CODING <html> <head> <title>all knowledge</title> </head> <body bgcolor="black" text="grey"> <h1 align="center"><span>All knowledge</span></h1> <hr color="red" width="500px" align="center"> <font color="green"><p align="center"><u><b>welcome to this page everyone</b> <br>this is my page by html coding i use some new codes and i will ty to make this page intersting</u></p></font> <hr color="red" width="500px"> <h1 align="center">My Routine</h1> <div id="header"class="section" style="bgcolor:white"> <table border="5px" color="yellow" align="center" width="80%"> <tr> <td>day</td> <td>at any time</td> <td>at any timme<...

html3

Its html coding <!doctype html> <html> <head> <title>geolocation</title> </head> <body> <svg width="1000" height="1000"> <rect width="100" height="100" fill="black"> <animate attributename="y" from="0" to="300" dur="3s" fill="freeze" repeatcount="indefinite"/> </rect> </svg> canvas width="1000" height="1000" id="canvas1"></canvas> </body> </html>

html2

its html coding <! doctype html> <html>    <head></head>    <body> <header>      <h1>most</h1>      <h2>important</h2> </header> <nav> <ul> <li><a href="#">a</a></li> </ul> </nav> <footer> <h3>footer</h3> </footer> <article> <h1>bladljv</h1> <section> <p>sfvfbknhketngkjfnbjgfnnb</p> </section> <aside> <p>kjbcbcjqbvcwjdbqwidbqwjhdonqhwjdbwqjkdbqwkjdbqwdqw</p> </aside> <audio src="#" controls> lbefjfnewjfbfwjfkd </audio> v<audio src="#" controls autoplay> lbefjfnewjfbfwjfkd </audio> <audio src="#" controls loop> lbefjfnewjfbfwjfkd </audio> <video src="#" controls> ejbfewkhfbwhbfhwbfjwbfw </vedio><br> <progress min="0" max="100" value="50"> bs...

html1

its html coding <html> <head> <title>something new</title> </head> <body bgcolor=black text=white> <font type=arial color=red ><center><h1>Pawan's new coding</h1></center></font> <div class="section"> <hr> <center><img src="file:///C:/Users/Hp/Pictures/games/download%20(1).jfif" width=500 height=600 alt="" border="1px"></center> <font font="copper" color="yellow"><p>this is good and somethig new codding<br> nice</p></font> <p><b>this is good and somethig new codding<br> nice<b></p> <p><big>this is good and somethig new codding<br> nice</big></p> <p><small>this is good and somethig new codding<br> nice</small></p> <p><strong>this is good and somethig new codding<br> nice</strong>...