Html Editors
Html Editors : You can use professional editors such as Microsoft WebMatrix, Subline Text, Dreamweaver etc.
For Learning purpose use Notepad(Text edit for mac).
Steps to use Notepad.
1. Go to Start Search “Notepad” click on notepad to open it.
2. Add the following code.
<!DOCTYPE html> <html> <head> <title>Title</title> </head> <body> <h1>Heading</h1> <p>Paragraph.</p> </body> </html> |
3. Save it as test.html on desktop or where you want.
4. Go to the desktop where you saved the file and open test.htmlin browser.
It Will Show :
Note : You can save files with extension .html or .htm.
Advertisements
Add Comment
📖 Read More
- 1. Html Documents
- 2. Html Elements
- 3. Html Attributes
- 4. Html Headings
- 5. Html Paragraphs
- 6. Html Styles
- 7. Html Formatting
- 8. Html bold tag
- 9. Html strong tag
- 10. Html Italic Tag