HTML Tutorial for Beginners 13 – The div Tag

Yo Ninjas! In this HTML lesson we’re going to take our coding skills up a notch and introduce the mighty DIV tag!! This is a versatile HTML tag that can help to organise your code and provide useful when we style our pages in CSS!

Beware ninjas – do not be too gung-ho with the div tag and use it everywhere! There are newer, HTML5 semantic tags which we can use in conjunction with our div tags to make our pages even better! Look out for my HTML5 course in the future :).

You May Also Like