skip to main | skip to sidebar

Tuesday, January 22, 2013

Web Design for Beginner (Part 1)

0 comments

HTML Introduction : HTML means Hyper Text Markup Language.         Open Notepad and type this code :- <!DOCTYPE html>  <html> <title> Title tag</title> <body> <h1> It is Heading Tag</h1> <p> Paragraph</p> </body> </html> click on save as and save format is  new documents.html ...