WEB DESIGN

Author:  MD. Arman Hossain

Do you know how design a Website?

-        It’s not so complicated. By learning HTML, you can easily design a website as your wish. HTML (Hyper Text Markup Language) is not a programming language, it’s a Markup Language. It’s provide us some tags to develop our design and also some attributes, property, attribute value etc.

 

<h1 align="center">This is Heading One</h1>

<h1>” is a starting Tag, “</h2>” is a closing Tag, “align” is a Attribute, “center” is a Attribute   value and “This is Heading One” is a Content.

 

-        So, learning theory is a waste of time. Let’s start learning   about HTML.

Step 1: - There are six Heading tags to express Header on your webpage. They are h1, h2, h3, h4, h5 and h6.   


#You can use Notepad to run this code. At first open a document and save it with .html extension. Then type your code :-

<html>

   <head>

   </head>

   <body>

            #Type your all code here.

   </body>

</html>       

Then click right button on mouse and select ‘Open in Browser’ to open it on browser. No internet needed.

 

Step 2: - To type any text we can use Paragraph Tag.

<p> This is paragraph </p>   



To be continued.............?

       

- MD ARMAN HOSSAIN

      

 

Comments

Post a Comment

Popular Post