0% found this document useful (0 votes)
590 views

Bca - 3 - Web Design and Client Side Scripting

This document outlines a course on web design and client-side scripting that covers HTML, CSS, and JavaScript. The course covers HTML elements, document structure, CSS properties for styling text, colors, boxes, positioning and tables, and JavaScript concepts like variables, data types, expressions, functions, objects, and DOM event handling. The course also introduces JSON, jQuery, and using cookies to save state.

Uploaded by

Bijay Mishra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
590 views

Bca - 3 - Web Design and Client Side Scripting

This document outlines a course on web design and client-side scripting that covers HTML, CSS, and JavaScript. The course covers HTML elements, document structure, CSS properties for styling text, colors, boxes, positioning and tables, and JavaScript concepts like variables, data types, expressions, functions, objects, and DOM event handling. The course also introduces JSON, jQuery, and using cookies to save state.

Uploaded by

Bijay Mishra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Web Design and Client-side Scripting - (BCA III)

1. HTML, XHTML & HTML5 (15hrs) a. Introduction a. The elements of HTML i. The root element ii. The html element b. Document metadata c. Sections d. Grouping content e. Text-level semantics f. Edits g. Embedded content h. Tabular data i. Forms j. Interactive elements k. Links 2. Page Designing With CSS (12hrs) a. Introduction to designing approaches i. Table-based designs ii. Table-less designs b. Basic Structure of table-less designs c. Cascading Style Sheet and Properties i. Introduction ii. CSS v CSS3 iii. CSS Properties 1. Text and Fonts 2. Colours and Backgrounds 3. The Box Model - dimensions, padding, margin and borders 4. Positioning and Display 5. Lists 6. Tables 7. Media 3. Client side scripting (18hrs) a. Introduction Client side scripting b. Javascript i. Lexical Structure ii. Variables, Identifiers, Data Types and Values, Scope, Literals, Reserved Words, iii. Expression and operators, Statements, iv. Arrays, Objects(Math, String, Date), v. Functions, vi. Regular Expressions, vii. Garbage Collection c. Objects i. Objects and Properties ii. Constructors iii. Methods iv. Prototype and Inheritance v. Object as Associative array d. DOM and Event Handling e. Introduction to J-Son, jQuery, jQuery Integration f. Saving State with Cookies.

You might also like