Baiklah kali ini saya akan berbagi contoh tag-tag HTML5, langsung mulai saja.     ELEMEN   Source code :            <!DOCTYPE   html>   <html>   <head>               <title>Elemen</title>   </head>   <body>               <i>Semangat Wisuda 2019   </i>     </body>                   </html>        Output :         ATRIBUT   Source code :            <!DOCTYPE   html>   <html>   <head>               <title></title>   </head>   <body>               <a   href="https://tukangcoding0101.blogspot.com/">Contoh   Atribut</a>   </body>           ...