Tips to develop good web pages in HTML
Hyper Text Markup Language(HTML) is the language used to create documents for the World Wide Web. We can use HTML to specify the appearance of our text, or to insert elements such as tables, graphics or links to other pages. HTML allows us to mark selections of text as titles or paragraphs, and then leaves the interpretation of these marked elements up to the browser. HTML instructions divide the text of a document into blocks called elements.
Tips to develop good web pages in HTML are:-
- We should use three letter extention ".HTM" as windows can support extension of more than three letters, so we use ".HTML" extension.
- When we edit the HTML document, changes donot reflect in the browser. As changes have been made in the browser cashe but browser picks the information from local cache.
- When the changes have made then browser doesnot know that changes . So in that case we press F5 button or refresh button to force the browserto read the edited page from browser cache rather than from local cache.
- It is better to use commonly used web browser.
- It is also recommended to use new versionn of Windows OS.
- To view the source code of HTML file, click source option from VIEW menu of web browser.
No comments:
Post a Comment