tagged [html]

How to get img/src or a/hrefs using Html Agility Pack?

How to get img/src or a/hrefs using Html Agility Pack? I want to use the HTML agility pack to parse image and href links from a HTML page,but I just don't know much about XML or XPath.Though having lo...

Set cellpadding and cellspacing in CSS?

Set cellpadding and cellspacing in CSS? In an HTML table, the `cellpadding` and `cellspacing` can be set like this: How can the same be accomplished using CSS?

6 Jun at 19:40

HTML: how to make 2 tables with different CSS

HTML: how to make 2 tables with different CSS I want to put two tables (on the same page) which should render differently (i.e. use different CSS for each table). Is it possible?

16 Jan at 21:57

HTML Form: Select-Option vs Datalist-Option

HTML Form: Select-Option vs Datalist-Option I was wondering what the differences are between Select-Option and Datalist-Option. Is there any situation in which it would be better to use one or the oth...

23 Jun at 16:35

What is the best way to parse html in C#?

What is the best way to parse html in C#? I'm looking for a library/method to parse an html file with more html specific features than generic xml parsing libraries.

How to hide the border for specified rows of a table?

How to hide the border for specified rows of a table? I want to hide the border for a specific rows of a table.How to do it? Any Idea? Sample code is Highly Appreciated.

4 Feb at 14:17

How to set default value to the input[type="date"]

How to set default value to the input[type="date"] I have tried ([JSFiddle](http://jsfiddle.net/VD2QH/2/)): but it doesn't work, how can I set the default value?

17 Jul at 10:17

How to create string with multiple spaces in JavaScript

How to create string with multiple spaces in JavaScript By creating a variable I get this value: `'something something'`. How can I create a string with multiple spaces on it in JavaScript?

Is there an HTML entity for an info icon?

Is there an HTML entity for an info icon? I am looking for a basic information icon like this: ![](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Infobox_info_icon.svg/1024px-Infobox_info_i...

17 Sep at 19:34

How to center the contents of an HTML table?

How to center the contents of an HTML table? I am using an HTML `` and I want to align the text of `` to the center in each cell. How do I center align the text horizontally and vertically?

28 May at 15:22