CodeX Web Docs.

CodeX Website development Documents for Students

Search Docs.

HTML 101

CodeX Docs 01

Introduction to HTML

An introduction to HTML. Learn the various component of HTML.


Signs, Text, Tags

HTML 102

CodeX Docs 02

Your First Code

Learn how to display the message “Hello World” in HTML page in browser.


Signs, Text, Tags

HTML 103

CodeX Docs 03

Basic tags

Learn the various tags which are required for writing the basic ‘HTML’ codes.


Tags, Text

HTML 104

CodeX Docs 04

Attributes

Learn how to communicate or relate with HTML tags - use of style, id, class etc.


Tags, Text, Attribute

HTML 105

CodeX Docs 05

Tables

Learn how to draw tables and apply some major attributes.


Tags, Text, Attribute, Tables

HTML 106

CodeX Docs 06

Text Formatting

Learn some of the text formatting options e.g. bold, italic, subscript and strike.


Tags, Text, Attribute, Formatting

HTML 107

CodeX Docs 07

Images

Learn how to add images to your HTML page and work with image attributes.


Tags, Text, Attribute, Image

HTML 108

CodeX Docs 08

List

Learn how to use list items for your HTML page and work with the various types.


Tags, Text, Attribute, List

HTML 109

CodeX Docs 09

Links

Learn how to make use of links to add a file from within and outside a document.


Tags, Text, Attribute, Links

HTML 110

CodeX Docs 10

Forms

Learn how to create forms for collecting data.


Tags, Text, Attribute, inputs, button, forms

CSS 101

CodeX Docs 11

Introduction to CSS

Learn the introduction to CSS.


Text, Intro

CSS 102

CodeX Docs 12

Inline CSS

Learn how to add inline CSS code to HTML.


Text, Inline

CSS 103

CodeX Docs 13

Embedded CSS

Learn how to include an embedded CSS code to HTML.


Text, embedded

CSS 104

CodeX Docs 14

External CSS

Learn how to import an external css file into ‘html’ document.


Text, external

CSS 105

CodeX Docs 15

Basic CSS Selectors

Learn how to work with the basic css selectors (Element, Id and Class).


Text, inline, selectors

CSS 106

CodeX Docs 16

Hierarchy

Learn a thing or two about Hierarchy in CSS and how it works.


Text, selectors, hierarchy

CSS 107

CodeX Docs 17

More selectors

Learn more about other CSS selectors aside from the basic (Element, Id and Class).


Text, other selectors

CSS 108

CodeX Docs 18

More properties

Learn more about other CSS properties in a tabular form.


Text, table, other properties

JS 101

CodeX Docs 19

JavaScript Introduction

Learn about the introduction to JavaScript. What it is and how to use it.


Text, intro

JS 102

CodeX Docs 20

First code

Create your first code with JavaScript. How to use JS code in HTML.


Text, intro, script

JS 103

CodeX Docs 21

Keywords, Datatypes, Variables and Operators

Learn about Keywords, Datatypes, Variables and Operators in JavaScript.


Text, tables, scripts

JS 104

CodeX Docs 22

Control structure, loops and functions

Learn about JS Control structures, loops and functions.


Text, tables, scripts

JS 105

CodeX Docs 23

Event handling

Learn about some basic JavaScript event handlings and other functions.


Text, scripts