cool websites
Saturday, 17 November 2012
Friday, 16 November 2012
Wednesday, 7 September 2011
mycoolday
Today is the coolest day of my life
so what happen ?
first i have some big trouble in my server and then it makes me very sad and also make me very tens so after sometime i connect to the another motherboard and then start to install ubuntu server again but it is not also taken in so i was wondered why it is happening so i further restart the pc and then i found the ubuntu 11.04 coooooooolest edition of ubuntu but there is a slite problem that it cann't able to run on my server
After everything wroks perfect !!!!!!!!!!!
Thursday, 11 August 2011
Saturday, 16 July 2011
Wednesday, 13 July 2011
HTML and CSS
So in this series i will tell you very important stuffs related to HTML and CSS.
seen the HTML and CSS is used by website designers mostly but if your having some blog and in that
you want to change the code or the theme of your from scratch then you should know what is HTML
what is the CSS and after words the javascript and the Jquery this 2 thing are very usefull and we can do anything through this like javascript and jquery.
basically HTML is a hyper text make-up language .
in that we use tags to code anything on the webpage and the output of this HTML is seen only on the webpage means in web browsers
so first step is to step up the basic html tags
<html>
<head>
here you can type the scripts , css or any thing else and note that what ever you write in the head tags it will not be seen on the webpage
</head>
<body>
here you can write anything like the table tages the php script then anything if you any single word it can be seen on the webpage
</body>
</html>
seen the HTML and CSS is used by website designers mostly but if your having some blog and in that
you want to change the code or the theme of your from scratch then you should know what is HTML
what is the CSS and after words the javascript and the Jquery this 2 thing are very usefull and we can do anything through this like javascript and jquery.
HTML
basically HTML is a hyper text make-up language .
in that we use tags to code anything on the webpage and the output of this HTML is seen only on the webpage means in web browsers
so first step is to step up the basic html tags
<html>
<head>
here you can type the scripts , css or any thing else and note that what ever you write in the head tags it will not be seen on the webpage
</head>
<body>
here you can write anything like the table tages the php script then anything if you any single word it can be seen on the webpage
</body>
</html>
Subscribe to:
Comments (Atom)