6. HTML, CSS and JavaScript: Inline Styles

This is the sixth in a series of videos about creating a web page by combining HTML, CSS and JavaScript. It covers the use of the style attribute to change the appearance of text. These so called ’inline styles’ can be used to change font colour, font family, font size, and more. The video includes specifying a colour for a style using either a colour name, an RGB value or a hexadecimal colour code. It also shows how to specify a font size that will grow and shrink according to the size of the browser
Back to Top