Recent Posts
Web Design Development
Return To Blog Listing
Web Design Development.org is a user-contributed, Adsense-sharing article directory on web design tools, tips, tricks & tutorials.
Recent Posts Tagged With 'html tags'
Putting Image into Your HTML Web Page with Image Tag
HTML Image Tag Next let's look at actually placing an image on our web site. I'll use both a transparent and nontransparent image: <HTML> <HEAD><TITLE>Background Color</TITLE></HEAD> <BODY bgcolor="#009...
HTML Tags List and Examples
Special HTML Tags There are special tags that work with fonts to increase or decrease size. The <BIG></BIG> and <SMALL></SMALL>, although uncommon, can be used. HTML Header Tags More commonly used are header tags. The...
The Body Section of an HTML Web Page
<BODY> and </BODY>: the Main Section of a HTML Web Page Intro The Body of your HTML web page is where the main magic happens, so let’s begin! Let’s start with basic text formatting, and how you can display the text...
Between the HEAD Section of an HTML Web Page
<head></head>: the First Section of a Basic HTML Web Page The HTML codes/tags between the <head> and </head> tag, which is collectively known as “the header,” is where a lot of the behind-the-scenes magic takes pl...
Basic Framework of an HTML Web Page
HTML Web Page Basic Framework There are three sets of tags that are mandatory for almost any web site. Before I get ahead of myself, let me explain what a tag is. HTML uses “tags” to let web browser’s know what to display. Tags o...
Creating Basic Web Page with HTML Tutorial
Learning Basic HTML to Create Web Page This HTML tutorial is for those of you interested in learning to create your own HTML-based web sites from scratch. There are many excellent reasons for learning HTML, most having to do with control. When you u...
Web Design with HTML - Where the Monster Series Begin…
A Very Basic Monster Introduction: HTML HTML is an acronym for HyperText Markup Language. It’s basically a computer language devised to create web page of a web site, so that any one can connect to the internet and view such HTML-based web si...
