What is HTML.Basic coading for begginers.





written by...Hatim dahi


What is html

html(Hypertext Markup Language) is the coading language used to develope website.Html is the easiest coading language as compare to c and c++.Html5 is the latest version of HTML standard.It is essential to learn Html if you want to develop a website ,without it you can't build a website.we can use a variety of language and technology to create a website , the most Basic of them is Markup language called Hyper Text Markup language(Html).





How to create a simple web page

Let us start exploring HTML and use it to create a personal blog .first of all install a notepad if you are using mobile phone for html then start coading as follow👉

  •create a new file in notepad.
  •save the file as MYBLOG.html.
  •Type <HTML> and </HTML> in the MYNLOG.html file as show below👇
  •Type <HEAD> and</HEAD> in the html coad.
  •Give the title tag under the HEAD tag.
  •now type <BODY> and </BODY> outside the HEAD tag .
   •Close the html tag as </HTML>



●How to connect my page on internet

so we already created a page in notepad using html , now the question arises in our mind that how to connect it with browser so to connect your website to browser you should follow this steps👉

1.Open INTERNET EXPLORER.
2.Select Open from the FILE menu. The open dialog box appears .
3.click BROWSE. The WINDOWS INTERNET EXPLORER dialog box appears .
4.Locate and select the HTML document in the WIMDOW INTERNET EXPLORER dialog box.
5.click open.
6.click OK. The HTML document appears in the Web browser

●Setting of page appearance

We have created a simple blogging Web page that contain simple coads. Now as while browsing over the internet, we have seen different beautiful and attractive websites that offer a pleasent experience.some of them use attractive and relevent background images , thier content on the web page is neatly organized in different section  where each section has a heading to describe the content that appears on it. some website even content different text and colours all this efforts are done to make the website attractive and beautiful.
              so to create a attractive website this simple coading is not enough.Firstly you have to manage the setting appearance for your blog.now to make blog more attractive follow this  5 steps 👇

1. To change the background colour 
  
●open the MYBLOG.HTML file in notepad.
●Add the   bgcolor  attribute  in the <body> tag.
 
   <body bgcolor="pink">.
●Save the MYBLOG.HTML file
●open the MYBLOG.HTML file in a browser. The background colour is applied to your blog.


2.To Change the text colour.

●Open the MYBLOG.HTML file .
●Add the text attribute in the <BODY> Tag and put any colour like we take red

<BODY bgcolor="blue" text="purple">
this attribute is used to change the colour of text in the blog.
●save the file.


3.Setting Text margins.

●Open the MYBLOG.HTML file.
●Add the Topmargin attribute in the <body>  tag:
   <BODY bgcolor="blue" text="red" topmargin="30">.
●Save the file.

4. Paragraph writing.

●for building paragraph we just simply add tag like <P> before and after you want to start paragraph.
 for example!- <P>SCIENCE AND TECHNOLOGY IS THE MOST POWERFUL WEAPON IN TODAY S WORLD</P>


     

5.BOLD The letter.

●to make letter bold a simple tag is used like <B>. It is applied same as paragraph tage.before and after the word you want to made bold
   for example!-<B>SCIENCE</B>

From above steps we you can easily develop a good website very simply and creatively.these is for beggeners whow wanted to know what is HTML.next level will be published very soon.

THANKYOU ! 
GOOD LUCK







Comments

  1. basic html coading is given hope you enjoy this yard.comment if you face any difficulty

    ReplyDelete
  2. Very beautifully explained from a beginners perspective. Gud work.

    ReplyDelete

Post a Comment

If you have any doudt regarding science and technology then you can comment any time.

Popular posts from this blog

what are Computer security? | Its type and protection from threats |