Thursday, 27 December 2018

Saturday, 22 December 2018

JAVASCRIPT JSON

JAVASCRIPT JSON JSON- JavaScript Object Notation Which is  language independent. Self-describing and easy to understand Json is a format for storing and transporting data. Which is often used when data is sent from a server to a web page. json file type is - .json  json mime type is - ...

Saturday, 8 December 2018

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...

Monday, 3 December 2018

BOOTSTRAP

BOOTSTRAP Bootstrap is a framework in css html and javascript Bootstrap is full free to download and usage we can download bootstrap in the screenshot's link. which is "https://getbootstrap.com". bootstrap downloaded css file is defending the format so if we set a class  and call...

Friday, 30 November 2018

CSS

CSS  css called cascading style sheet css describes the style of html css save a lot of works to developer syntax of css h2 { color:red; font-size:12px; }  h2 - selection color - property red - value color:red; - declaration  3 ways to add css styles in our html document  Inline...