HOW TO WRITE HTML using Notepad
Write HTML using Notepad.
The steps to save html codes using notepad follow the steps bellow
- Open Notepad.
- Write HTML code.
For example
<DOCTYPE html>
<html>
<body>
<p> chully tz </p>
</body>
</html>
- Save it. To save click file then save it with a HTML file extension example the above code can be named chullytz also to save file extension will be chullytz.html this file will be opened as web page
In explanation,
- <html></html> tag is tell Internet browser this file is a start and end of the HTML file document.
- Text between <head></head> tag is for HTML HEADER INFORMATION, WHICH IS NOT DISPLAY IN INTERNET BROWSER.
- Text between <title></title> will display in left-up corner in Internet browser, its web page title.
- Text between <body>,/body> will display as content Internet browser.
Prepared by IBRAHIM MCHUCHURI.
HOW TO WRITE HTML using Notepad
Reviewed by Unknown
on
May 11, 2017
Rating:
No comments