Box Model
Oops, sorry my bad, I need to talk about one more topic before continuing with images. That topic is the box model. This is a very important concept that you really need to understand. It is the building blocks of most items on a web page. The box model concept applies to all the tags […]

Tags and elements
Today we are going to talk about the tags that are shown below. b = bold formating ( inline tag) br = line break (inline tag) * h1 = header, level one (block tag) h3 = header, level three (block tag) li = list item (block tag) ol = ordered list (block tag) ul = […]
What people are saying