<!DOCTYPE html> <html> <head lang="en"> <meta charset="utf-8"> <meta name="description" content="this site for learn " /> <meta name="keywords" content="arduino, Assembly, HTML, العاب, اندرويد, برامج, برمجة, تصميم, جافا, حماية, خدع واسرار, معلومات" /> <link type="text/css" href="css/site.css" /> <link type="text/javascript" href="js/site.js" /> <script> function void_main(){ } </script> <script src="js.js"></script> <style> body{ } </style> <title>my first website</title> </head> <body> <h1>Heading 1</h1> <h2>h2</h2> <p>this is <em>bold </em>text</p> <p>this is <sub>subscript</sub> and e <sup>3</sup></p> <a href="ahmedtechno.blogspot.com" target="_blank">linink text</a> <a href="#"> link </a> <p></p><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ0o6Y-JhxyGVAwvLTpBy367YwO8toefQ7rcjCCmdnApM4W42xfT6Xl3Sxz" alt="iqite" title="ahmed" width="500" height="500"/></p> <table border="2" width="75%" cellpadding="5" cellspacing="10"> <tr> <th> header 0</th> <th> header 1</th> <th> header 2</th> <th> header 3</th> </tr> <tr> <td>row1 col1</td> <td>row1 clo2</td> <td colspan="2">row1 clo2</td> </tr> <tr> <td>row2 col1</td> <td>row2 clo2</td> <td>row2 clo2</td> <td>row2 clo3</td> </tr> </table> <a href="http://www.uotechnology.edu.iq/ce/index.htm" target="i">ahmed</a> <iframe name="i" src="http://ahmedtechno.blogspot.com/" width="100%" height="100%" frameborder="0" ></iframe> <ul> <li>item 1</li> <li>item 2</li> </ul> <ol> <li>item 1</li> <li>item 2</li> <li><a href="http://www.youtube.com" target="_blank">item 2</a></li> </ol> <dl> <dt> fruits</dt> <dd>apple, banan ,orange</dd> </dl> <form name="f" enctype="application/x-www-form-urlencoded" action="somepage.php" method="get"> <fieldset> <legend>login information </legend> <input type="text" name="username" placeholder="enter username" maxlength="10"/> <input type="password" name="password" placeholder="enter password" /> </fieldset> <br/> <textarea name="information" placeholder="enter information" ></textarea> <br/> <input type="radio" name="rb1" value="1"/> radio button <input type="radio" name="rb1" value="81"/> radio button <br/> <input type="checkbox" name="cb1" value="1" /> checkbox1 <input type="checkbox" name="cb1" value="1" /> checkbox2 <br/> <select name="select"> <option value="1990"/>1990 <option value="1999"/>1999 <option value="2000"/>2000 </select> <br/> <input type="file" name="file" /> <br/> <input type="submit" name="go" value="Register"/> </form> <video width="400" height="400" controls> <source src="https://www.youtube.com/watch?v=Dk5aWDGfLH4" type="video/mp4" > </video> <audio controls> <source src="audio.mp3" type="audio/mp3" > </audio> </body> </html>
Heading 1
h2
this is bold textthis is subscript and e 3
linink text link
header 0 | header 1 | header 2 | header 3 |
---|---|---|---|
row1 col1 | row1 clo2 | row1 clo2 | |
row2 col1 | row2 clo2 | row2 clo2 | row2 clo3 |
- item 1
- item 2
- item 1
- item 2
- item 2
- fruits
- apple, banan ,orange
0 التعليقات:
إرسال تعليق