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 go up a level in the src path of a URL in HTML?

I am storing style sheets in {root}/styles while images in {root}/images for a website. How do I give …

html css relative-path
Firebug-like debugger for Google Chrome

Is there anything like Firebug that you can use within Google Chrome? Essential features I would like: Inspect HTML source (…

html css google-chrome debugging firebug
PHP form - on submit stay on same page

I have a PHP form that is located on file contact.html. The form is processed from file processForm.php. …

php html forms submit
How do you determine what technology a website is built on?

Quite often I come across a nice looking or functional website, and wonder what technology was used to create it. …

html frameworks reverse-engineering
How do you automatically set text box to Uppercase?

I am using the following style attribute to set the user input to uppercase so that when the user starts …

html
CSS Inset Borders

I need to create a solid color inset border. This is the bit of CSS I'm using: border: 10px inset …

html css border
How can I make all images of different height and width the same via CSS?

I am trying to create an image wall consisting of product photos. Unfortunately, all of them are of different height …

html image css resize
Removing ul indentation with CSS

I cannot seem to remove the indent from my unordered list when long lines in my list wrap around. Here …

html css html-lists
How to change checkbox's border style in CSS?

How can I change checkbox (input) border's style? I've put border:1px solid #1e5180 upon it, but in FireFox 3.5, nothing …

html css
Is it possible to append to innerHTML without destroying descendants' event listeners?

In the following example code, I attach an onclick event handler to the span containing the text "foo". The handler …

javascript html innerhtml dom-events