Thursday 9 January 2014

webpage properties 1

hello and welcome to my blog , today i brings new concept for you.

we have saw html code from beginnings..!

* lets understands the characteristics and properties of web page...!

1) change the color of web page what u wants like belove


 <html>
<body bgcolor="pink">
<h1> this is pink colored we page</h1>
</body>
</html>


where, bgcolor="pink" is the attrbute with value with pink it may be green,red,yellow or others.




you can see output showen above.

thank you for being here..!! 

Saturday 21 December 2013

HTML PROGRAMMING

HI FRIENDS,


                      AS i told you earlier, i will start the next post will programming.so we are now going to learn you these things for newbies also. so lets start with following........!

note: HTML IS NOT CASE SENSITIVE LANGUAGE

* U CAN ALSO USE NOTEPAD++

STEP 1:      OPEN NOTEPAD AND EDIT THE CODE BELOW.



STEP 2 : SAVE FILE WITH ANYNAME.HTML IN DOCUMENT SECTION.
EXTENSION OF FILE SHOULD BE ( .HTML).

STEP3: AFTER SAVING FILE, OPEN THE DOCUMENT SECTION YOU WILL SEE THE FILE ( ii.html ) as i save file with name ii.html. 

STEP 4: AFTER FINDING FILE DOUBLE CLICK ON FILE AS SHOWEN BELOW.





EXPLAINETIONS : :
                
                LINE 1 : <HTML>

                 IT SHOWS THE OPENING STARTING TAG LINE.
                
                 LINE 5 : </HTML>

                IT SHOWS CLOSING TAG OF CODING.

                LINE 2 : <BODY>
                
                IT DETERMINES  HOW TO BODY OF WEBPAGE SHOULD BE. WHATEVER WANT TO DISPLAY ON WEBPAGE THAT HAVE TO PLACE IN BETWEEN BODY TAG AS SHOWEN IN FIGURE ABOVE.


OUTPUT: FINALLY HTML FILE RUN ON BROWSER AS SHOWN BELOW:




THANKS FOR VISITING .....

Tuesday 17 December 2013

PROGRAMMING WITH WEBPAGES

HI FRIENDS,

                   I  am going to explain some programming languages useful to build web pages on simple notepad. I will show today how it works and some basics. HTML i.e hypertext markup language.
it is very basic language that we have to study before staring to learing internet programming i.e php,asp,jsp,.net,css etc.
                  so i would like to start my second post with HTML because without it u cant compromising others.tutorial helps more those who just wanting to learn websites,scripting languages , goden chance for beginners.

1)HTML scipt  gererally edited over notepad.

2)you must choose appropriate file name before save.

3)HTML scipt runs on browsers including you can run html page on your mobiles browser.

4) HTML file should be saved in DOCUMENT library section.

5) HTML files extension should be example.html as shown below>>>>>>


IN NEXT TUTORIAL I WILL START SCRIPTING TILL THEN GOOD BYE!!!!!!!!!!!