Trending questions in Web Development

0 votes
0 answers

what innerHTML is doing in javascript?

Can someone explain what innerHTML in javascript ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 8 views
0 votes
0 answers

How to use PHP htmlentities()?

Currently, I'm using htmlentities() in my app ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 8 views
0 votes
0 answers

Responsive font size in CSS

I've created a site using the Zurb Foundation ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited 4 days ago 7 views
0 votes
0 answers

CSS background image to fit width, height should auto-scale in proportion

I have body { background: ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited 4 days ago 7 views
0 votes
0 answers

CSS media query to target iPad and iPad only?

Hello, I work with a variety of ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited 4 days ago 7 views
0 votes
0 answers

How to display HTML tags as plain text?

On my website, I have an input ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 7 views
0 votes
0 answers

What are the implications of using "!important" in CSS?

I've been working on a website for ...READ MORE

Jul 18, 2022 in CSS by Edureka
• 13,620 points
480 views
0 votes
0 answers

Why are my CSS3 media queries not working on mobile devices?

I'm using media queries in the styles.css, ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited 4 days ago 6 views
0 votes
0 answers

What is the difference between <article> and <section> in html5

When should I use the HTML5 "section" ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 5 views
0 votes
1 answer

Check if checkbox is checked with jQuery

To check whether a Checkbox has been ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
1,516 views
0 votes
0 answers

ApiNotActivatedMapError for simple html page using google-places-api

I'm attempting to make a straightforward HTML ...READ MORE

Jul 8, 2022 in HTML by Tejashwini
• 3,820 points
908 views
0 votes
0 answers

jQuery Facebox plugin: Focus the popup appearance

I have an HTML page with facebox ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
387 views
0 votes
0 answers

What Does 'zoom' do in CSS?

I saw that certain jQuery plugins utilize ...READ MORE

Jul 18, 2022 in CSS by Edureka
• 13,620 points
457 views
0 votes
0 answers

Stretch background image css?

<td class="style1" align='left' height='35'> <div style='overflow: ...READ MORE

Jul 11, 2022 in CSS by Edureka
• 13,620 points
758 views
0 votes
0 answers

W3.CSS vs Bootstrap: which is faster and better?

Which is faster, W3.CSS or bootstrap, and ...READ MORE

Jul 11, 2022 in CSS by Edureka
• 13,620 points
755 views
0 votes
0 answers

Loading image using CSS animation VS loading using GIF image

I ran the following tests to see ...READ MORE

Jul 6, 2022 in CSS by Edureka
• 13,620 points
960 views
0 votes
0 answers

Encode LINEAR16 audio to Twilio media audio/x-mulaw | NodeJS

I have been trying to stream mulaw ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,070 points
1,530 views
0 votes
0 answers

jQuery + JSON how to define key from variable

I have the following code $.post( ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points

edited 4 days ago 8 views
0 votes
0 answers

Transition color fade on hover?

I want to have this h3 fade ...READ MORE

Jul 28, 2022 in CSS by Edureka
• 13,620 points

edited 4 days ago 7 views
0 votes
1 answer

Pure JS equivalent of Jquery eq()

To get the element index in the ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
1,497 views
0 votes
0 answers

background-size in shorthand background property (CSS3)

I'm trying to mix background-image and background-size properties in a shorthanded background property. ...READ MORE

Jul 6, 2022 in CSS by Edureka
• 13,620 points
940 views
0 votes
1 answer

Get current date in DD-Mon-YYY format in JavaScript/Jquery

Get Current Date In DD-Mon-YYY Format In ...READ MORE

Jun 28, 2022 in Web Development by rajatha
• 7,680 points
1,361 views
0 votes
0 answers

If isset $_POST

I have a form on one page ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,040 points
2,569 views
0 votes
0 answers

Do something if screen width is less than 960 px

How can I make jQuery do something ...READ MORE

Jul 1, 2022 in Web Development by gaurav
• 23,260 points
579 views
0 votes
0 answers

I cant hide divs which has spesific class with Jquery

I changed my code to below code ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
336 views
0 votes
1 answer

jQuery Validation plugin. Two custom rules not working

validation plugin works according to the name attribute and ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,680 points
1,580 views
0 votes
0 answers

How to position text over an image with CSS

How can I use CSS to center ...READ MORE

Jul 11, 2022 in CSS by Edureka
• 13,620 points
714 views
0 votes
0 answers

Send Post request in Node js Rest API

FROM THE CLIENT SIDE, I CAN'T SEND ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,070 points
1,313 views
0 votes
0 answers

How to achieve pages like a math notebook in css?

Hey i'm a beginner to CSS so ...READ MORE

Jul 8, 2022 in CSS by Edureka
• 13,620 points
831 views
0 votes
1 answer

how to use substr() function in jquery?

To get substring of a string in ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
1,345 views
0 votes
0 answers

window.onload vs $(document).ready()

What are the differences between JavaScript's window.onload ...READ MORE

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
542 views
0 votes
1 answer

NodeJS express get request is not working on mobile

For your API call, try to add ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,020 points
2,107 views
0 votes
0 answers

Inputting a default image in case the src attribute of an html <img> is not valid?

Is there any way to render a ...READ MORE

Jul 8, 2022 in HTML by Tejashwini
• 3,820 points
793 views
0 votes
0 answers

Mongodb updateMany() not working in nodejs

I have a collection called imported_products with ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,070 points
1,266 views
0 votes
0 answers

Extracting text based on a regex pattern with cheerio nodejs

I'm attempting to construct a scraper using ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,070 points
1,519 views
0 votes
0 answers

jQuery onload function

I m using the following script to ...READ MORE

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
514 views
0 votes
0 answers

What are good uses of the css `content` property?

Because CSS is for display and not ...READ MORE

Jul 18, 2022 in CSS by Edureka
• 13,620 points
352 views
0 votes
0 answers

How can I run a Python script in HTML?

Currently, I have some Python files that ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 7 views
0 votes
0 answers

How to run html file on localhost?

I use localhost to run a file ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 7 views
0 votes
0 answers

HTML Select multiple as dropdown

I want to use a multiple-select field ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 8 views
0 votes
0 answers

What are the main differences between PHPExcel and PhpSpreadsheet?

In project of PHPOffice there are two projects associated ...READ MORE

Jun 23, 2022 in PHP by narikkadan
• 63,600 points
1,387 views
0 votes
0 answers

Choose where to render application on root HTML with Single-SPA

To create a microfrontend architecture for a ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 6 views
0 votes
0 answers

How do you convert Html to plain text?

I've got a table with HTML snippets ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 5 views
0 votes
0 answers

How to toggle class using pure javascript in html

I have a <div>, and I want to ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points

edited 4 days ago 6 views
0 votes
1 answer

How to alert using jQuery

alert($('#test')); // or alert($('#test'). get(0)); // also try alert(document. ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,680 points
1,209 views
0 votes
1 answer

How to trigger a click on a link using jQuery

Use the jQuery click() Method You can use ...READ MORE

Jun 10, 2022 in JQuery by rajatha
• 7,680 points
1,945 views
0 votes
0 answers

React.js inline style best practices

I am aware that React classes allow ...READ MORE

Jul 11, 2022 in CSS by Edureka
• 13,620 points
649 views
0 votes
0 answers

How to sum all column values in multi-dimensional array?

How can I add all the columnar ...READ MORE

Jun 19, 2022 in PHP by narikkadan
• 63,600 points
1,535 views
0 votes
1 answer

Documenting Node.js projects

JSDoc is a JavaDoc port. As a ...READ MORE

Jun 16, 2022 in Node-js by Neha
• 9,020 points
1,694 views
0 votes
0 answers

Cannot access to localhost/xampp/index.php

When I type localhost in my browser ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,040 points
2,465 views