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.

Maximum call stack size exceeded error

I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop …

javascript html webkit callstack dwr
Vertically align text next to an image?

Why won't vertical-align: middle work? And yet, vertical-align: top does work.

html css alignment vertical-alignment
How to display Base64 images in HTML?

I'm having trouble displaying a Base64 image inline. Can someone point me in the right direction? <!DOCTYPE html> &…

html image base64 inline
Is there any way to change input type="date" format?

I'm working with HTML5 elements on my webpage. By default input type="date" shows date as YYYY-MM-DD. The question is, …

html css date input
JavaScript - onClick to get the ID of the clicked button

How do find the id of the button which is being clicked? <button id="1" onClick="reply_click()"></…

javascript html
What characters can be used for up/down triangle (arrow without stem) for display in HTML?

I'm looking for a HTML or ASCII character which is a triangle pointing up or down so that I can …

html unicode icons ascii symbols
Center image using text-align center?

Is the property text-align: center; a good way to center an image using CSS? img { text-align: center; }

html css
Get checkbox value in jQuery

How can I get a checkbox's value in jQuery?

jquery html forms checkbox
How to apply CSS to iframe?

I have a simple page that has some iframe sections (to display RSS links). How can I apply the same …

html css iframe rss
How to get value of selected radio button?

I want to get the selected value from a group of radio buttons. Here's my HTML: <div id="rates"&…

javascript html radio-button