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 hide/show a div when a button is clicked?

I have a div that contains a register wizard, and I need hide/show this div when a button is …

html button hide show
td widths, not working?

So I have this code here: <table> <tr> <td width="200px" valign="top"> <…

html css html-table width
changing source on html5 video tag

i'm trying to build a video player, that works everywhere. so far i'd be going with: <video> <…

javascript html video load
Get city name using geolocation

I managed to get the user's latitude and longitude using HTML-based geolocation. //Check if browser supports W3C Geolocation API …

javascript html geolocation
Can I add a custom attribute to an HTML tag?

Can I add a custom attribute to an HTML tag like the following? <tag myAttri="myVal" />

html custom-attribute
Add Favicon to Website

Possible Duplicate: HTML Title Image Can someone please tell me how to make icons appear on browser tabs in PHP? …

html favicon
How do I remove background-image in css?

I have a general rule which gives all DIVs a background image. I have one div (with id='a') which …

html css
How do I embed a mp4 movie into my html?

I have a blog section on my site that has the TinyMce editor. I want to embed a video when …

html video embedding mp4
How to prevent form resubmission when page is refreshed (F5 / CTRL+R)

I have a simple form that submits text to my SQL table. The problem is that after the user submits …

php html forms post form-submit
Turn off iPhone/Safari input element rounding

My website renders well on the iPhone/Safari browser, with one exception: My text input fields have a weird rounded …

html css iphone mobile-safari css-reset