HTML & CSS

The Display property

display is CSS’s most important property for controlling layout. Every element has a default display value depending on what type of element it is. The default for most elements is usually block or inline. A block element is often called a block-level element. An inline element is always just called an inline element. block <div>

The Display property Read More »

No Layout

Having no layout whatsover is almost ok if all you want is one big column of content. However, if a user makes the browser window really wide, it gets kind of annoying to read: after each line your eyes have a long distance to travel right-to-left to the next line. Try resizing your browser to

No Layout Read More »

HTML5 Introduction

HTML5 is The New HTML Standard HTML5 New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D Graphics Local Storage Local SQL Database Web Applications   Examples in Each Chapter With our HTML editor, you can edit the HTML, and click on a button to view the result. Example Your browser does not support

HTML5 Introduction Read More »