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.

CSS vertical alignment text inside li

I am displaying number of boxes in a row with fix height and width, generated from <li> tags. …

html css vertical-alignment
How to put a link on a button with bootstrap?

How would one put a link on a button with bootstrap? there are 4 methods in the bootstrap documentation: <a …

html twitter-bootstrap button hyperlink
How do I wrap text in a pre tag?

pre tags are super-useful for code blocks in HTML and for debugging output while writing scripts, but how do I …

html css
Is there a way to make HTML5 video fullscreen?

Is there a way to play a video fullscreen using the HTML5 <video> tag? And if this is …

html video html5-video fullscreen
How to Set Focus on Input Field using JQuery

Given the following HTML structure: <div class="wrapper"> <div class="top"> <a href="http://example.…

jquery html
Add centered text to the middle of a <hr/>-like line

I'm wondering what options one has in xhtml 1.0 strict to create a line on both sides of text like-so: Section …

html css xhtml line vertical-alignment
Display the current date and time using HTML and Javascript with scrollable effects in hta application

I have the below java-script to display the current date in the given format Mon Jun 2 17:54:28 UTC+0530 2014 in a hta(…

javascript css html hta
Resize image with javascript canvas (smoothly)

I'm trying to resize some images with canvas but I'm clueless on how to smoothen them. On photoshop, browsers etc.. …

javascript html image canvas html5-canvas
How to get browser width using JavaScript code?

I am trying to write a JavaScript function to get the current browser width. I found this one: javascript:alert(…

javascript jquery html css
How do I remove the blue styling of telephone numbers on iPhone/iOS?

Is there a way to remove the default blue hyperlink colour from a telephone number when viewed on an iPhone? …

html ios css mobile-safari