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 to use jQuery to select a dropdown option?

I was wondering if it’s possible to get jQuery to select an <option>, say the 4th item, …

javascript jquery html drop-down-menu html-select
How to call JavaScript function instead of href in HTML

I have some mockup in HTML <a href="javascript:ShowOld(2367,146986,2)"><img title="next page" alt="next page" …

javascript html debugging
How do I change the default index page in Apache?

I would like to change the default web page that shows up when I browse my site. I currently have …

html apache indexing default
How to increase space between dotted border dots

I am using dotted style border in my box like .box { width: 300px; height: 200px; border: dotted 1px #f00; float: …

html css border
CSS Progress Circle

I have searched this website to find progress bars, but the ones I have been able to found show animated …

html css progress-bar progress css-shapes
CSS Cell Margin

In my HTML document, I have a table with two columns and multiple rows. How can I increase the space …

html css cell margin css-tables
How to clear all <div>s’ contents inside a parent <div>?

I have a div <div id="masterdiv"> which has several child <div>s. Example: <div …

javascript jquery html dom-manipulation
Javascript Confirm popup Yes, No button instead of OK and Cancel

Javascript Confirm popup, I want to show Yes, No button instead of OK and Cancel. I have used this vbscript …

javascript html button popup confirm
Rotate an image in image source in html

Is there a way I could add in the source of my image codes that could rotate my image? Something …

html image rotation src
How to set text color in submit button?

I tried to change the color of the text in the submit button type but, I don't know why I …

html css button submit-button