Curt Sahd

Lesson 6 – HTML colours

HTML Colours Colours can be set using colour names, RGB values, and HEX values. Using colour names <h3 style="color: red">Some heading</h3> <h3 style="color: blue">Some heading</h3> Using RGB values <h3 style="color:…

Continue reading
0 Comments

Lesson 7 – HTML Lists

HTML is comprised of two types of lists: ordered lists and unordered lists Ordered lists Ordered lists are numbered sequentially and are created using ol tags See the Pen HTML…

Continue reading
0 Comments

Install Adobe Flash Ubuntu

To install the latest version of Adobe Flash in Ubuntu, you have to enable the following repository: Canonical Partners – Software packaged by Canonical for their partners After clicking on…

Continue reading
0 Comments