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.

Resizing SVG in html?

So, I have an SVG file in HTML, and one of the things I've heard about the format is that …

html svg
Giving a border to an HTML table row, <tr>

Is it possible to border a table row, <tr> in one go instead of giving a border to …

html css border html-table
how to use json file in html code

I have json file mydata.json, and in this file is some json-encoded data. I want obtain this data in …

javascript jquery html json get
CSS way to horizontally align table

I want to show a table of fixed width at the center of browser window. Now I use <table …

html css alignment css-tables
Bootstrap select dropdown list placeholder

I am trying to make a dropdown list that contains a placeholder. It doesn't seem to support placeholder="stuff" as …

html twitter-bootstrap placeholder
Limit the size of a file upload (html input element)

I would like to simply limit the size of a file that a user can upload. I thought maxlength = 20000 = 20k …

html
CSS: Control space between bullet and <li>

I'd like to control how much horizontal space a bullet pushes its <li> to the right in an &…

html css html-lists
how to make a cell of table hyperlink

How can entire table cell be hyperlinked in html without javascript or jquery? I tried to put href in td …

html hyperlink href
Why does z-index not work?

So if I understand z-index correctly, it would be perfect in this situation: I want to place the bottom image (…

html css z-index
set date in input type date

<input id="datePicker" type="date" />​ i will set today date in datepicker input type date in chrome. $(document).…

javascript html jquery date