The document outlines a comprehensive curriculum for a placement batch covering HTML, CSS, and JavaScript. It includes topics such as web introduction, HTML structure, CSS styling, and JavaScript programming concepts, along with practical applications like forms, arrays, and event handling. The course is structured into sessions that progressively build on each topic, ensuring a thorough understanding of web development technologies.
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 ratings0% found this document useful (0 votes)
7 views5 pages
HTML-JS Placement Content (Updated)
The document outlines a comprehensive curriculum for a placement batch covering HTML, CSS, and JavaScript. It includes topics such as web introduction, HTML structure, CSS styling, and JavaScript programming concepts, along with practical applications like forms, arrays, and event handling. The course is structured into sessions that progressively build on each topic, ensuring a thorough understanding of web development technologies.
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/ 5
HTML/CSS/JavaScript Content (Placement batch)
Sessi Topic Name Sub-topic
on 1&2 Web - Introduction Introduction What is Web & History of Web? What is a web page? How does it work? What a browser does? What is W3C? The importance of W3C standards Overview of the Internet Overview of the World Wide Web (WWW) Email, SMTP MIME, FTP, URL, URI What is HTTP & HTTPS What is Client & Web Server? What is Hyperlink? Types of Web Pages & Web Sites 3 What is HTML? Introduction HTML Editors to HTML HTML Versions Features of HTML Limitations of HTML 4 Introduction to HTML <!DOCTYPE> HTML Version Info. Structure Head Section Introduction to TAGS Types of Tags Structure of HTML Document HTML Comments 5 Presentational & Heading tags Formatting Tags paragraph tag strong tag, emphasis tag, strike tag underline tag, subscript tag, subscript tag span tag, label tag 6 Title and Html Br tag entities Html entities html hexadecimal codes title tag how to set logo/icon 7 Attributes What is attribute? Types of attributes html attributes 8 HTML Images & Web image formats Anchor Tag How images are used in web design The image tag Introduction anchor tag Internal Links & External Links Text Links, Picture Links HTML/CSS/JavaScript Content (Placement batch) 9 working with Lists Making Unordered lists Making Ordered lists
10 working with Div tag Introduction to div
Div tag implementation 11 HTML - Tables Intro to tables Working with Table tag, caption tag, tr, tag, td tag, th tag settings alignment, width & height Colspan and Rowspan 12 HTML Forms Introduction to forms GET vs. POST 13 & 14 HTML Form Controls Input tag and input tag attributes Working with Text fields, Password fields, Reset button, Submit button, Checkbox, Radio button, Email field, Date field, Time field, File upload control etc… 15 Additional from text area tag controls Select & Option tags datalist tag 16 & 17 HTML5 new Introduction to HTML5 Semantic/Structural Structure of HTML5 Document Elements New Semantic/Structural Elements working with details & summary tags output tag, figure & figcaption tags header tag, nav tag, section tag article tag, aside tag, footer tag mark tag, base tag, iframe tag Audio tag, Video tag 18 Introduction to CSS Introduction Why CSS to CSS Advantages Inline style Internal style sheet External style sheet 19 & 20 CSS Selectors What is selector? Types of selectors: universal selector, tag selector, id selector class selector, group selector, pseudo selectors, pseudo elements selector rules 21 CSS Box model Css borders css margins HTML/CSS/JavaScript Content (Placement batch) css padding 22 Styling Elements Colors, Backgrounds, Text, Fonts, Links, Lists, Shadows etc… 23 Advanced Cascading overflow Style Sheets display-flex display-grid 24 Introduction Introduction to Scripting Types of Scripts JavaScript What is javascript? JS Versions Features of javascript What javascript can Do? Javascript Syntax 25 JavaScript Types of JS implementations Inline script Internal script External script Comments in JAVASCRIPT 26 & 27 Java Script Variables Javascript Naming Conventions & datatypes Variable Declaration working with var, let, const javascript datatypes what is loosely typed n JS what is dynamic declarations in JS what hoisting in JS javascript Popup Boxes 28 JavaScript Operators Assignment Operators Arithmetic Operators Unary Operators - Incrementing and Decrementing Comparison Operators String Operators Logical Operators Conditional Operators 29 Java Script Control What is control statement? Controls Types of control statements if statement if else statement if else if statement switch statement for loop while loop do while loop break and continue statement HTML/CSS/JavaScript Content (Placement batch) 30 & 31 Arrays What is a Array advantages How to Create a Array Initializing the Elements of an Array Accessing the Elements of a Array javascript Array Object Methods and Properties arrays for in loop arrays for of loop rest operator with array 32 Functions Introduction to functions Declaring and calling a function Local variables, outer variables, shadowing Working with function parameter & arguments Return statement Functions with rest operator Default parameters 33 Functional Introduction to functional expression Expressions (anonymous) advantages of functional expression implementation of functional expression 34 Arrow Functions Introduction to arrow functions advantages of arrow functions limitations of arrow functions implementation of arrow functional 35 JavaScript Strings Creating a javascript String Object String Object Methods
36 Working with JS Object Oriented Programming in javascript
Objects Types Of oops Introduction to Objects types of Object Creations Object Literals 37 JS Constructors Introduction to Constructor Functions types of constructors this keyword 38 DOM Introduction to DOM Document object DOM objects Intro to Document object Document object properties & methods 39 DOM Intro to element object Element object Element object properties & methods 40 DOM Introduction to Events Event Handling Types of events handling List of events: HTML/CSS/JavaScript Content (Placement batch) Click, Dblclick, Focus, Load , Mouseout, Mouseover, Change, Submit, Contextmenu, Keypress, Copy, Cut, Paste etc.. 41 BOM What is window Object? Window object Window object Properties and Methods Working with timer functions 42 Javascript validations What is validation? and Regular Types of validations Expressions form validations Introduction RegExpr Validations with RegExpr