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.

Getting the parent div of element

This should be really simple but I'm having trouble with it. How do I get a parent div of a …

javascript html getelementbyid
Stretch background image css?

<td class="style1" align='center' height='35'> <div style='overflow: hidden; width: 230px;'> <…

html css background
JavaScript blob filename without link

How do you set the name of a blob file in JavaScript when force downloading it through window.location? function …

javascript html download blob html5-filesystem
HTML/CSS--Creating a banner/header

I've got a horizontal image as a GIF and JPG. It is something I made with Paint--a text logo with …

html css header banner
Why an inline "background-image" style doesn't work in Chrome 10 and Internet Explorer 8?

Why the following example shows the image in Firefox 4, but not in Chrome 10 and Internet Explorer 8? HTML: <div style="…

html css google-chrome internet-explorer-8 background-image
How can I get name of element with jQuery?

How can I get name property of HTML element with jQuery?

jquery html
Color a table row with style="color:#fff" for displaying in an email

We would like to display order details as table in an email ​<table> <thead> <tr&…

html css html-table html-email
Colspan all columns

How can I specify a td tag should span all columns (when the exact amount of columns in the table …

html html-table tablelayout
How can I make the contents of a fixed element scrollable only when it exceeds the height of the viewport?

I have a div positioned fixed on the left side of a web page, containing menu and navigation links. It …

html css css-position
How do you give iframe 100% height

I'm trying <iframe height="100%" ...> but it still doesn't resize it. When i try the height in pixles it …

html