It is quite common to use images within text to further elaborate the impact of text on the reader. HTML has provided us the ability to use images in HTML document through the use of img tag.
Lists are used in a document when the content needs to presented in the form of a step-by-step guide or so. HTML provides us the ability to use two kinds list in HTML documents. We can use ordered lists or unordered lists in HTML.
The anchor tag in an HTML is the tag which helps linking different HTML pages on the same site or even is helpful to establish link with different websites' web pages.
There are multiple typography related elements available in HTML. This post will explain the use of paragraph element in an HTML document.
There are multiple typography related elements available in HTML. This post will explain the use of heading elements in an HTML document.
HTML document consists of doctype declaration, an html tag which wraps around head and body tags. This article explains how one can write a very simple and valid document using HTML.
HTML, Hyper-Text Markup Language, is the standard language that is understandable by browsers to render contents of a particular document in human-readable form. This post explains the very basics of HTML.