InterviewSolution
Saved Bookmarks
| 1. |
Where do you write HTML code and how do you execute that code |
| Answer» We can write HTML code in notepad. We can also write HTML code in MS word, PageMaker etc. But notepad is good for create HTML page.When we save or execute HTML code to make webpage, it is necessary to write (.html) in last.Example : we want to save html page as the name (book) it is wrong but when we write (book.html) it is true. | |