What is Cors ?

CORS- Cross-Origin Resource Sharing. It is header-based mechanism that allows a server to indicate any origins like scheme, domain, or port other than its own from which a browser should…
View Answer

What is SVG and why is it used ?

SVG- Scalar Vector Graphics. It is a popular tool for displaying two-dimensional charts, graphics and illustrations on websites. Without losing any of its resolution it can be scaled up or…
View Answer

What is HTML ?

HTML- Hypertext Markup Language. In 1991, HTML was created by Tim Berners-Lee. Using Markup language, it is used to design web pages. The link between the webpages that is Hypertext.…
View Answer

What is the difference between SOAP and REST ?

                  SOAP                    REST It is a protocol. It is an architectural style. SOAP- Simple Object Access Protocol. REST- Representational State Transfer. It can’t use REST because it is a…
View Answer

What is Grid system ?

It is a structure comprising a series of vertical and horizontal lines which intersect and used to arrange content. Is a way of providing a system that designers can work with…
View Answer

What is Semantic HTML ?

It is essential to understand the meaning of words during communication in any language. It becomes more critical and provides more semantic elements which make it easy to understand the…
View Answer

What is JS ?

It is a small piece of javascript program that can add user interactivity to your website. A Script could provide a dropdown menu and generate a pop-up alert box message.…
View Answer

What is Flexbox ?

It is a one-dimensional layout model that has efficient and flexible layouts with distributed spaces among items to control their alignment structure in CSS . It is a layout model…
View Answer

What is CSS ?

CSS- Cascade Style Sheet. It is a style sheet language that is used to describe the format and look of a document written in markup language. It is generally used…
View Answer

What is PHP ?

PHP- Hypertext Preprocessor. It is an open-source, object-oriented, and interpreted scripting language that can be executed at the server side. For web development it is well suited. It is used…
View Answer

What is Web Design ?

Web designing is the creation of websites and pages to reflect a company’s brand, ensure a user-friendly experience and information. it can be easily accessed and shared online throughout the…
View Answer