An introduction to HTML. Learn the various component of HTML.
Learn how to display the message “Hello World” in HTML page in browser.
Learn the various tags which are required for writing the basic ‘HTML’ codes.
Learn how to communicate or relate with HTML tags - use of style, id, class etc.
Learn how to draw tables and apply some major attributes.
Learn some of the text formatting options e.g. bold, italic, subscript and strike.
Learn how to add images to your HTML page and work with image attributes.
Learn how to use list items for your HTML page and work with the various types.
Learn how to make use of links to add a file from within and outside a document.
Learn how to create forms for collecting data.
Learn the introduction to CSS.
Learn how to add inline CSS code to HTML.
Learn how to include an embedded CSS code to HTML.
Learn how to import an external css file into ‘html’ document.
Learn how to work with the basic css selectors (Element, Id and Class).
Learn a thing or two about Hierarchy in CSS and how it works.
Learn more about other CSS selectors aside from the basic (Element, Id and Class).
Learn more about other CSS properties in a tabular form.
Learn about the introduction to JavaScript. What it is and how to use it.
Create your first code with JavaScript. How to use JS code in HTML.
Learn about Keywords, Datatypes, Variables and Operators in JavaScript.
Learn about JS Control structures, loops and functions.
Learn about some basic JavaScript event handlings and other functions.