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.

Textarea Auto height

I want to make height of textarea equal to height of the text within it (And remove the scroll bar) …

javascript html css
How can I center <ul> <li> into div

How can I center an unordered list of <li> into a fixed-width div?

css html html-lists
How do I put my website's logo to be the icon image in browser tabs?

The image next to the page title in the browser tab - how can you link an image here?

html favicon
JavaScript Form Submit - Confirm or Cancel Submission Dialog Box

For a simple form with an alert that asks if fields were filled out correctly, I need a function that …

javascript html forms submit confirm
How to align texts inside of an input?

For all default inputs, the text you fill starts on the left. How do you make it start on the …

html css forms html-input
Display JSON as HTML

Any recommendations on how to embed JSON in an HTML page with the JSON formatted in a human readable style? …

html json
How to align two elements on the same line without changing HTML

I have two elements on the same line floated left and floated right. <style type="text/css"> #element1 {…

html css css-float margin
HTML img scaling

I'm trying to display some large images with HTML img tags. At the moment they go off the edge of …

html image-scaling
POST unchecked HTML checkboxes

I've got a load of checkboxes that are checked by default. My users will probably uncheck a few (if any) …

html forms post checkbox
CSS overflow-x: visible; and overflow-y: hidden; causing scrollbar issue

Suppose you have some style and the markup: When you view this. The <ul> has a scroll bar …

html css overflow