Add javascript into a web page, PHP Web Programming

Assignment Help:

As you know HTML (Hypertext Markup Language) is the language you employ to generate Web documents. You should have created "Hello World!" as given below:

<HTML>

<HEAD><TITLE>My First Page</TITLE></HEAD>

<BODY> Hello World!

</BODY>

</HTML>

In order to add JavaScript to a page, you'll employ a similar tag: <SCRIPT>.

The <SCRIPT> tag tells the browser to begin treating the text like a script, and the </SCRIPT> tag returns to the regularly scheduled HTML as given below. Note down that the file will be stored as.html or.htm.

485_Add JAVASCRIPT INTO A WEB PAGE.png

The output of the above program will be

1446_Add JAVASCRIPT INTO A WEB PAGE1.png

In this instance, we placed the script in the body of the HTML document. Actually there are four distinct places where you can employ scripts:

  • In body of the page. In this case, the output of script is displayed, as part of the HTML document, while the browser loads page.
  • In the header of the page, among the <HEAD> tags. In the header scripts aren't immediately executed, though can be referred to by other scripts. The header is frequently used for functions.
  • Inside an HTML tag. It is called an event handler and let the script to work with HTML elements. Event handlers are one kind of script where you don't require using the <SCRIPT> tag.
  • In a separate file completely JavaScript supports the employ of files with the .js extension containing scripts; these can be included by mentioning a file in the <SCRIPT> tag. This feature works just in Netscape Navigator 3.0 or later and Internet Explorer 4.0 or later.

Related Discussions:- Add javascript into a web page

Explain pass by-reference, The expressions can be passed as pass by-referen...

The expressions can be passed as pass by-reference arguments or only variables can be passed? Only variables can be passed as pass by-reference.

Abstract class and its behavior, What is abstract class and explain its beh...

What is abstract class and explain its behaviour? Abstract class is declared as a solitary entity, so other classes may be inherited from it. An abstract  class can’t be instant

Nested list, 1. Develop a Web page, indicating an ordered list of the names...

1. Develop a Web page, indicating an ordered list of the names of your five friends. 2. Develop an HTML document with a nested list indicating the content page of any book 3.

Help in escrow api implementation, Escrow Api Implementation I am develo...

Escrow Api Implementation I am developing a eCommerce site Therefore I need a developer who can setup escrow payment gateway in my application .The functionality is like lacking

What is the difference between print and printf(), What is the difference b...

What is the difference between echo, print and printf()? Echo is the basic type used to print out a string. It just illustrates the content of message written using it. It can

Wed need a wordpress and php developer needed monthly, Wed need a Wordpress...

Wed need a Wordpress and PHP developer needed monthly I want a developer that will be paid on a monthly basis to do miscellaneous as needed tasks on already developed websites.

We are looking for web developer and programmer, We are looking for Web Dev...

We are looking for Web Developer and Programmer Responsibilities- Develop both internal and external website and web-based applications/features a) Generate, maintain and arc

I desire php help for bilingual website, I desire PHP help for BILINGUAL WE...

I desire PHP help for BILINGUAL WEBSITE We are in desire of a bilingual website that will have an online store and information about the designer of the product. Our product is

Design a preliminary homepage , A. Design a preliminary homepage called "c...

A. Design a preliminary homepage called "cssprelimI.htm". It should be similar in layout to the example below, but you may use your own content. 1) Have a banner across the to

Html creation from document besides integration into the web, HTML creation...

HTML creation from document besides integration into the website We produce scientific articles besides we wish to create HTML from word documents as well as then integrate it i

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd