Q1: How can you select an HTML element with the ID “myElement” using JavaScript DOM? Q2: Using JQuery describe how can you dynamically bind an onclick event of a tag with class my-class Q3 Without Using JQuery describe how can you dynamically bind an onclick event of a tag with class my-class
Read MoreExplain what is Client Side Java Script and how can you bind an on click event of a button to change the background color of every h1 tag. Also explain how type conversion is carried out in Java Script as it is a loosly typed lagnuage
Read MoreQuiz: CSS Positioning, Floating, Flexbox, and Media Queries Total Questions: 5 Marks: 10 Section A: Practical Questions 1. Positioning Challenge (2 Marks)Write the CSS code to position a <div> element absolutely inside a parent <div> that has position: relative;. The child <div> should be placed 50px from the top and 100px from the left. 2. […]
Read MoreLab Exam: MERN Stack Web Technologies Objective:Students will enhance their eCommerce store by implementing a “Checkout” button for the shopping cart. This functionality will allow customers to place an order by providing their address. Additionally, the admin panel must display the orders in descending order of the order date. Instructions Evaluation Criteria Extra Credit (Optional) […]
Read MoreSuppose you have HTML written as below and whose output looks like the picture attached. Label the diagram wih appropriate css properties which have caused the output to look like this. <div class=”div”> div1 <div class=”div2″> div2 <ul id=”menu”> <li><a href=””>link</a></li> <li><a href=””>link</a></li> <li><a href=””>link</a></li> </ul> </div> <div class=”div3″> div3 <div class=”div4″>div4</div> <div class=”div5″>div5</div> <div […]
Read MoreYou are required to make a copy of your term project into a folder named final-lab-exam. In your Term Project you must have implemented a server side CRUD. You are to implement a new Feature of Featured Products. Add a new model if not already exist // models/product.js const mongoose = require(‘mongoose’); // Define the […]
Read MoreYou are required to make a copy of your term project into a folder named final-lab-exam. In your Term Project you must have implemented a server side CRUD. Implement a Search Feature into your application.
Read More