HTML5是一種用于構建現代網頁的語言,它包含了許多可以使用的代碼。以下是所有可用代碼:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <header></header> <nav></nav> <main></main> <article></article> <section></section> <aside></aside> <footer></footer> <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6> <p></p> <br> <hr> <ul></ul> <ol></ol> <li></li> <dl></dl> <dt></dt> <dd></dd> <a href=""></a> <em></em> <strong></strong> <q></q> <blockquote></blockquote> <pre></pre> <code></code> <img src="" alt=""> <figure></figure> <figcaption></figcaption> <video></video> <audio></audio> <source></source> <iframe></iframe> <canvas></canvas> <noscript></noscript> <embed></embed> <object></object> <param></param> <form></form> <input></input> <textarea></textarea> <select></select> <button></button> <label></label> <fieldset></fieldset> <legend></legend> <datalist></datalist> <menu></menu> <command></command> <details></details> <summary></summary> <output></output> <progress></progress> <meter></meter> <script></script> <style></style> </body> </html>
這些代碼可以幫助開發者創建出各種不同的元素,如標題、段落、列表、鏈接、圖像、音視頻等等。