HIT MAN عضو فعال
العمر : 27 عدد المساهمات : 279
اعلان ممول
| موضوع: كودات مفيدة HTML الجمعة مارس 07, 2014 3:20 am | |
| كود مشغل موسيقى - الكود:
-
<audio src="/music/good_enough.mp3" controls> <embed src="/music/good_enough.mp3" width="180" height="90" loop="false" autostart="false" /> </audio> مشغل فيديو - الكود:
-
<video src="/video/pass-countdown.ogg" width="150px" height="75px" controls> <p>If you are reading this, it is because your browser does not support the 'video' element. Try using the 'object' element listed further down the page.</p> </video> <p>If you can see the video controls but the video doesn't play when you click the "Play" button, your browser might not support this file type (i.e. <code>Ogg</code>). In this case, try the same code, but with a different file format.</p> صندوق تعليقات - الكود:
-
<form action="/html/tags/html_form_tag_action.cfm" method="post"> Comments:<br /> <textarea name="comments" id="comments"> Hey... say something! </textarea><br /> <input type="submit" value="Submit" /> </form> |
|