|
HTML Design
HTML Textarea Basics In this article, you learn how to code an html textarea element and how to control the
text in a textarea, along with an introduction into using CSS, Java Script, and server-side
programming with an html textarea element. More ... Webpage DOCTYPE Declarations Explained DOCTYPE is a declaration that should appear as the first line in your webpage code. It defines
the standard to which your webpage is coded, and provides information to the browser as to how
the code should be interpreted. Make sure your webpage's doctype matches it's coding standard. More ... HTML Image Basics The img tag is used to display images and animated gifs on a webpage. You can use the
img tag to display images, icons, logos, and buttons, bullets, arrows and other graphic
or navigation elements. More ... Create a Meta Tag Slide Show - No Java Script Required You want to put a slide show on your webpage but, either you can not, or do not want to,
use Java Script. Well, you can create a slide show using only the html "refresh" meta
tag - no Java Script required. More ... How to Use a Meta Redirect A Meta Redirect is a META tag that, when a visitor arrives at your webpage, automatically
redirects their browser to a different webpage. There are several reasons why you might
want to use a meta redirect. More ... XHTML Basics HTML and XHML look very similar. But HTML was designed long before XHTML and therefore
is less rigorous. In other words, HTML does not require the coder to follow strict rules,
while if you don't strictly follow the rules while coding XHTML, it just plain won't work. More ... Easy Form Design In this article, I show you how to code your own html submission forms. Maybe you are using a
WYSIWYG web page design tool and you can't get your forms to work the way you want them to.
Maybe you want to show a web page designer how you want your form to look. More ... Image Map Basics An Image Map allows you to define areas of an image that act like a link so that when the
user clicks on an area the browser loads the target webpage or media file. Image maps are
an excellent way to provide metaphorical navigation or to call out the nomenclature of an
object. This article shows you how to code simple and complex images maps. More ... The HTML BODY tag Two common body tag attributes are leftmargin and topmargin. Another common body tag
attribute is bgcolor. The body tag background attribute can be used to set a webpage's
background to a texture or image. The bgproperties attribute set with the value fixed
causes the tiled background image to remain stationary while the webpage text is scrolled. More ...
|