Terminology & Miscellaneous

Web Page/Page Multimedia documents(a document contains information in the form of text, image, audio, animation, video etc) when formatted and annotated with the Hypertext Markup Language (HTML) which mainly includes hypertext, hypermedia etc. are called web page. Typically, Web Pages are named or identified using URLs (Uniform Resource Locators). Web Read more…

Loading

Password Tag

Example : A password box with show/hide the contents using eyeicon. Example : A password box with show/hide the contents using checkbox. Example : A password box to validate at least one uppercase, lowercase, number and at least 10 characters.

Loading

Fundamentals of HTML

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…

Loading

Text Area tag

Text area Tag (<textarea> </textarea>) Example : How to create text area to store large size data. Example : How to limit the characters in text area . Example : How to fix border size (disable re-sizable property) of textarea.

Loading

Input type Submit/Reset/Button tag

for Submit Values in HTML (input type=”submit”) Example : How to create various submit button in html. for Reset/Clear/Clean Values in HTML (input type=”reset”) Example : How to create reset/clear/clean button in html. for Button Values in HTML (input type=”button”/<button> — </button>) Example : How to create various button in html.

Loading

Input type Number/Email tag

For Number/Numeric Values in HTML (input type=”number”) Example : How to Enter only Number values in html. Example : How to Enter only number values in between 10 and 100 in html. Example : How to enter only number values up to 10 digits in html. Example : How to increase the size of Read more…

Loading

Input type Radio/Check Box Tag

for Radio Values in HTML (input type=”radio”) Example : How to create radio button to select only one choice at a time in html. for Check Box Values in HTML (input type=”checkbox”) Example : How to create check box to select none/multiple choice at a time in html.

Loading

Input type Date/Time Tag

for Date/Calendar Values in HTML (input type=”date”) Example : How to create calendar to select desired day, month & year in html page. Example : How to find/get date difference/no. of days between two dates. Example : How to find/get current day’s name in an html page. Example : How to display date in Read more…

Loading