top of page


Programming

HTML Lecture 12 - HTML Javascript
HTML Javascript Javascript makes your webpage more dynamic and interactive for users. We will be discussing this topic in detail in...
Alex Wright

HTML Lecture 11 - HTML Classes and IDs
HTML Classes The class attribute is used to specify a class for an HTML document. Multiple elements can have the same class in an HTML...
Alex Wright

HTML Lecture 10 - HTML Lists and Iframes
HTML Lists allow web developers to group a set of the related items in an ordered or unordered list. HTML - Unordered List An unordered...
Alex Wright

HTML Lecture 09 - HTML Tables
HTML table is defined by a tag <table>. Each table row is defined by the tag <tr> and each data/cell is defined by <td>. We can also use...
Alex Wright

HTML Lecture 08 - HTML Images
Today we are going to learn about How to use images on your webpage. Images can improve the design and the appearance of a web page. We...
Alex Wright
bottom of page