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.

Hide html horizontal but not vertical scrollbar

I have an HTML textarea that is of fixed width, but variable height. I would like to set overflow:scroll …

html css scrollbar
href image link download on click

I generate normal links like: <a href="/path/to/image"><img src="/path/to/image" /></…

html image download href
Auto refresh code in HTML using meta tags

I'm trying to refresh the same page but it isn't working. This is my HTML code: <html> <…

html meta
Positioning <div> element at center of screen

I want to position a <div> (or a <table>) element at the center of the screen …

javascript css html
Why not use tables for layout in HTML?

It seems to be the general opinion that tables should not be used for layout in HTML. Why? I have …

html css
How do I delete an item or object from an array using ng-click?

I am trying to write a function that enables me to remove an item when the button is clicked but …

html angularjs edit
Remove scrollbar from iframe

Using this code <iframe frameborder="0" style="height: 185px; overflow:scroll; width: 100%" src="http://www.cbox.ws/box/?boxid=439&…

html css iframe
Display HTML snippets in HTML

How can I show HTML snippets on a webpage without needing to replace each < with &lt; and > …

html tags
How to detect if JavaScript is disabled?

There was a post this morning asking about how many people disable JavaScript. Then I began to wonder what techniques …

javascript html code-snippets
How to use the "required" attribute with a "radio" input field

I am just wondering how to use the new HTML5 input attribute "required" in the right way on radio buttons. …

html radio-button required