Tag: html

Technology Web design

Basic structure of HTML documents

Same like humans, HTML and XHTML documents have a head and a body. The head of the document contains basic information (an overview) on what’s actually on that page: the title, meta information, styles, javascript declarations and more. The body is meant for the content displaying in the browser window. Below […]

CSS Technology Web design

Types of HTML layouts

One of the most important aspects in designing HTML pages concerns the width and height of the website and how the elements fit into the layout. Over the years, web designers were looking to have a balance between the benefits and the pitfalls of addressing one or another option or […]