
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”helping you solve code errors…

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”What should you already know?
Before you start studying jQuery, you should have a basic knowledge of:
• HTML
• CSS
• JavaScript
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
What is css
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”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”
You must be logged in to post a comment.