Unordered List Second Fourth Third First Ordered List First Second Third Fourth Unordered HTML Lists <ul> tag is used to define an unordered list. However, each item is always started with <li> tag....
Category: Web Design and Development
Working with HTML Table: A Tutorial
Adding HTML Images to WebPage – A Tutorial

HTML Images We all are aware of the most common format of images i.e., JPG, GIF and PNG. Now, inserting these images using HTML is not so simple. Just like other tags and elements,...
Declaring Hyperlinks, Local links, Images & bookmark using HTML – A tutorial

Links Links found on the web pages allow the user to navigate from one webpage to another. A single click on the link is required for navigation or jumping from one page to another....
HTML Styling Using CSS – A tutorial

CSS stands for Cascading Style Sheets and in simple terms, it can be defined as the way to give style and colors to your content or webpage. Using CSS, you can play with the...
A complete tutorial on HTML Colors

HTML Colors Let it be any display; computer or TV – All colors appears with the combination of Red, Blue and Green light. When it comes to HTML and CSS, all colors have different...
A tutorial on HTML Comments

HTML Code always use comments for detailed explanation used as reference for the programmer. Comment tags include open tag “<!—” and closed tag “—>” are used to insert the code within the HTML code....
A tutorial on HTML Computer Code Elements

HTML usually employs variable letter spacing and size. However, this is not required for displaying the examples of computer code. <samp, <kbd> and <code> gives support to fixed letter spacing and size. HTML Keyboard...
Understanding HTML Quotations and Citation Elements

HTML Short Quotations <q> element is used for defining the short quotations. Browsers insert quotation marks, when <q> element is mentioned. Syntax <p> Welcome to <q>Technology Diving</q> </p> HTML Long Quotations <blockquote> element is...
HTML Formatting Elements: The keys to add volume to your text

A text is always written to convey a message. But a style can be added to it using style attributes and other HTML formatting elements. A numerous types of font effects can be done...