How to access HTML elements by JS:
==================================
2) Accessing of HTML elements using name
========================================
Handling of HTML Elements
======================================
3) Access HTML elements using ID:
=================================
document.getElementById()
Handling of HTML Elements
=======================================
4) finding elements based on the common name:
=============================================
getElementByName():
===================
JS Accessing ELements
===================================================
Handling of HTML Elements