ads

Basic of HTML language and CSS

          BASIC OF HTML AND   CSS





Introduction
.  Html full name is (Hyper text markup language).
It is a standard language for creating web pages and web application  . html describe the structure of web pages  using markup, its element are buliding for web pages .
.css full name is (cascading style sheets ),it is a cornerstone technology most website to create vissually webpage,  develop in 1917 by Hakon Wilum lie and bert bos , it is a powerfull tool for web designes.


How can start  html programing

. first we install notepad++ software in our pc , it is avilabe on  the net for free, after install open , it  is normaly open,  after open  we open a new page.
. After open page  we can write the basic body or code of the any program in html-


<html>

<head>

<title>we can write anything for title </title>
</head>

<body>

this is  boy

she is girl

we can write anything in body

</body>

</html> 


. after write above code save it , than we gone uper side of notepad and clik run, in run we can use crome or mozila type any  browser, And run it.
Afer runing  we find output on crome of mozzila browser –

1. Title (anything).
This is boy she is girl

. tricks-

. in any program if any body is open it is definitely close .( <html> </html> , <body>   </body> etc.)
. for closed any body we can use  this / stymbol.

          
anubhav singh



2 comments: