Tag: task

innerHTML vs createElement in DOM

Following Example explain the differences between innerHTML and createElement when it comes to creating new elements. Example of create Element <body>    <div class="container"></div> <script> let div =...
READ MORE   >>

Task using Manipulating Elements

Task 1 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <ul id="menu"> <li>Home</li> <li>Services</li> </ul> ...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved