WEB DEVELOPMENT OR WEBSITE LANGUAGES.

 today I am discussing about most fantastic and most melodious topic that is how we are able to make a website their own and other.

website means a collection of related web pages about business, medical, engineer , contractor, merchant, teacher, school, personal earning website etc.

website  has a vital role in our life. today is in 21st century. the world has become a global village due to internet and fast communication. Global village means people are connected with each other, as they are living in a society.

therefore in the most fast and developed world, every one need a website. 

today in this paragraph i would like to tell about four basic languages which is most important for

developing a website. these are 

1# HTML

2# CSS

3#JAVA SCRIPT

4# PHYTON

so what is HTML:
HTML stands for hyper text markup language. it is developed by web site developer.it is most simple common and most amazing using language. 
for example if you want to make a first web page for a website.
you need NOTEPAD and SUMBLIME software. 
NOTEPAD is very common application software . and it is always present in every windows  OR operating system.
so easily open your notepad in your laptop or desktop computer and save it as ____ .html.
now write:
<html>
<head>
<title>my website first page</title>
</head>
<body>
</body>
</html>
similarly your first website page is created. now you are able to include/ add  images, heading , paragraph , header, footer, main body of a website. 
for example if you like to write { i am a website developer}
follow this code in HTML.
<h1>i am a website developer</h1>
<p> i am a website developer<./h1>
 . if you want to include an image in your webpage you need to follow this language.

<img src="img-girl.jpg"height="100" width="200";>
 for example if you want to include a link in you webpage you need to follow this rule .
 <a href="http.//www.w3school.com";</a>
if you want to include order and disorder in your webpage you need to follow different tag. for example. 
<b> </b> tag for bold page.
<i> </i> for italic tag.
<u></u> for underline the line in your page. 
<br> take for brake.
<hr> take for horizontal line.
<h1></h1> for heading. <h1> is known as starting tag and </h2> is known as ending tag. 
both tags are acting independently with each other. some tags are called empty tags. they are not an ending tag. for example.   <br> <hr>  etc.
for example you you want to add a button in your page. you need to follow the rule.
<input type="button"value="button">Button
<input type="button"value="button">Button
<input type="button"value="button">Button
<input type="button"value="button">Button
for example if you want to add a background color in your webpage. you need to follow the following rule.
<h1 style="background-color: powderblue;">
if you want to write a pragraph in a color form , you need to follow the following rule.
<h1 style="text-color:green;">i am a website and programmer designer<.h1>
for example if you want to include header, footer, body , paragraph in your page, you need to follow the follwing tags. <footer></footer>, <head></head>/ <body></body>
  <table></table>


next post i will discuss about CSS and importance of CSS language in our website.
thanks you by by
             

Comments

Popular Posts