Notepad is a basic simple-text editor.
Here are the simple steps to create a basic HTML documents:
- open a notepad or any other text editor.
- at the starting of the page type <html>
- On the next line, indent five spaces and now add the opening header tag: <head>.
- On the next line, indent ten spaces and type <title> </title>.
- Go to the next line,close head tag </head>
- on the next line open <body> tag.
- give space of five lines & close </body> tag.
- after on next line close </html>
No comments:
Post a Comment