HTML Intermediate
New stuff learnt in the HTML Intermediate course today. I was introduced to the table element which allows us to create nifty tables such as the one below. Pretty cool exercise. Application of Table Elements (tr, th, td) Things to note: <thead> and <tbody> are elements that do not have a visible function, but just for easier reference. If you hold down CTRL and click on various lines, you spawn various cursors, which is useful for editing several lines of codes simultaneously. Eg. adding width="100" to <img>