SEC HTML
SEC HTML
(2) Note(s): Syllabus changes yearly and may be modified during the term itself, depending on the
circumstances. However, students will be evaluated only on the basis of topics covered in the
course.
Course Objectives
Knowledge Acquired:
(1) Understanding of web page structure.
(2) Notepad, browser familiarity.
(3) Knowledge about building web pages.
Skills Gained:
(1) Proficiency in web page development.
(2) Visual content insertion capability.
(3) Creation of forms, tables.
Competency Developed:
(1) Effective web page development competency.
(2) Understanding the core concepts of web development and how web pages are constructed.
(3) Ability to structure and organize content on a web page effectively.
(4) Skills in creating forms to collect and manage user input.
Syllabus Overview
Students are advised to do laboratory/practical practice not limited to, but including the following
types of problems:
(1) Creating an HTML document for displaying a web page with the following tags:
a. Bold
b. Italic
c. Alignment
d. Paragraph
e. Underline
f. Text colour
g. Background colour
h. Heading
i. Line break
j. pre
(2) Design a web page of your CV with headings as objective, educational qualification,
achievement, strength, hobbies and personal details.
Apply the following specifications:
a. Set any light colour as page background
b. Bold and underline all headings
c. Insert your image on the left side of the web page
d. Use heading tag to specify the heading
e. After every heading is over put a horizontal line
f. Use pre tag for educational qualification.
(3) HTML program to create nested lists
(4) HTML program to create a form to take input from user and display it
(5) HTML program demonstrating use of tables.