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 make div background color transparent in CSS

I'm not using CSS3. So I can't use opacity or filter attributes. Without using these attributes how can I make …

css html background-color transparent
Using <meta> tags to turn off caching in all browsers?

I read that when you don't have access to the web server's headers you can turn off the cache using: &…

html internet-explorer firefox caching asp.net-web-api
Table fixed header and scrollable body

I am trying to make a table with fixed header and a scrollable content using the bootstrap 3 table. Unfortunately the …

html css twitter-bootstrap html-table
How can I set focus on an element in an HTML form using JavaScript?

I have a web form with a text box in it. How do I go about setting focus to the …

javascript html textbox focus
How to solve PHP error 'Notice: Array to string conversion in...'

I have a PHP file that tries to echo a $_POST and I get an error, here is the code: …

php html arrays
CSS - Expand float child DIV height to parent's height

I have the page structure as: <div class="parent"> <div class="child-left floatLeft"> </div> &…

html css layout
Full-screen iframe with a height of 100%

Is iframe height=100% supported in all browsers? I am using doctype as: <!DOCTYPE html PUBLIC "-//W3C//DTD …

javascript html css iframe html-frames
Add border-bottom to table row <tr>

I have a table of 3 by 3. I need a way to add a border for the bottom of every row …

html css html-table
Launch Bootstrap Modal on page load

I don't know javascript at all. The bootstrap documentation says to Call the modal via javascript: $('#myModal').modal(options) …

javascript html twitter-bootstrap