Top "Html" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

Disabled form inputs do not appear in the request

I have some disabled inputs in a form and I want to send them to a server, but Chrome excludes …

html forms http browser
Force HTML5 youtube video

Regarding the Youtube API Blog they are experimenting with their new HTML5 Video Player. Apparently to play a video in …

html video youtube
Print page numbers on pages when printing html

I've read a lot of web-sites about printing page numbers, but still I couldn't make it display for my html …

html css printing-web-page
Converting HTML to Excel?

I know that Excel is capable of opening HTML files directly. But the content of the file will still be …

html excel-2007
Table with fixed header and fixed column on pure css

I need to create a html table (or something similar looking) with a fixed header and a fixed first column. …

html css html-table markup fixed-header-tables
Using C# regular expressions to remove HTML tags

How do I use C# regular expression to replace/remove all HTML tags, including the angle brackets? Can someone please …

c# html regex parsing
Is there are way to make a child DIV's width wider than the parent DIV using CSS?

Is there a way to have a child DIV within a parent container DIV that is wider than it's parent. …

css html
How to remove underline from a name on hover

I have such html: <legend class="green-color"><a name="section1">Section</a></legend&…

html css
HTML5 Canvas background image

I'm trying to place a background image on the back of this canvas script I found. I know it's something …

html canvas html5-canvas computer-science
How to not wrap contents of a div?

I've got a fixed-width div with two buttons in it. If the labels of the buttons are too long, they …

html css