now create a master page wherein you write the


Now create a master page wherein you write the following code.

<HTML>

<HEAD>

<TITLE>My Frame Page -- Master Page</TITLE>

</HEAD>

<FRAMESET>

</FRAMESET>

</HTML>

Now, save it in your folder (along all the other files) as index.htm. If you attempt to open it with your browser now it will be blank. All you have done thus far is make a title.

Now let us begin defining just how things are going to look. Tell the browser to divide the main window into two columns, each one occupying 50% of the window.

<FRAMESET COLS="50%,50%">

</FRAMESET>

It will still give a blank output as you have not indicated what goes into the windows. We contain one more thing to do before our code displays some output.

Request for Solution File

Ask an Expert for Answer!!
PHP Web Programming: now create a master page wherein you write the
Reference No:- TGS0416306

Expected delivery within 24 Hours