HTML Basic Code

 

HTML Basics


First of all I will tell you the best compiler to use the html. Notepad is good but for any huge projects you need a compiler. So you can use bracket as a compiler for html which is available free online. You can download this from google easily by writing this. Bracket software free download.

Here we will learn How to code by using html language. So in the code which is given below I add some tags which are necessary to make a html page. So the first tag is html which defines the language by using this tag our browser can find the format for our language after this there is a head tag which is also an important part for html here we define the heading or any CSS or Classes etc. But below I define the title of the page which is Abdul Wahab Raza. After closing the head tag I am defining the body part which don't need any definition. 

By practice this code you can understand better. 

       
<HTML>
<Head>
<Title>
Abdul Wahab Raza
</Title>
</Head>
<Body>
this is my first web page.
</Body
</html/>

Comments

Popular posts from this blog

Multiple inheritance,friend function and multiple file in oop(object oriented programming)

Concepts of OOP (object oriented programming)

Concepts in c++........