Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html dir = "rtl">
  3.  
  4. <head>
  5. <meta charset = "UTF-8"/>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <form action = "fatehanas31@gmail.com" method = "post" >
  11. <table border = "0.1" align = "right" width = "100%">
  12. <tr>
  13. <td>ID</td>
  14. <td><input autofocus="" name ="" type = "URL" value = "" required = "required" placeholder = "write youre name afandim" /></td>
  15. </tr>
  16. <tr>
  17. <td>password</td>
  18. <td><input name ="" type = "password" value = "" required = "required" /></td>
  19. </tr>
  20. <tr>
  21. <td>gender </td>
  22. <td><input name ="" type ="radio" value = "">male<input name ="" type ="radio" value = "">female<input name ="" type ="radio" value = "">other</td>
  23. </tr>
  24. <tr>
  25. <td>rate our websit </td>
  26. <td><input name ="" type ="checkbox" value = "">good<input name ="" type ="checkbox" value = "">not bad<input name ="" type ="checkbox" value = "">perfect</td>
  27. </tr>
  28. <tr>
  29. <td>breaf</td>
  30. <td><textarea rows = "10" cols = "20"></textarea></td>
  31. </tr>
  32. <tr>
  33. <td>websit status</td>
  34.  
  35. <td> <select name = "" >
  36. <option value "1">open</option>
  37. <option value "2">closed</option>
  38. </select></td>
  39. </tr>
  40. <tr>
  41. <td colspan = "2"><input name ="" type ="submit" value = "save"></td>
  42.  
  43. </tr>
  44. </form>
  45.  
  46. </table>
  47.  
  48.  
  49. </body>
  50. </html>
  51.  
  52. <!--
  53.  
  54.  
  55. (هذه الوسوم تستخدم للتعامل مع النصوص في لغة HTML)
  56.  
  57.  
  58. <h1></h1>خط كبير جدا
  59. <h2></h2>خط كبير بدرجه اقل من h1
  60.  
  61.  
  62. <center> وسم توسيط النص
  63.  
  64. <b> (للخط السميك)وسم تغميق الخط
  65.  
  66. <br> وسم سطر جديد
  67.  
  68. < الوسوم التي تستخدم للتعامل مع لون الخط والخلفيه ووضع صوره للخلفيه الخاصه بالموقع>
  69.  
  70. بجانب وسم <body>
  71. * we add <bgcolor = ""> to change background color without close tage
  72.  
  73. * to change font color we use this tage <font colo = ''> and the close tage is just </font>
  74.  
  75.  
  76.  
  77. * to set a wallpaper for youre websit from google photos copy image addres then past it bitween
  78. double cout sign
  79.  
  80. *** to insert an image to youre websit use tage <img src = "" height="" width = "" / >
  81.  
  82.  
  83. *** to set a link in youre websit yo have to use this tage ((( <a href ="the link frome the internet" for another window put : target = "blanc"> text that you want to make it as link </a> )))
  84.  
  85. *** if you want to make photo as a link you can simply copy the tage that insert the photo that you want and put it in the place that the link name you appear ...
  86.  
  87.  
  88. *** to insert arabic languge to youre websit you have to writ this tage <meta char set = "copy it frome tool bar">
  89.  
  90. *** to make the words start frome r to l you shoud use this tage in <html>tage <html dir = "rtl or ltr ">
  91. *** to make a table in youre websit you probably need these tages <<<<table border align width ....... <tr> ... <td colspan = "" ..>>>>>>
  92.  
  93. *** input type are <<input name = "" type = "text or password or radio or checkbox or submit"
  94.  
  95. value = "" >>
  96.  
  97. *** في الدرس الخامس عشر من دورة ال HTML بدأنا بموضوع جدسد وهو ال XHTML وهو نفسه يعني الHTML لكن مصححه وخاليه من الاخطاء وتذكر بكيفية كتابة الوسوم واغلاقها على اكمل وجه وعلى الطريقه الصحيحه
  98.  
  99.  
  100. نكتب على رأس الصفحه <!DOCTYPE>
  101.  
  102. *** الخصائص السابقه موجوده في دفتر الملاحظات
  103.  
  104. *** to isert a video you can use this tage <video height ="" width ="" src = "اسم الملف + الامتداد اي نوع الملف" controls = "controls or autoplay " muted = "" to turn valume off .... poster= "any thing you want it to appear befor play the video the pic with is extention " loop = "to replay the video automaticly" > رساله في حال لم يشتغل الفيديو</video>
  105.  
  106. *** عشان تستخدم النماذج ارجع لفيديو13-16 فيهم كل اشي وكمان شوف البرنامج يلي فوق بتفهم النماذج وبتتذكرها
  107.  
  108.  
  109.  
  110. *** هنالك خاصية ادراج الصوتيات من خلال وسم مشابه لوسم الفيديو الا انه يخلو من بعض الخصائص كما هو مبين ادناه
  111.  
  112. <audio height ="" width ="" src = "" controls = "" loop = "" >هنا تكون الرساله التي تود ان تظهر في حال لم يشتغل الصوت</audio>
  113.  
  114.  
  115. *** هنالك موقع فيه خصائص اخرى عن اللغه مهمه للاطلاع عليها ....
  116.  
  117.  
  118.  
  119. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement