Category Archives: HTML

This is about XHTML and building web pages.

HTML5 Template

When I’m in a hurry, I don’t like to look all over the web for the right syntax.   This page is good for a quick look up. The concept behind HTML5 is instead of using a lot of divs on … Continue reading

Posted in HTML | Leave a comment

HTML Disabled or ReadOnly?

This is one of those things in HTML that once you know about it, you won’t forget it, but before that you unknowingly use the wrong tag, and then can’t figure out why your not getting information back from the … Continue reading

Posted in HTML | Tagged | 1 Comment

HTML 5

Every once in awhile its a good idea to look forward and see if we can’t peek into the future. When you talk future and the Internet you talk CSS3 and HTML5.  Both will give us new technology to make … Continue reading

Posted in HTML | Tagged | 1 Comment

Button or Input Tag – which to use?

Any user interaction with a web page is done with forms. One question about the various elements of a form is whether to use a “button” or an “input” tag; both basically do the same thing, sort of, and that’s … Continue reading

Posted in HTML | Leave a comment

Resizing the background image with CSS

With monitor resolutions getting larger and larger, and with the advent of large screen TV’s that can double as computer monitors, web developers have a dilemma. What resolution do you use to build a web site that will look good … Continue reading

Posted in CSS, HTML | Tagged , | 3 Comments