image
Rigorous Training
image
Real-Time Projects
image
Mock Interviews

Syllabus

Web development refers to the creating, building, and maintaining of websites. It includes aspects such as web design, web publishing, web programming, and database management. It is the creation of an application that works over the internet.

A study about network connections between two or more network devices, like computers, routers, and switches, to share network resources. There are basically 4 types of networks PAN, LAN, MAN, WAN. You will learn about network in detail in this module.

A study about a website and the elements of the webpages. This session will explain why site structure is important for designers and how designers can create effective site structures, where the structure helps users to navigate your site and find the information that they are looking for.

HTML page is nothing but a web page, in the introduction of html page design and also will learn about the basic html tags.

Front-end web development, or client-side development, refers to working with HTML, CSS and JavaScript for a website or web application that allows users to see and interact with them directly.

HTML tags are like keywords which defines that how web browser will format and display the content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.The four main tags are the <html> , <head > , <title> , and <body> tags.

A table is a structured set of data made up of rows and columns (tabular data). A table allows you to quickly and easily look up values that indicate some kind of connection between different types of data.

An HTML form is a section of a document which contains controls such as text fields, password fields, checkboxes, radio buttons, submit button, menus etc. form facilitates the user to enter data that is to be sent to the server for processing such as name, email address, password, phone number, etc.

A list is a record of short pieces of related information or used to display the data or any information on web pages in the ordered or unordered form. There are three types of list 1.Ordered List or Numbered List (ol)  2.Unordered List or Bulleted List (ul) 3.Description List or Definition List (dl).

Link is a connection from one web resource to another. A link has two ends, An anchor and direction. This basically means that by using the ‘a’ tag, you can link 1 element of the code to another element that may/may not be in your code. 

CSS is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to web pages. More importantly, CSS enables you to do this independent of the HTML that makes up each web page.

Here we will learn, how to give styles using fonts , background and border.

Here we will learn, how can give styles to Forms, Tables and Navigation menu.

The position property in CSS tells about the method of positioning for an element or an HTML entity. A website is often divided into headers, menus, content and a footer. There are tons of different layout designs to choose from. we will take a closer look at it in this tutorial.

A mock test on basic HTML and CSS.

A project on webpage development using HTML & CSS.

Responsive web design (RWD) is a web development strategy that makes dynamic changes to the look of a website based on the display size and orientation of the platform. This ranges from little phones to large desktop displays, and it is becoming more popular. 

Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Build vertically collapsing accordions in combination with our Collapse JavaScript plugin. Containers are the most basic layout element in Bootstrap and are required when using our default grid system. 

A study about different types of units in responsive design units where developers use to determine the size of a property, such as its length, width, font size, etc. Responsive CSS units categorize into two: absolute and relative.

Basic style of Bootstrap for all HTML elements. The result is a uniform appearance for prose, tables and form elements across web browsers. In addition, you can take advantage of CSS classes defined in Bootstrap to further customize the appearance of their contents.

Version control allows you to keep track of your work and easily navigate among the many versions of the files you create, whilst also maintaining an online backup. For that, we will go through github.

In this session will learn about web hosting, where Web hosting is a service of providing online space for storage of web pages.

Fundamental questions such as what is JavaScript?, what does it look like?, and what can it do?, along with discussing key JavaScript features such as variables, strings, numbers, and arrays.

JavaScript References such as Built-in Objects, Expressions & Operators, Statements & declarations, Functions, Classes, Errors, JS Async, HTML DOM Objects, Web APIs .

A dynamic web application using HTML, CSS, JAVASCRIPT.

A JavaScript library is a library of pre-written JavaScript code that allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.

Introduction to jQuery, the purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

jQuery is an open-sourced JavaScript library that simplifies creation and navigation of web applications. Specifically, jQuery simplifies HTML Document Object Model (DOM) manipulation, Asynchronous JavaScript and XML (Ajax) and event handling.

A mock test on the responsive web application development.

A Project on Responsive webpage.

A mock interview on frontend and tools.

A database, in the most general sense, is an organized collection of data. More specifically, a database is an electronic system that allows data to be easily accessed, manipulated and updated. In other words, a database is used by an organization as an electronic way to store, manage and retrieve information.

Relational database design (RDD) models information and data into a set of tables with rows and columns. Each row of a relation/table represents a record, and each column represents an attribute of data. The Structured Query Language (SQL) is used to manipulate relational databases.

Server-side scripting is a technique used in web development which involves employing scripts on a web server which produces a response customized for each user's (client's) request to the website. The alternative is for the web server itself to deliver a static web page.

This course includes:
  1. Sessions: 25
  2. Projects: 2
  3. Quizzes: 3
  4. 4 downloadable resources
  5. Full lifetime access