General

Gallery Widget

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

Mount SAMBA share Ubuntu

Samba shares are sometimes difficult to work with through the Ubuntu UI. As such you can follow these steps to mount a SAMBA share in Ubuntu: Install cifs-utils sudo apt-get…

Continue reading
0 Comments