DivitoDesign

Everything for the Web Professional

Category: HTML

(x)HTML is the backbone of any website: it’s the structure. That’s why it’s an essential part of any webdesigner’s skillset. Learn and build your basics.

Z-Index : Overlap HTML Elements With CSS

Via this guide, you will learn what a Z-Index is and how to use this property to overlap HTML elements with CSS. What is a Z-Index Z-index is an property in CSS and has been included in CSS because people asked for an property with the possibility to make HTML elements overlap. Overlapping HTML elements [...]

How To Use HTML Heading Tags with SEO Purpose

This article is a beginners guide to heading tags in HTML and their search engine purpose. This time we are going to talk about the heading tags you can use in HTML. To give you an example: h1, h2, h3, h4, h5, h6. These tags are used in HTML to define a heading or title. [...]

What is a DOCTYPE and What Does it do?

When a browser scans your website, the first thing it looks for is its DOCTYPE. It helps render your website the proper way. Ever realized that a browser isn’t a real life guy that can guess in what language and type it is written? Well, a browser is just a tool for people to view [...]