Salesqueen Software Solution

Download Free Estimation Now Click Here
Dinesha G
@dinesha-g
Reputable Member
Joined: Jul 25, 2022
Last seen: Aug 2, 2022
Topics: 199 / Replies: 262
Reply
RE: What do you mean by z-index in CSS?

The CSS property known as Z Index (z-index) specifies the hierarchy of overlapping HTML elements. A higher index element will be positioned above a lo...

3 years ago
Reply
RE: Why is float used in CSS?

A positioning property in CSS is the float property. In order to allow other elements to wrap around an element, it is used to push the element to the...

3 years ago
Reply
RE: Can you tell the use of media queries in CSS3?

CSS3's media queries expanded on the concept of media types introduced in CSS2 by looking at a device's capabilities rather than its type. You may u...

3 years ago
Reply
RE: Can you tell the use of pseudo-classes in CSS?

An element that is in a particular state, such as being the first element of its type or having the mouse pointer over it, will be selected by a pseud...

3 years ago
Reply
RE: What are some of the properties of transitions in CSS3?

Properties are; transition transition-delay transition-duration transition-property transition-timing-function

3 years ago
Reply
RE: What are the components of the CSS box model?

The CSS box model is a container that houses the content as well as other attributes like padding, margins, and borders. It is employed to produce the...

3 years ago
Reply
RE: What do you mean by pagination? How can pagination be implemented?

This page displays all of the items or pages, including all of the products in a specific category or, depending on the layout and scale of the site, ...

3 years ago
Reply
RE: What is the difference between localStorage and sessionStorage objects?

Local storage Only local storage can be read by the client. No information is sent to the server. Older browsers that support it are fewer ...

3 years ago
Reply
RE: What is the use of CORS?

An HTTP-header-based system called Cross-Origin Resource Sharing (CORS) enables a server to specify any origins (domain, scheme, or port) other than i...

3 years ago
Reply
RE: How can page loading time be reduced?

TRIM DOWN JAVASCRIPT PARSING Parsing of JavaScript by mobile browsers increase the page load time. Optimize the page load time of your mobile site ...

3 years ago
Reply
RE: What is the difference between Canvas and SVG?

SVG Scalability is better with SVG. As a result, printing in any resolution with good quality is possible. SVG performs better when there are fewe...

3 years ago
Reply
RE: What is the use of Canvas in HTML?

Using JavaScript, the HTML "canvas" element is utilised to create visuals instantly. The canvas element serves only as a holding area for images. The ...

3 years ago
Reply
RE: What do you mean by SVG and why is it used?

Since SVG is XML-based, all elements are accessible within the SVG DOM. For an element, you can connect JavaScript event handlers.For rendering two-di...

3 years ago
Reply
RE: What are the form elements that support media content in HTML5?

The five most prominent media element tags added with HTML5 are audio>, video>, source>, embed>, and track>. The entire HTML developmen...

3 years ago
Reply
RE: Can you tell about the newly introduced input types in HTML5?

New input> kinds like email, date, time, colour, range, and more are included in HTML5. to enhance user interaction and make the forms more engagin...

3 years ago
Page 6 / 31