Most viewed questions in HTML

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
338 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
1 answer

Linking to a specific part of a web page

Make a "jump link" with the following ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
330 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
330 views
0 votes
0 answers

Table scroll with HTML and CSS

I have a table like that which ...READ MORE

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

How can I create download link in HTML?

I am somewhat familiar with HTML. I ...READ MORE

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

how to comment multiple lines of html code?

Here is my html code. <link rel="stylesheet" type="text/css" ...READ MORE

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

How do i view country flags on windows 10 through HTML?

suggest me a way to make the ...READ MORE

Jul 7, 2022 in HTML by Tejashwini
• 3,820 points
317 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

trying to align html button at the center of the my page

For example: HTML <div> <button>Submit</button> </div> CSS button { margin:auto; ...READ MORE

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

What is viewport in HTML.

What exactly is a viewport in HTML? ...READ MORE

Aug 12, 2022 in HTML by Tejashwini
• 3,820 points
313 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

Is HTML "is" attribute?

What is "is" in HTML, I have ...READ MORE

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

How am I supposed to use index.html?

I have seen many people use index.html, ...READ MORE

May 27, 2022 in HTML by Tejashwini
• 3,820 points
307 views
0 votes
0 answers

Video is not supported in html5

I have the latest FF and I ...READ MORE

Aug 3, 2022 in HTML by Ashwini
• 5,430 points
303 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
300 views
0 votes
0 answers

What's the right way to decode a string that has special HTML entities in it?

Let's say I submit a service request ...READ MORE

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

How to get the entire document HTML as a string?

Is there a way in javascript to ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
295 views
0 votes
1 answer

Linking to a specific part of a web page

This is only possible if the website ...READ MORE

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

How to write a simple Html.DropDownListFor()?

I want to create a very straightforward ...READ MORE

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

What does Parsing mean in HTML?

I have heard of HTML Parser libraries ...READ MORE

Jul 5, 2022 in HTML by Tejashwini
• 3,820 points
272 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

How to convert IPython notebooks to PDF and HTML?

How do I convert ipython-notebooks to print, ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
270 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 show values from a MySQL database table inside a HTML table on a webpage?

How can I get all the field ...READ MORE

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

how to create a HTML5 video element without it being shown in the page?

how is it possible to dynamically create ...READ MORE

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

Application Error Is a directory (file:///#android_asset/www/index.html)

I'm using PhoneGap to create an Android ...READ MORE

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

Set cellpadding and cellspacing in CSS?

In an HTML table, the cellpadding and ...READ MORE

Jun 8, 2022 in HTML by Ashwini
• 5,430 points
265 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
264 views
0 votes
0 answers

how to Convert HTML to Excel?

I need to convert the HTML template ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
262 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
261 views
0 votes
0 answers

What is a form control in HTML?

I was using Twitter Bootstrap which has ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
256 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
255 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

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 do I create an HTML button that acts like a link?

How can I make a button in ...READ MORE

Jul 8, 2022 in HTML by Tejashwini
• 3,820 points
254 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

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

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

Adding a favicon to a static HTML page

I have a static page that is ...READ MORE

Jun 8, 2022 in HTML by Ashwini
• 5,430 points
252 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

Difference between id and name attributes in HTML

The "id" and "name" attributes serve the ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
249 views
0 votes
0 answers

How to disabling and enabling a html input button?

let's say I have a button like  <input id="button" ...READ MORE

Jul 5, 2022 in HTML by Tejashwini
• 3,820 points
248 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
239 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

Tick symbol in HTML/XHTML

I need to display a tick symbol ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
239 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 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

Is there a way to change the color of the placeholder text?

I tried to change the placeholder color ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
234 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
227 views