100 likes | 213 Views
The Programming Languages are called as Scripting languages helps to create the static applications with more properties and values for the web designing
E N D
Programming Languages Develops Static Applications with More Properties For more info: Scripting Languages
Contents • Needs of the HTML Scripting Languages • World Wide Web Consortium • Tags that helps to develop the webpage • Steps to create the form with properties • Uses of Event handling methods in Html
Needs of the HTML Scripting Languages • Scripting languages are the programming languages can run the code of the webpage with in the web browser. • Basic Tags are producing the dynamic web applications with more advanced properties and its values. • It can easy to learn and execute fastly with less effort
World Wide Web Consortium • World Wide Web Consortium is the organization founded by Tim Berners Lee to execute the set of ethics and constitutions which are preferred from organization. W3C WWW Validation
Tags that helps to develop the webpage • Tags are the command to create the format or change the style in the document. • It is the client side scripting language used for the website designing. • Each and every tag represents the separate meanings and provide the different formats to the text.
Tags are used in HTML file • Html, head, title, body, division tag, span tag, header tag, anchor tag, image tag, font are the basic tags used to write the text • The most important tags are used to develop the effective webpage are table tag, form tag, list tag and frames tag
Steps to create the form with properties • Text is used to enter the text in single word • Textarea is used to enter text in the multiple lines • Select tag is used to choose the menu in drop down list with option tag <input type=“text” name=“n1” > <textarea rows=“4” cols=“50”> <select><option value=“n1">n1</option></select>
<form><input type=“radio” value=“male”>Male <input type=“radio” value=“female”>Female</form> • Radio button is used to select the data in either or choice • Checkbox is used to number of data • Button is used to submit and reset the data <form><input type="checkbox" value=“n1">n1<input type="checkbox“ value=“n2“>n2</form> <input type="submit" value="Submit">
Uses of Event handling methods in Html • Html elements are easy to interact with the users by event handling methods • Events by using mouse are onMouseOver, onMouseMove, onClick, onMouseDownand onMouseUp. • Events by using keyboard are onKeyPress, onKeyDownand onKeyUp