Skip to main content

Script - HTML Tutorial with Example

Script - HTML Tutorial with Example





     The HTML SCRIPT Element places a script within in the HEAD element (that which starting with <head> tag and ending with </head> tag) or BODY element (that which starting with <body> tag and ending with </body> tag) in an HTML document. Using SCRIPT Element, you can create dynamic web pages; SCRIPT Element is supported in all major browsers. It is used to define a client-side script, such as a JavaScript or VBScript. SCRIPT element makes the page more interactive.






Popular posts from this blog

Popular WebSites To Buy Cheap Domain Names

Popular WebSites To Buy Cheap Domain Names - willvick.com Buying a domain name can be a great way to set up your own website with personalized email address. Now, how do you pick the best and cheap domain names registrar? First thing that you’re going to need a domain names registrar with quality performance and support. So that you can buy is your own TLD (Top level domain) to create your own website and personalized email. Below are the 3 of the best and cheapest domain names registrars that provide you domain names registration service at cheap price with quality performance and support. GODADDY.COM NAMECHEAP.COM DOMAIN.COM

Image - HTML Tutorial with Example

Image - HTML Tutorial with Example www.willvick.com       Images are defined with the <img> tag in an HTML document. src attribute is use for location of the image. alt attribute is use for short description of the image. Height attribute is use for specify the height of the image. Width attribute is use for specify the width of the image.

Paragraph - HTML Tutorial with Example

Paragraph - HTML Tutorial with Example www.willvick.com      In an HTML document paragraphs   are defined with the <p> tag ,  starts with the <p> opening tag and end with </p> tag .Browsers automatically adds an extra blank line before and after a paragraph.The <p> tag is supported in all major browsers .