Basic Course

Home Basic Course

Basic Web Design Course

IMG

HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages.It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.

Content Of HTML


  • Introduction to HTML

  • Basic structure of HTML

  • Create Table, Div & Frame Tag

  • Paragraph, Span & Header Tag

  • HTML style, links & paragraphs

  • HTML Forms, attributes

  • HTML graphics, Media

  • HTML Style & HTML meta

  • HTML5 APIs

  • HTML Comments

IMG

Cascading Style Sheets, fondly referred to as 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.CSS handles the look and feel part of a web page. Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, layout designs,variations in display for different devices and screen sizes as well as a variety of other effects

Content Of CSS


  • Introduction to CSS

  • Syntax of CSS

  • CSS Selectors

  • CSS color Background

  • CSS Text Fonts

  • CSS Lists Tables

  • CSS Box Model

  • CSS Display Positioning

  • CSS Floats

IMG

jQuery is a fast, small, cross-platform and feature-rich JavaScript library. It is designed to simplify the client-side scripting of HTML. It makes things like HTML document traversal and manipulation, animation, event handling, and AJAX very simple with an easy-to-use API that works on a lot of different type of browsers.The main purpose of jQuery is to provide an easy way to use JavaScript on your website to make it more interactive and attractive. It is also used to add animation.

Content Of jQuery


  • Introduction of jQuery

  • Syntax, Selectors & events of jQuery

  • jQuery Effect

  • jQuery HTML

  • jQuery Traversing

  • jQuery AjAx

  • jQuery Misc

IMG

JavaScript (js) is a light-weight object-oriented programming language which is used by several websites for scripting the webpages. It is an interpreted, full-fledged programming language that enables dynamic interactivity on websites when applied to an HTML document. It was introduced in the year 1995 for adding programs to the webpages in the Netscape Navigator browser. Since then, it has been adopted by all other graphical web browsers. With JavaScript, users can build modern web applications to interact directly without reloading the page every time. The traditional website uses js to provide several forms of interactivity and simplicity.

Content Of Javascript


  • Overview of JS

  • Basic Concepts

  • Conditionals and Loops
  • Functions

  • Objects

  • Core Objects

  • DOM & Events

  • ECMAScript 6