A brief Introduction to the Internet​
- Computer Networks
- Internet
- URL (Uniform Resource Locator)
- Internet Service Provider
- Intranet
- Extranet
- Virtual Private Network
Application of Internet​
- World Wide Web
- Search Engines
- News groups
- Electronic Mail
- Web Portal
- Chat
- Video Conferencing
- FTP
- Remote Login
- E-Commerce
- E-Learning
- E-Governance
- E-Banking
Static Web Page Development​
Basic Of HTML:​
- What is Internet Language?
- What is HTML tag?
- Web Page and its Types
- Publishing HTML Pages
- Basic Tags
Introduction to HTML:​
- HTML document Structure
- Adding text in Newline
<BR>
- Creating heading:
<H1> to <H6>
- Creating a paragraph
<P>--</P>
- Creating a Horizontal ruler
<HR>--</HR>
- Scrolling text
<marquee>-- </marquee>
- Linking to other page :
<a> and <link> tags
- Text fomenting tags
- Font tag with attribute
- Working with List tags
<OL> and <UL>
- Creating Table: Related tags with attribute
- Creating HTML From with adding controls
- Frame and frameset tag
- Putting Graphics on a Web page
- Custom Background and colors
Dynamic Web Page Development​
- Cascading Style Sheet
- Defining Style with HTML tags
- Features of Style sheet
- Types of Style Sheets: External, Internal, and Inline
- Style Properties
- Style Class & ID Selector
Introduction to JavaScript​
- Writing First JavaScript
- HTML and JavaScript
Variables​
- Rules for variable names
- Declaring the variable
- Assigning a value to a variable
- Scope of variable
- Using Operators
- Control Statements
- JavaScript loops
Types of JavaScript​
JavaScript Functions​
- Defining a Function
- Returning value from function
- User Defined Function