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.

How can I center a div within another div?

I suppose that the #container will be centered within #main_content. However, it is not. Why isn't this working, and …

html css
Can I make a <button> not submit a form?

I've got a form, with 2 buttons <a href="index.html"><button>Cancel changes</button>&…

javascript html jquery jquery-ui htmlbutton
How to make a DIV not wrap?

I need to create a container DIV style that contains multiple other DIV's. It is asked that these DIV's wouldn't …

html css word-wrap nowrap
Transparent CSS background color

I want to make the list menu's background disappear by using opacity, without affecting the font. Is it possible with …

html css opacity
Align a div to center

I want to float a div to center. Is it possible? text-align: center is not working in IE.

html css margin center-align
HTML combo box with option to type an entry

I was under the impression you could type into a combo box besides selecting any values already in the list. …

html combobox
Best way to include CSS? Why use @import?

Basically I am wondering what is the advantage / purpose of using @import to import stylesheets into an existing stylesheet versus …

html css
Open popup and refresh parent page on close popup

I opened a popup window by window.open in JavaScript, i want to refresh parent page when I close this …

javascript html javascript-events
<!--[if !IE]> not working

I'm having trouble getting <!--[if !IE]> to work. I'm wondering if it is because I have this …

html internet-explorer conditional-comments
Get element from within an iFrame

How do you get a <div> from within an <iframe>?

javascript iframe html