MIMO SIDEBAR #1 WITH SOURCE CODE

Hello guys I am amarnath.p today Iam gonna teach you how to create a beautiful sidebar probably the best in the world.

Continue reading “MIMO SIDEBAR #1 WITH SOURCE CODE”

JQUERY BASICS

What should you already know?

Before you start studying jQuery, you should have a basic knowledge of:

• HTML
• CSS
• JavaScript

Continue reading “JQUERY BASICS”

JAVASCRIPT BASICS

JavaScript is one of the 3 languages all web developers must learn:

1. HTML to define the content of web pages

2. CSS to specify the layout of web pages

3. JavaScript to program the behavior of web pages

Continue reading “JAVASCRIPT BASICS”

CSS BASIC

What is css

  • CSS stands for Cascading Style SheetsCSS
  • describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work.
  • It can control the layout of multiple web pages all at once
  • External stylesheets are stored in CSS files

WHY USING CSS FILES

CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.

Continue reading “CSS BASIC”

HTML BASICS

All HTML documents must start with a document type declaration: <!DOCTYPE html>

The HTML document itself begins with <html> and ends with </html>

The visible part of the HTML document is between <body> and </body>

Continue reading “HTML BASICS”
Design a site like this with WordPress.com
Get started