JQuery BootStrap HTML CSS JavaScript
HTML:
- Stands for Hyper Text Markup Language.
- describes the structure of web pages using markup.
- elements are the building block of HTML pages.
- elements are represented by tags.
- tags label the pieces of content such as "heading", "paragraph", "table" so on.
CSS:
- stands for Cascading Style Sheets.
- describes how HTML elements are displayed on screen, paper or in other media.
- saves a lot of work. It can control the layout of multiple web pages all at once.
Can be added in HTML elements in 3 ways:
- Inline: To apply unique style to a single HTML element
- Internal: Used to define a style for a single HTML page.
- External: Used to define a style for many HTML pages.
JavaScript:
JQuery:
BootStrap:
JQuery:
- It is lightweight "write less do more ", javascript library.
- It greatly simplifies javascript programming.
- Easy to learn.
Jquery contains following features:
- HTML/DOM manipulation
- CSS manipulation
- HTML event methods
- Utilities
- AJAX
- Effects and animations
BootStrap:
- free font-end framework for faster and easier web development.
- includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image, carousels and many other, as well as optional javascript plugin.
- also gives you the ability to easily create responsive designs.
Advantages of BootStrap:
- Easy to use
- Responsive Features
- Mobile-first approach
- Browser compatibility
Comments
Post a Comment