Quantcast
Channel: » HTML tutorials
Browsing latest articles
Browse All 20 View Live

HTML Attributes

Attributes are another important part of HTML markup. An attribute is used to define the characteristics of an element and is placed inside the element’s opening tag. All attributes are made up of two...

View Article



HTML Formatting Tags

If you want people to read what you have written, then structuring your text well is even more important on the Web than when writing for print. People have trouble reading wide, long, paragraphs of...

View Article

HTML Phrase Tags

While some of these phrase elements are displayed in a similar manner to the <b>, <i>, <pre>, and <tt> elements you have already seen, they are designed for specific purposes....

View Article

HTML Comments

Comments are piece of code which is ignored by any web browser. It is good practice to comment your code, especially in complex documents, to indicate sections of a document, and any other notes to...

View Article

HTML Fonts

Font face and color depends entirely on the computer and browser that is being used to view your page. But the <font> tag is used to add style, size, and color to the text on your site. You can...

View Article


HTML Marquees

A HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down your web site page depending on the settings. This is created by using HTML tag <marquees>....

View Article

Image may be NSFW.
Clik here to view.

HTML Images

Images are very important to beautify as well as to depicts many concepts on your web page. Its is true that one single image is worth than thuasands of words. So as a Web Developer you should have...

View Article

HTML Text Links

Web pages can contain links that take you directly to other pages and even specific parts of a given page. These links are known as hyperlinks. Hyperlinks allow visitors to navigate between Web sites...

View Article


Image may be NSFW.
Clik here to view.

HTML Image Links

Previous chapters has tought you how to create hyper text link using text and how to use images in your web page. Now we will learn how to use images to create hyper links. See example below: <a...

View Article


HTML Email Links

This is very easy to put an HTML email link on your page. But while doing so, you need to put your email address on your web page which can cause a spamming problem for your email account. There are...

View Article

HTML Tables

Tables are very useful to arrange in HTML and they are used very frequently by almost all web developers. Tables are just like spreadsheets and they are made up of rows and columns. You will create a...

View Article

HTML Frames

HTML Frames divide a browser window into several pieces or panes, each pane containing a separate XHTML/HTML document. One of the key advantages that frames offer is that you can then load and reload...

View Article

Image may be NSFW.
Clik here to view.

HTML Lists Formatting

You can list out your items, subjects or menu in the form of a list. HTML gives you three different types of lists. <ul> – An unordered list. This will list items using bullets <ol> – A...

View Article


HTML Page Layouts

Web page layout is very important to give better look to your website. You should design your webpage layout very carefully. You may have noticed that there are many websites which have put their...

View Article

HTML Forms Tutorial

HTML Forms are required when you want to collect some data from the site visitor. For example registration information: name, email address, credit card, etc. A form will take input from the site...

View Article


HTML Background

There are two ways to decorate your web page background. Html Background Colors Html Background Images Patterned & Transparent Backgrounds: You might have seen many pattern or transparent...

View Article

Image may be NSFW.
Clik here to view.

HTML Embed Multimedia

You can add music or video into your web page. The easiest way to add video or sound to your web site is to include the special HTML tag called <embed>. This tag causes the browser itself to...

View Article


HTML Scripts

A script is a small piece of program that can add interactivity to your website. For example, a script could generate a pop-up alert box message, or provide a dropdown menu. This script could be...

View Article

HTML Quick Reference Guide

This page is having a quick review of all the HTML tags discussed in this tutorial. If you need to know in detail about any tag then refer to HTML Tag List chapter. HTML Basic Syntax: HTML Element...

View Article

What’s New in HTML 4

There are major changes done in HTML version 3.2 to 4.0 New Elements in HTML 4.0: Tag Description <abbr> Specifies an abbreviation <acronym> Specifies an acronym <bdo> Specifies the...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images