Trending questions in Web Development

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
808 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 Mar 4 29 views
0 votes
0 answers

Google Unicode Fonts not rendered properly in mpdf for PHP

I want to use Baloo2 Google Font ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,040 points
1,995 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,230 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
369 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 Mar 4 25 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 Mar 4 22 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 Mar 4 22 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 Mar 4 23 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
524 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 Mar 4 21 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
665 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,550 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,713 views
0 votes
1 answer

How to use textLocal API with NodeJS and sequelize to send OTP on mobile

Use request npm to create a http ...READ MORE

May 27, 2022 in Node-js by Neha
• 9,020 points
2,545 views
0 votes
0 answers

When to use index.php instead of index.html?

When do I need to use an ...READ MORE

Jul 5, 2022 in HTML by Tejashwini
• 3,820 points
907 views
0 votes
0 answers

Generate temporary email addresses and read emails - NodeJS

I want to develop a NodeJS application ...READ MORE

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

How to create a vertical line in HTML?

I need to create a vertical line ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
811 views
0 votes
0 answers

Node.js Error: Cannot find module express

I have written a code for my ...READ MORE

May 9, 2022 in Node-js by Kichu
• 19,040 points
3,271 views
0 votes
0 answers

Drop shadow for PNG image in CSS

I have a PNG image, that has ...READ MORE

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

edited Mar 4 29 views
0 votes
0 answers

CSS styling links: why a:link, a:visited vs just a

i wonder why i can't use, or ...READ MORE

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

edited Mar 4 25 views
0 votes
0 answers

css ellipsis on second line

CSS text-overflow: ellipsis on second line, is this possible? ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How to style a checkbox using CSS?

I am trying to style a checkbox ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How to import a CSS file in a React Component?

I want to import a CSS file ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

Draw Circle using css alone

Is it feasible to create a circle ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

Is it possible to include one CSS file in another?

Is it possible to include one CSS ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How does rem differ from em in CSS?

In website sources, I have sometimes seen ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

How to write a:hover in inline CSS?

I need to write inline CSS code ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

CSS opacity only to background color, not the text on it?

Can I only set the opacity attribute ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

Button Center CSS

Usual CSS centering problem, but it's not ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

Do CSS functions exist?

I'm not sure what to call this, ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

Is there a CSS parent selector?

How do I select the <li> element that is ...READ MORE

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

edited Mar 4 20 views
0 votes
0 answers

Detect MacBook trackpad two-finger tap with JavaScript/jQuery

I wonder if there's any way to ...READ MORE

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

edited Mar 4 18 views
0 votes
1 answer

jQuery dialog popup

This HTML is fine: <a href="#" id="contactUs">Contact Us</a> ...READ MORE

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

Nodejs: question of type input with npm inquirer not working

The right code should be: const outPath = ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,020 points
2,033 views
0 votes
1 answer

Internal CSS using jquery

The JQuery library supports almost all the ...READ MORE

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

Parsing HTML using Python

I'm seeking a Python HTML Parser package ...READ MORE

Jul 12, 2022 in HTML by Ashwini
• 5,430 points
561 views
0 votes
0 answers

main tag in html / CSS

I do find it difficult to grasp ...READ MORE

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

How to retrieve images from MySQL database and display in an html tag

I created a table using the  BLOB column ...READ MORE

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

How to overlay image with color in CSS?

Use the rgba() Function to Overlay Background ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
1,126 views
0 votes
0 answers
0 votes
0 answers

HTML colspan in CSS

I'm trying to construct a layout similar ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
922 views
0 votes
0 answers

Why image in HTML is showing as broken image

I have the following HTML code and ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
866 views
0 votes
0 answers

How to replace innerHTML of a div using jQuery?

How could I replace the below code ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
863 views
0 votes
1 answer

Adding a page loader using jQuery

“html loader using jquery” Code Answer $('body'). append('<div ...READ MORE

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

Why vh works and % doesn't? (height css)

The height of an element, by default, ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
1,880 views
0 votes
0 answers

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

In the event that the src property ...READ MORE

Jul 12, 2022 in HTML by Ashwini
• 5,430 points
519 views
0 votes
0 answers

Fatal error: Call to undefined function base_url() in C:\wamp\www\Test-CI\application\views\layout.php on line 5

I am getting this error when I ...READ MORE

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

PHPMailer: SMTP Error: Could not connect to SMTP host

I am having trouble sending mail through ...READ MORE

May 8, 2022 in PHP by Kichu
• 19,040 points
3,256 views
0 votes
0 answers

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

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

Jul 1, 2022 in Web Development by rajatha
• 7,680 points
411 views