Java Script (JS) Prog.
Div and Fieldset codes in JS
Example : A program to show/hide the div and fieldset codes in JS on clicking the radio button. Link for other supporting fieldset codes in JS
![]()
Example : A program to show/hide the div and fieldset codes in JS on clicking the radio button. Link for other supporting fieldset codes in JS
![]()
Introduction Java is the most popular programming language in the world today. Java offers three flavors of programming – Java application, Java applets & Servlets. Java servlets are similar to applets programs except they execute on servers side. Servlets are Java programs answer to traditional CGI programming. Servlets are programs Read more…
![]()
HTML Tags Definition HTML tags are used to define the structure and content of a webpage. Types of HTML Tags (A) Start/Opening Tag & End/Closing Tag : Most of the HTML tags come in pairs like <h1> and </h1>, <body> and </body>, <head> and </head> and so many others. Here, <h1>, Read more…
![]()
History Fundamentals of HTML was developed by WHATWG(Web Hypertext Application Technology Working Group, a community of people interested in evolving HTML and related technologies) in 1993. Introduction of Fundamentals of HTML The website of HTML is “https://html.spec.whatwg.org/”. HTML stands for “Hyper Text Markup Language”. HTML is originated from SGML(Standard Generalized Read more…
![]()
Example : Using Bullet and Numbering or List Tag to create an Unordered List/Bullet menu (ul) on an HTML page. Example : Using Bullet and Numbering or List Tag to create an Ordered List/menu (ol) on an HTML page. Example : Using Bullet and Numbering or List Tag to create a Read more…
![]()
Example : Passing Values from JS to Others i.e. [ passing value from jsp to js ]. Example : How to pass value from js to jsp [passing value from js to jsp]. Click this Link to go to that Page Example : How to pass value from php to js [passing value from Read more…
![]()
Submit Related Codes Example : How to submit an html form by clicking a button in a html page using java script ? Example : How to identify a submit button from multiple submit buttons in an html page using java script ? Reset Related Read more…
![]()
Example : How to Validate/Check/Match Password and Confirm Password Box in HTML using JS.
![]()
Example : How to add two values and display the addition result [Addition of two values]. Example : A JS program/code segments to make a Simple Calculator through different ways.
![]()