Open Source Programming
Open Source Programming
Chapter 2 HTML
2.1 History of HTML
2.2 Introduction
2.3 HTML Tags
2.3.1 Paired Tags or Container Tags
2.3.2 Singular Tags or Empty Tags
2.4 Advantages of HTML
2.5 Disadvantages of HTML
2.6 Structure of HTML document
2.6.1 Head Section
2.6.2 Body Section
2.7 Basic Commands or Tags in HTML
2.7.1 Bold
2.7.2 Italic
2.7.3 Underline
2.7.4 BODY Tag <BODY>
2.7.5 Center : <center>---</center>
2.7.6 Line Break : <br
2.7.7 Paragraph : <p> --- </p>
2.7.8 Heading Styles
2.7.9 Horizontal: <hr> tag
2.7.10 Font: <Font>---</Font>
2.8 Lists
2.8.1 Ordered List
2.8.2 Unordered List
2.8.3. Definition List
2.9 Creating Table
2.9.1 <Table > Attributes
2.10 Linking Documents
2.10.1 Formatting the Link
2.11 Adding Graphics to HTML documents
2.11.1 Image Attributes
2.12 Frames
2.12.1 <FRAMESET> Tag
2.12.2 <FRAMESET> Attributes
Summary
Review Questions
Summary
Review Questions
Summary
Review Questions
Chapter 6 JavaScript
6.1 Introduction
6.2 History of JavaScript
6.3 What is JavaScript?
6.4 Are Java and JavaScript the same?
6.5 JavaScript in Web Pages
6.6 What can a JavaScript do?
6.7 Limitations of JavaScript
6.8 Uses of JavaScript
6.9 Advantages of JavaScript
6.10 Java Script Syntax
6.11 Embedding JavaScript in HTML file
6.12 Using External JavaScript in HTML file
6.13 Data Type
6.14 Variable
6.14.1 Rules for variable names
6.14.2 Declaring JavaScript variables
6.14.3 JavaScript Variable Scope
6.15 Operators
6.15.1 Arithmetic Operators
6.15.2 Comparison Operators
6.15.3 Logical Operators
6.15.4 Bitwise Operators
6.15.5 Assignment Operators
6.15.6 Conditional Operator (? :)
6.16 Expressions
6.17 Array
6.18 Conditional Statements
6.19 Functions
6.19.1 Defining functions
6.19.2 Calling Function
6.19.3 return statement
6.20 Recursive function
6.21 Dialog Box
6.21.1 alert( )
6.21.2 confirm ( )
6.21.3 prompt( )
6.22 Sample Applications
Summary
Review Questions
Summary
Review Questions