Practical Aim: JavaScript and HTML code to print multiplication table of a given number First, try at own Code multiplication_table_javas…
Read morePractical Aim: JavaScript and HTML code to calculate power of given number First, try at own Code calculatepowerofnumber.html fi…
Read morePractical Aim: Use JavaScript and HTML to print first 10 even numbers First, try at own Code PrintFirst10Number.html file Java…
Read morePractical Aim: JavaScript and HTML code to check whether entered character is vowel or consonant using switch case First, try at own Video Tu…
Read morePractical Aim: JavaScript and HTML code to check whether entered character is vowel or consonant using if else ladder. First, try at own Vide…
Read morePractical Aim: Use JavaScript to find the highest from the given three values. First, try at own Video Tutorial: JavaScript to Find the Largest …
Read morePractical Aim: Create a student registration webpage using HTML form elements and CSS - Sample Output: - Solution : <form> ,<fieldse…
Read morePractical Aim: Create webpage using HTML5 Layout [semantic] tags - Sample Output: - Solution - <header> ,<footer>, <section>, <…
Read morePractical Aim: Use an ordered, unordered, and definition list to create a web page. - Hint : Create computermemory.html file - Sample Output: - Solut…
Read more