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.

HTML: Changing colors of specific words in a string of text

I have the below message (slightly changed): "Enter the competition by January 30, 2011 and you could win up to $$$$ — including amazing …

html css text colors inline
how to disable DIV element and everything inside

I need to disable a DIV and all it's content using Javascript. I can swear that doing a simple <…

javascript jquery html css
How can I use Google's Roboto font on a website?

I want to use Google's Roboto font on my website and I am following this tutorial: http://www.maketecheasier.com/…

html css fonts
How to make a div fill a remaining horizontal space?

I have 2 divs: one in the left side and one in the right side of my page. The one in …

html css width responsive
How to set date format in HTML date input tag?

I am wondering whether it is possible to set the date format in the html <input type="date">&…

html date input format
HTML code for an apostrophe

Seemingly simple, but I cannot find anything relevant on the web. What is the correct HTML code for an apostrophe? …

html ascii
How do I fit an image (img) inside a div and keep the aspect ratio?

I have a 48x48 div and inside it there is an img element, I want to fit it into the …

html css
Onclick javascript to make browser go back to previous page?

Is there a function I can attach as a click event of a button to make the browser go back …

javascript html browser onclick dom-events
How to load up CSS files using Javascript?

Is it possible to import css stylesheets into a html page using Javascript? If so, how can it be done? …

javascript html css dhtml
How to show text on image when hovering?

I'm trying to show a description when hovering over an image. I've already done it in a less than desirable …

html css hover