Body tag, PHP Web Programming

Assignment Help:

If you have a head, you required a body. All of the content to be displayed on the web page needs to be written within the body tag.  So whether text, textbox, headlines, checkbox or any other possible content, everything to be displayed should be kept within the BODY tag as illustrated in Figure

Whenever you make a modification to your document, just save it & hit the Reload/Refresh button on your browser. In some of the instances just hitting the Reload/Refresh button doesn't quite work. In that case hit Reload/Refresh whereas holding down the SHIFT key.

The BODY tag has given attributes:

a.   BGCOLOUR: This can be used for altering the background color of the page. By default the background color will be white.

b. BACKGROUND: This is used for denoting the image to be displayed in the background of the page.

c.   LINK: It denoted the color of the hyperlinks that have not been visited or clicked on.

d. ALINK: It denotes the color of the active hyperlink. An active link is one on which the mouse button is pressed.

e.   VLINK: This indicates the color of the hyperlinks after the mouse is clicked onto it.

f.   TEXT: It is utilized for indicating the color of the text displayed on the page.

Example:

<HTML>

<TITLE> My HOME PAGE</TITLE>

<BODY      BGCOLOUR="  #FFC0CB

 "        TEXT = "#FF0000"> HELLO WORLD!

</BODY>

 </HTML>

2166_BODY Tag.png

Figure: A Web Page with a Background Color

The values indicated for BGCOLOUR and TEXT tags mention the cooler of the background of the page & that of the text respectively. These are indicated in hexadecimal format. The range of permissible values in this format is from "#000000" to "#FFFFFF". The"#" symbol needs to precede the value of the color so as to denote to the browser that need to be interpreted as a hexadecimal value. In this six digit value, the primary two digits indicate the concentration of the color red, the next two digits indicate the concentration of the color green & the last two digits indicate the concentration of the color blue. Thus the value is a combination of the primary colors red, green & blue and that is why this is called RGB color. If we indicate the value "#FF0000", the color seems to be red."#000000" gives black & "#FFFFFF" gives the color white. You also contain the alternative of specifying the color by giving its name, such as:

<BODY TEXT = "WHITE">.

You can also indicate a background image instead. (Note that the image must be in the similar folder as your HTML file.).

<HTML>

<BODY BACKGROUND="swirlies.gif">  Hello!

</BODY>

</HTML>

2166_BODY Tag.png

Figure: A Web Page with an Image in the Background


Related Discussions:- Body tag

I need help to develop a web app, I need help to develop a Web App The j...

I need help to develop a Web App The job will include developing a website and advertising platform Job Description- We're looking for a Web Developer. Your responsibiliti

We need help in custom hook for a wordpress plugin, We need help in Custom ...

We need help in Custom Hook for a Wordpress plugin We are in search of someone that can create a custom hook from one plugin into another. The logic is that while a user clic

I want a google map programming using php, I need Google Map Programming ...

I need Google Map Programming We are in search of a PHP JavaScript Programmer to cultivate an interactive Google Map. We require the subsequent completed. a) We have 30,00

Create a connection string to connect to database, Question: (a) What ...

Question: (a) What will be the output of the following extract codes? Describe fully how the program operates. $states_of_the_USA = array (1 => "Alabama", "Alaska", "Arizo

Need help to merge a plugin with a wordpress theme, Merge a plugin with a W...

Merge a plugin with a Wordpress theme I need to make plugins to work on theme as well I want to be able to use some of the extra plugins on the premium press theme. Desired S

Need help for webshop migration, Webshop migration We need to migrate/mo...

Webshop migration We need to migrate/move the website rcfun.dk to a Magento solution as well as we are now looking for the right company that can do the job. The site is curr

I need help in image uploading and simple resizing, I need help in Image Up...

I need help in Image Uploading and Simple Resizing / Frame Selection We need someone to implement a way for our writers to upload an image and have it automatically resize to on

App developer needed, App Developer Needed a) Excellent coding skills fo...

App Developer Needed a) Excellent coding skills for developing an app that can work for IPhone and/ or Android. b) Creative and team player. c) Hardworking and passionate.

Wordpress plugin configuration as well as customizations, Wordpress Plugin ...

Wordpress Plugin Configuration as well as Customizations I want help configuring a plugin correctly (Social Review Engine Plugin) in my Wordpress site. The plugin is previously

Build a php system for a maintenance firm, Hi, I want someone to build a PH...

Hi, I want someone to build a PHP system for a maintenance firm. The users need to log jobs on the system where they will be allocated to a contractor/employee. The contractors wil

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