QUIZ 1 QUIZ 2 ASSIGNMENTS  --- CONTENT ---   Introduction HTML Editors Basic HTML Tags Heading Tags Paragraph Tags Line Break Tag Horizontal Lines Preserve Formatting Links Images Formatting Tables Heading Colspan and Rowspan Backgrounds Height and Width Header, Body, and Footer Lists Unordered List UL Types Ordered List OL Types Div Span Forms Fieldset Legend Label Input Select Datalist Textarea

HTML Editors

Web pages can be created and modified by using professional HTML editors like Visual Studio Code, Sublime Text Editor, etc. But we can also use simple text editors like Notepad (Windows) or TextEdit (Mac).

Steps to create your first web page

Step 1: Open any text editor mentioned above whcih you are comfortable with.

Step 2: Write some HTML code into the editor to test it.

Step 3: Save the HTML Page

Save the file on your computer. Select File > Save as in the File menu of the editor.

Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).


View in Browser


Tip: You can use either .htm or .html as file extension. There is no difference, it is up to you.

Step 4: View the HTML Page in Your Favourite Browser by double-clicking on the file, or right-click - and choose "Open with".


View in Browser