1 / 10

Programming Languages Develops Static Applications with More

The Programming Languages are called as Scripting languages helps to create the static applications with more properties and values for the web designing

LukasBailey
Download Presentation

Programming Languages Develops Static Applications with More

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming Languages Develops Static Applications with More Properties For more info: Scripting Languages

  2. 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

  3. 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

  4. 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

  5. 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.

  6. 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

  7. 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>

  8. <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">

  9. 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

  10. Thank You

More Related