HTML
HTML
Prerequisite: Basic Computer Knowledge
Total No of Hours: 16
This course includes:
1. Introduction to web page designing using HTML: create and save an HTML document, access a web page using a web browser.
2. HTML tags: html, head, title, body, (attributes: text, background, bgcolor, link, vlink, alink), br (break), hr(horizontal rule), inserting comments, h1..h6 (heading), p (paragraph), b (bold), i (italics), u (underline), ul (unordered list), ol (ordered list), and li (list item). Description lists: dl, dt and dd. Attributes of ol (start, type), ul (type).
3. Font tags (attributes: face, size, color).
4. Insert images: img (attributes: src, width, height, alt), sup (super script), sub (subscript)
5. HTML Forms: Textbox, radio buttons, checkbox, password, list, combobox.
6. Embed audio and video in a HTML page.
7. Create a table using the tags: table, tr, th, td, rowspan, colspan.
8. Links: significance of linking, anchor element (attributes: href, mailto), targets.
9. Cascading style sheets: colour, background-colour, border-style, margin, height, width, outline, font (family, style, size), align, float.
10. Project Work