Basic of HTML language and CSS
BASIC
OF HTML AND CSS
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiftDfWYWfRKa_3-x2YZJHbbPswj3AuqaI-4bphed65QisNWwqHjTEwCNocOlCo0e0I-2Ie-bNjyiB_JziIVtgicE05itVBirCTdhvTCcmjrceQLslqHC1BE4WQLnVAEKASnYMEhv9KlBw/s320/fggdfgcv767.jpg)
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.)
Waoo nice...
ReplyDeletethank u
ReplyDelete