Few points to write HTML code
Every HTML codes begin with <HTML> tag and end with </HTML> tag
Every HTML saved by .HTML or .HTM
We can write the code on simple notepad
Output of the HTML document can be displayed by typing path where has been saved the path along with .HTML extension on the address bar of any web browser
If the browser is not displays our expected output, it means the HTML documents carries error
The HTML Language is not case sensitive we can use upper / lower case also will make no difference.
No comments:
Post a Comment