Develop an HTML webpage. You are required to use the following tags at least one time in the webpage.
< h1>…< /h1>
< h3>… < /h3>
< p>…< /p>
< b> …< /b>
< i>…< /i>
< sup>…< /sup>
< sub>…< /sub>
< u>…< /u>
< a…..> < /a>
< ul>< li>…< /ul>
Step 1: Open Notepad (PC)
Windows 8 or later: Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
Windows 7 or earlier: Open Start > Programs > Accessories > Notepad
Step 1: Open TextEdit (Mac)
Open Finder > Applications > TextEdit
Also change some preferences to get the application to save files correctly. In Preferences > Format > choose "Plain Text"
Then under "Open and Save", check the box that says "Ignore rich text commands in HTML files".
Then open a new document to place the code.
Save the file on your computer. Select File > Save as in the Notepad menu. Name the file "index.htm" and set the encoding to UTF-8
You can use either .htm or .html as file extension. There is no difference, it is up to you.
Open the saved HTML file in your favorite browser