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.

Is there any way to prevent input type="number" getting negative values?

I want to get only positive values, is there any way to prevent it using only html Please don't suggest …

html input numbers
Add horizontal scrollbar to html table

Is there a way to add a Horizontal scrollbar to an HTML table? I actually need it to be scrollable …

html css html-table scrollbar
How to download HTTP directory with all files and sub-directories as they appear on the online files/folders list?

There is an online HTTP directory that I have access to. I have tried to download all sub-directories and files …

html http get download wget
CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does …

html css input border glow
How to keep indent for second line in ordered lists via CSS?

I want to have an "inside" list with list bullets or decimal numbers being all flush with superior text blocks. …

html css html-lists
How to add line breaks to an HTML textarea?

I’m editing a <textarea> with JavaScript. The problem is that when I make line breaks in it, …

javascript html textarea line-breaks
Removing unwanted table cell borders with CSS

I have a peculiar and frustrating problem. For the simple markup: <table> <thead> <tr>&…

html css html-table
How to draw a dotted line with css?

How can I draw a dotted line with CSS?

html css
How to extract img src, title and alt from html using php?

I would like to create a page where all images which reside on my website are listed with title and …

php html regex html-parsing html-content-extraction
How can I use a carriage return in a HTML tooltip?

I'm currently adding verbose tooltips to our site, and I'd like (without having to resort to a whizz-bang jQuery plugin, …

html title tooltip