Hey all. In this HTML5 tutorial we discuss why the font tag is no longer application in HTML5 and show you how to use CSS to change the formatting.
In this tutorial you learn how to create buttons / blocks with CSS for links. Cool effect – the button changes colour when the mouse hovers over it.
We use the div tag to create the top and bottom sections of our page – the top section contains the heading and the bottom section contains a horizontal banner advertisement.
In this lesson we make use of the float attribute in the div tag to split up our webpage into two columns – the left hand side column will contain the menu of the website while the right hand side column will have the content of each page. p.s. the unit “em” is the font …
In this lesson we use the div tag to draw a border around the screen, grouping the whole page together in one section. In the next video we are going to use div tag to divide our page into multiple sections.
In this lesson we copy and paste all the code from style tag into an external css style sheet, then refer to the style sheet in the code of our index page. This way if we update the style sheet it updates all of the pages on the website referring to the style sheet.
In this lesson you learn how to insert tables in HTML – a very important way to organise information in webpages.
In this lesson we talk about how to insert images both using the source file on the server or another file that’s already on the Internet (make sure you have the copyright). You also can change the height, width, and alignment of the picture, as well as adding a description of the picture in case …
In this lesson we customise the font type, font colour, background colour attributes of the html tags (p), (h1), (h2), (h3), (body), and (a) in the CSS style sheet.
In this tutorial we put our page in the basic HTML structure. We talk about the meaning of the tags head, title, and style. We change colors of all the tags in the page (h1, p).