Why do I need HTML?
- Documents of the World Wide Web called "webpages". No one connected to the internet can view these pages accurately without using a browser (although there are ways to route some data to a text-viewer that doesn't support GUI). Browsers understand a language called HTML. HTML is used to structure information.
- XHTML is easier to process and maintain. It combines HTML with stricter rules of XML
- With Cascading Style Sheets, HTML code because much simpler. The persentational attributes of a webpage are written in a CSS file. Based on the type of display you wish (for visually-impaired or for the mobiles) an appropriate CSS file can be chosen.
No comments:
Post a Comment