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>


No comments :
Post a Comment