Skip to main content

The javascript in html

The html <script> tag 
* The uses for javascript are image manipulation, from validation
   and dymanic changes of contect.
The html <noscript> tag 
* The tag of <noscript> is define to an alternate contect for users
   that have disable scripts in their browser or have a browser that
   doesn't support client side scripts:
 back to home page
 

Comments

Popular posts from this blog

The styles in html

THE HTML STYLE ATTRIBUTE   * THE SETTINGS OF AN STYLE HTML ELEMENT, CAN BE    DONE WITH THE ATTRIBUTE OF STYLE. * THE ATTRIBUTE OF STYLE IN HTML HAS THE    FOLLOWING SYNTAX. MORE INFORMATION PLEASE    CLICK HERE .  

The Entities in html

HTML Entities * The characters reserved in HTML they must be replaced with     entities characters. * The character was not present on your keyboard they can also be    replaced by entities. HTML Entities * There are some characters which are reserved in HTML. *  If you use the greater then (>) or less than (<) sign in your text,      the browser was might mix them with tags. *  The entities character are used to display the character reserved     in HTML. More information please click here .    

The javascript in html

THE TAG OF < SCRIPT > IN HTML   * THE TAG OF < SCRIPT > IS USED TO DEFINES A    CLIENT-SIDE SCRIPT <JAVA SCRIPT> .         * THE ELEMENT OF < SCRIPT >EITHER CONTAINS    SCRIPTING STATEMENT, OR TO POINTS TO AN    EXTERNAL SCRIPT FILE THROUGH THE ATTRIBUTE OF   < SRC >. MORE INFORMATION PLEASE CLICK HERE.