HTML Tutorial
HTML is the language used to create web pages. There are many HTML tags which can be used which include header tags. The web browser will not display the tags but instead display what is stored in them. Many things like images , objects and JavaScript can be displayed on web pages. The four main types of tags are as follows :
- Definition - This is the tag which defines the document as a web page.
- Header - The information the user will not actually see which is about the author and any other information about it.
- Title - The title of the document which will appear on the top of the browser.
- Body - All the information which will be displayed on your website.
Over the years Web pages have started to look better and better and this will continue to happen. A way which this has happened is by using CSS which stands for cascading style sheets. CSS can help to improve the look of the web page and can be quite easy to use. CSS can change the attributes of many HTML documents by changing the font colour, background colour border or even sizes. Here is an example of colours which can be used and their values.