Latest questions in HTML

0 votes
1 answer

Refresh a page using JavaScript or HTML

window.location.reload(); in JavaScript <meta http-equiv="refresh" content="1"> in HTML ...READ MORE

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

How to add/update an attribute to an HTML element using JavaScript?

You can read here about the behaviour of attributes ...READ MORE

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

How to add/update an attribute to an HTML element using JavaScript?

I'm looking for a JavaScript method to ...READ MORE

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

How to make a back-to-top button using CSS and HTML only?

I'm attempting to create a back-to-top button ...READ MORE

Aug 1, 2022 in HTML by Ashwini
• 5,430 points
268 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,271 views
0 votes
0 answers

HTML page on load should open a default phone dial screen with phone number

I have example.com/phonecall as a URL. When a ...READ MORE

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

Code PDF friendly HTML page from a Word Document

I have a word document file that ...READ MORE

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

Code PDF friendly HTML page from a Word Document

It's a report file that will eventually ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
215 views
0 votes
0 answers

Why doesn't my div inside a span work properly?

I'm writing the following HTML markup: <span> Some Text ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
256 views
0 votes
0 answers

How do I style a <select> dropdown with only CSS?

Is it possible to style a choose> ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
343 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,878 views
0 votes
0 answers

HTML Input - already filled in text

Can text be entered into an input ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points
516 views
0 votes
0 answers

Should I make HTML Anchors with 'name' or 'id'?

What should one use when using the ...READ MORE

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

What is the css / html `root` element?

I recently started using NetBeans IDE (6.9.1) ...READ MORE

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

Render HTML to an image

Is it possible to render HTML to ...READ MORE

Jul 27, 2022 in HTML by Tejashwini
• 3,820 points
255 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,101 views
0 votes
0 answers

Chrome extension HTML Tree Generator is not working

I installed HTML Tree Generator to observe ...READ MORE

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

HTML combo box with option to type an entry

My understanding was that you could enter ...READ MORE

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

HTML 5: Is it <br>, <br/>, or <br />?

I've tried checking other answers, but I'm ...READ MORE

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

HTML if image is not found

In an HTML page, I have an ...READ MORE

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

How to customize <input type="file">?

Is it possible to change the appearance ...READ MORE

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

How do you create a hidden div that doesn't create a line break or horizontal space?

I want to have a hidden checkbox ...READ MORE

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

How is HTML converted into machine language?

I've been unsure of this for a ...READ MORE

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

Object-oriented HTML without server side code. Possible?

Is it feasible to reuse HTML tags, ...READ MORE

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

How to embed a PDF viewer in a page?

If I'm not mistaken, Google Docs provides ...READ MORE

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

HTML5 Local storage vs. Session storage

Are there any advantages to session storage ...READ MORE

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

Expand collapse text with html

I want to make a text bigger ...READ MORE

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

How to GET background color of a particular portion on the html page

I used Gradient to set the color ...READ MORE

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

divide the page in three parts using div tag

I've been working on the below layout ...READ MORE

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

Show Youtube video source into HTML5 video tag?

It doesn't seem to be working when ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
873 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,428 views
0 votes
0 answers

Are (non-void) self-closing tags valid in HTML5?

On non-void elements, self-closing tags (those that ...READ MORE

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

How can I set the default value for an HTML <select> element?

I believed that by setting the "value" ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
340 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,556 views
0 votes
0 answers

How to use <form:form> </form:form> TAG using HTML in Spring MVC?

How to utilize the <form:form> </form:form> In Spring MVC ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
239 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,297 views
0 votes
0 answers

HTML table with fixed headers?

Can a large HTML table be displayed ...READ MORE

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

How can I change the line spacing for one paragraph in an HTML email template?

I want to add html commands that ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
494 views
0 votes
0 answers

How to store objects in HTML5 localStorage

However, it appears that my object is ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
452 views
0 votes
0 answers

PHP - If variable is not empty, echo some html code

If a variable is not empty, I ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
818 views
0 votes
0 answers

How to make a simple modal pop up form using jquery and html?

I've read the jQuery tutorials, but I'm ...READ MORE

Jul 24, 2022 in HTML by Ashwini
• 5,430 points
372 views
0 votes
0 answers

How do I link a JavaScript file to a HTML file?

How should a JavaScript file be linked ...READ MORE

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

HTML5 Email Validation

"With HTML5, we no longer require JavaScript ...READ MORE

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

What is the HTML for="" attribute in <label>?

What does it do? I saw this ...READ MORE

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

What are valid values for the id attribute in HTML?

What guidelines apply to the value of ...READ MORE

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

How to run a function when a html5 video starts playing?

When a video begins to play, I ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
199 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,424 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

Embed image in a <button> element

I'm attempting to use an HTML element ...READ MORE

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

What is the meaning of polyfills in HTML5?

What does HTML5's use of polyfills mean? ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
265 views