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 web design'
Easily Create Background Images for Your HTML Web Page
Creating Background Images for Your HTML Web Page Now let's look at adding a background image. You can use a color and an image, and in the case that the image doesn't display for the user, or if it takes a long time to load, they will see the col...
HTML Background Color and Hex Color Chart
Adding HTML Background Color with True HTML Color Let's begin by coloring our web page! This is done within the <BODY> tag itself. This is also where we can define a background image. Both background image and background color use diffe...
Mailto Email Link and HTML Hyper-Links
Creating Email and HTML Links Below is a quick tutorial with examples on how to create hyper-links throughout your web site. We will learn to do web site links and email links.Links occur in the <a href> tag, which encloses the destination ...
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...
HTML Font Properties, Usage and Examples
HTML Fonts The common fonts used in most web sites are: Arial, Arial Black, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuchet MS, and Verdana. HTML Font Face You can quickly peek at each of these by creating the following HTML ...
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...
A Complete HTML Table Tutorial - with Code/Format Examples
HTML Table Properties and Examples Tables are very powerful in HTML. They are very simple, yet sometimes confusing. However, I will attempt to make this tutorial as simple as possible! There are three primary tags used to make a table. These are ...
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...
