Micro Tech Place

This is top add

How to start HTML


Now I showing how to Start learning HTML.If you want to learn html then you first need a editor you can use notepad you can also use notepad++ and more editor.

how to open Notepad
Download Notepad++

All HTML documents to start must be declaration by type  <!DOCTYPE html> . 
Then we'll begin with <html> and end with </html>
Now begin visible part This part start with <body> and end with </body>

Now we write a simple html document

HTML Basic Example

<!DOCTYPE html>
<html>
    <body>

        <h1>This Is my first html heading</h1>

    </body>
</html>

DEMO

No comments :

Post a Comment

Cetegorys

popular Post