In this video,I explained the Alert Dialog Box . Feel free to comment. For more, please subscribe and press the BELL icon. The code is as follows - HTML File - <html> <head> <title> Alert Dialog Box in JS </title> </head> <!-- JS - Dynamic web pages <script> </script> Interaction with the users <head> </head> <body> </body> JS - Dialog boxes - alert, confirm and prompt --> <body> <script language="javascript"> alert("Hi Everyone ...!!!"); document.write("<h1> Hello..!!! Welcome to my </h1> "+ "<b> channel </b>"); </script> </body> </html>
Hello everyone. In this video, I explained the frameset tag in html - HTML - Frameset Tag in html . For more, please subscribe the channel. If you have any doubt, please comment in this video. Check my playlist - HTML Playlist Please like, comment, share and subscribe.
In this video,I explained how to create Indian Flag using HTML CSS . Feel free to comment. For more, please subscribe and press the BELL icon. Please visit my Angular Playlist . Please visit my YouTube Videos . The code is as follows - HTML File - <html> <head> <title> Indian Flag </title> <link rel="stylesheet" href="flag.css"> </head> <body> <div class="flag"> <div class="stripe stripe1"> </div> <div class="stripe stripe2"> <div class="chakra"> <div class="spoke spoke1"> </div> <div class="spoke spoke2"> </div> <div class="spoke spoke3"> </div> <div class="spoke spoke4"> </div> <div class="spoke spoke5"> </div> <div class="spoke spoke6"> </d
Comments
Post a Comment