CBSE Computer Applications Class X (165)
CBSE Class - X
Computer Applications (Code No. 165)
Syllabus (2023-24)
PROJECTS (50)
Unit 2: HTML (25)
• Introduction to web page designing using HTML: create and save an HTML document, access
a web page using a web browser.
• 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).
• Font tags (attributes: face, size, color).
• Insert images: img (attributes: src, width, height, alt), sup (super script), sub (subscript).
• HTML Forms: Textbox, radio buttons, checkbox, password, list, combobox.
• Embed audio and video in a HTML page.
• Create a table using the tags: table, tr, th, td, rowspan, colspan.
• Links: significance of linking, anchor element (attributes: href, mailto), targets.
• Cascading style sheets: colour, background-colour, border-style, margin, height, width,
outline, font (family, style, size), align, float.
|