Tuesday, September 30, 2014

Start HTML Coding for HSC students

Preparing to Start HTML Coding  :

1)  HTML Editor: Open notepad as basic HTML code Editor.
How to open Notepad
a. Start => Program => Accessories => Notepad Or, (shortcut)
b. Logo (Win. Key) + R => notepad (enter)
c. Start basic HTML coding structure/syntax.
d. Save the HTML code with a extension of .html (your-name.html)
 
2)  Go to your saved file location and open the html file (your-name.html)
3)  Web Browser: Choose any web browser installed in your PC like- Firefox, Opera, Chrome or, Internet Explorer to see/view your output results.

Introduction to HSC HTML

Chapter 4: HTML & Web Design

Ref.: Preparing to Start HTML Coding


<html>
  
    <head>
    </head>

    <body>
    </body>

</html>