Category: HTML

Common tags used in HTML

If you are a web designer you are no doubt familiar with Hyper Text Markup Language which is one of the most basic methods of coding websites and web pages. HTML is basically a language of tags which avail a number of options for formatting the design of a web page as well as the [...]

Comments »

Basic HTML for blogs and emails

Hypertext Markup Language (HTML) is the code used for most of the content found on the internet. It is a command language used to alter different parts of the content on any given website. This coding is used by most bloggers and email providers. Although HTML cannot be used for some functions like embedding videos, [...]

Comments »

Basic HTML colors and color codes

Colors are one of the ways used to create visual and aesthetic appeal in web design. It therefore comes as no surprise that HTML, the most popular web design language should support colors. In fact, use of HTML is one of the easiest ways of incorporating color in moderation on your site. Generally, colors are [...]

Comments »

A basic introduction of HTML

HTML (Hyper Text Markup Language), is a text markup or scripting language that is currently used in the World Wide Web to create web pages. Hypertext is a piece of text that works as a link while markup language is a mode of writing the layout information in a document. When a document is created [...]

Comments »

HTML text links

WebPages usually have links that redirect you to another page. These links are usually called hyperlinks which can be in the form of words, phrases or images. Text links usually have the word or phrase. These links are specified by the element in which the and are the opening and closing tags. These tags are [...]

Comments »

HTML Tables and essential tags

When creating websites, some data would not make sense unless it in table. Tables are just spreadsheets which contain rows and columns. Table in HTML is created by the use of the table tag . The table is written row by row which is done by the use of tag which stands for table row. [...]

Comments »