Posts

Video Audio

  <!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> </head> <body> <video controls controlsList ="nodownload" loop autoplay muted > <source src ="file_example_MP4_480_1_5MG.mp4" > </video> <audio controls > <source src ="file_example_MP4_480_1_5MG.mp4" > </audio> </body> </html>

iframe

  <!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> </head> <body> <h1> iframe </h1> <iframe src ="https://tenor.com/search/images-gifs" width ="500" height ="600" > </iframe> </body> </html>

Img Map

  <!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> </head> <body> <img src ="computer.jpg" alt ="" usemap ="#computer" > <map name ="computer" > <area shape ="rect" coords ="9,27,511,323" target ="_blank" href ="https://www.lg.com/in/monitors/fhd-qhd/24mk600m-w/?utm_source=google&utm_medium=cpc&utm_campaign={campaign.id}&utm_adgroup={adgroup.id}&utm_ad={creative.id}&utm_placement=&utm_device=c&utm_matchtype=&utm_adposition=&utm_network=x&gad_source=1&gclid=EAIaIQobChMItOrlg7jXhQMVAKVmAh3wmwUXEAQYAiABEgIUvPD_BwE" > <area shape ="poly" coords ="644,27,786,10,967,201,995,612,847,638,635,631,652,580,620,574" href ="table.html" > <area shape ="circle" coords ="510,573,57" href ...

Table

  <!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> </head> <body> <table border ="2" > <tr> <td> Sr. </td> <td> Name </td> <td> Roll </td> </tr> <tr> <td> 1 </td> <td> Tejas </td> <td> 1001 </td> </tr> <tr> <td> 1 </td> <td> Tejas </td> <td> 1001 </td> </tr> <tr> <td> 1 </td> <td> Tejas </td> <td> 1001 </td> </tr> </table> <table border ="2" width ="400" > <tr> <td rowspan ="2" > 1 </td> <td> 2 </td> <td> 3 </td> </tr> ...

Basic tag 1

  <!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <title> Title </title> </head> <body> <main> <section> <center> <h1> Computer </h1> <h2> Computer </h2> <h3> Computer </h3> <h4> Computer </h4> <h5> Computer </h5> <h6> Computer </h6> With WebRTC, you can add real-time communication capabilities <br> to your application that works on top <br> of an open standard. It supports video, voice, and generic </center> </section> <section> <div> Computer Div </div> </section> <span> span </span> <b> Computer </b> <br> <i> Computer </i><br> <u> Computer </u><br> 4 <sub> 2 </sub...