What is JSON?

What is JSON?

JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. The JSON is similar to JavaScript Objects syntax wise but JSON is text-only. It…
CSS units explained | Code Architects

CSS Units Explained

CSS uses many different types of measurement units to use in the HTML document. The units are a requirement for CSS to measure the length. They are used to set…
HTML Tricks you need to know | Code Architects

HTML Tricks you should know

We will discuss such tricks that will make your development enjoyable. If you’re just starting with learning your Website building, these techniques should be very useful to you. Here are…