Trending questions in HTML

0 votes
3 answers

HTML - Change\Update page contents without refreshing\reloading the page?

pushState() # The pushState() method let's you update the URL and create ...READ MORE

Dec 15, 2020 in HTML by Gitika
• 65,910 points
60,519 views
0 votes
2 answers

How to play video in react.js using html video tag?

This is a solution: import Video from "..Videos/video1.mp4" class ...READ MORE

May 21, 2023 in HTML by Renie
6,017 views
0 votes
1 answer

how to use json file in html code?

<html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script> <script> ...READ MORE

Aug 8, 2022 in HTML by Vikas
6,376 views
0 votes
2 answers

Render HTML in React Native

React Native does not provide any specific ...READ MORE

Apr 1, 2023 in HTML by DSKView
• 180 points
1,184 views
0 votes
0 answers

Left-, center-, and right-aligned text on the same line

Is it possible to use HTML/CSS to ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
5,523 views
0 votes
0 answers

Laravel - htmlspecialchars() expects parameter 1 to be string, object given

I got this error: htmlspecialchars() expects parameter 1 ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
3,312 views
0 votes
0 answers

How do I add my logo to my website using html

I already have a website set up, ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
3,134 views
0 votes
0 answers
0 votes
1 answer

Is there a way to make HTML5 video fullscreen?

Although the Fullscreen API defines an API ...READ MORE

Aug 8, 2022 in HTML by Vikas
2,726 views
0 votes
0 answers

HTML radio buttons allowing multiple selections

In my HTML form, I have the ...READ MORE

Aug 16, 2022 in HTML by Deepak
• 980 points
2,138 views
0 votes
1 answer

How to perform a real time search and filter on a HTML table

Here is the best solution for searching ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
2,608 views
0 votes
1 answer

How to trigger a file download when clicking an HTML button or JavaScript?

For the button you can do <form method="get" ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
2,636 views
0 votes
0 answers

How to use HTML to print header and footer on every printed page of a document?

Can HTML pages be printed with unique ...READ MORE

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

How to have image and text side by side?

I'm attempting to display the text, Facebook ...READ MORE

Jul 19, 2022 in HTML by Tejashwini
• 3,820 points
2,559 views
0 votes
0 answers

Remove all html tags from php string

I want to display the first 110 ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
1,138 views
0 votes
0 answers

Html table tr inside td

I am trying to create a table ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
1,047 views
0 votes
0 answers

How to make a HTML Page in A4 paper size page(s)?

Is it feasible to make an HTML ...READ MORE

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

how to use font awesome icons in HTML

First, you have to write this in ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
1,562 views
0 votes
0 answers

What is the difference between properties and attributes in HTML?

I've been trying to define the difference ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
1,204 views
0 votes
1 answer

How to convert HTML to JSX (React.js)

You can use https://magic.reactjs.net/htmltojsx.htm which is an online HTML ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
1,172 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

I have the following HTML code: <!DOCTYPE html> <html> ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
1,143 views
0 votes
0 answers
0 votes
0 answers

Laravel 5 Class 'Collective\Html\HtmlServiceProvider' not found on AWS

I'm aware that there are several other ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
718 views
0 votes
0 answers

Input type DateTime - Value format?

In which format should I put the ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
624 views
0 votes
0 answers

how to change color of header in HTML?

Here is my HTML and CSS; the ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
847 views
0 votes
0 answers

*44 open() "/usr/share/nginx/html/att-app" failed (2: No such file or directory), 404 not Found

I'm attempting to use nginx to deliver ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,558 views
0 votes
0 answers

What is the correct way to declare an HTML5 Doctype.?

What is the correct way to use ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
499 views
0 votes
0 answers

How to change the style of the title attribute inside an anchor tag?

Example: <a href="example.com" title="My site"> Link </a> How do ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
1,275 views
0 votes
0 answers

How to use multiple rowspan in a table?

I have an issue with rowspan in ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
885 views
0 votes
0 answers

YouTube iframe API: how do I control an iframe player that's already in the HTML?

I want to have control over YouTube ...READ MORE

Aug 8, 2022 in HTML by Tejashwini
• 780 points
966 views
0 votes
0 answers

Php / Html - How can I draw a graph of an array?

I discovered an array's mean, mode, median, ...READ MORE

Aug 16, 2022 in HTML by Deepak
• 980 points
608 views
0 votes
1 answer

Full-screen responsive background image

img.bg { /* Set rules to ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
1,057 views
0 votes
0 answers

Which characters need to be escaped in HTML?

Are they the same as XML, perhaps ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
424 views
0 votes
0 answers

Cannot type in input text field

The input field is not letting me ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,429 views
0 votes
0 answers

horizontal line and right way to code it in html, css

I need to draw a horizontal line ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
386 views
0 votes
0 answers

Html: Difference between cell spacing and cell padding

What is the difference between cell spacing ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
379 views
0 votes
0 answers

How to style the option of an html "select" element?

Here's my HTML: <select id="ddlProducts" name="ddProducts"> ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
460 views
0 votes
0 answers

Should I use <i> tag for icons instead of <span>?

To display icons, both Facebook's HTML and ...READ MORE

Aug 16, 2022 in HTML by Deepak
• 980 points
447 views
0 votes
0 answers

What is the difference between HTML tags and elements?

I've noticed that most people interchangeably refer ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
315 views
0 votes
1 answer

How to word wrap text in HTML?

Try this: div { width: ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
902 views
0 votes
0 answers

How to do calculations in HTML forms using JavaScript?

I'm developing a straightforward app that multiplies ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
1,301 views
0 votes
0 answers

Making HTML page zoom by default

I designed a page where buttons look ...READ MORE

Aug 16, 2022 in HTML by Deepak
• 980 points
375 views
0 votes
0 answers

How to set the size of button in HTML?

On my HTML/JS page, I have a ...READ MORE

Aug 19, 2022 in HTML by Tejashwini
• 780 points
243 views
0 votes
0 answers

Adding more than one class html

Is it possible to add more than ...READ MORE

Aug 19, 2022 in HTML by Shalini
• 120 points
230 views
0 votes
1 answer

Uses for the '&quot;' entity in HTML

It is impossible and unnecessary to know ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
862 views
0 votes
1 answer

Best Practice: Access form elements by HTML id or name attribute?

It is a good idea to use ...READ MORE

Aug 8, 2022 in HTML by Vikas
687 views
0 votes
0 answers

Get the query string value and display it in my html page

I can see the query string values ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
1,426 views
0 votes
0 answers

How to rename HTML "browse" button of an input type=file?

How can the browse button be changed ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
1,103 views
0 votes
0 answers

How can I set max-length in an HTML5 "input type=number" element?

The max length property of the input ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
1,353 views
0 votes
0 answers

How to view an HTML file in the browser with Visual Studio Code?

With the new Microsoft Visual Studio Code, ...READ MORE

Aug 10, 2022 in HTML by Deepak
• 980 points
482 views