5
HTML: Creating Tables
Posted in Blog, HTML Tutorials by Admin
Tables are defined with the <table> tag. A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). A data cell can contain text, images, lists, forms, horizontal rules, and even other tables.
Borders
To add a border use the attribute border="1&
more
5
HTML: DOCTYPE, Structure & Validation
Posted in Blog, HTML Tutorials by Admin
The DOCTYPE Element and Validation
DOCTYPE (short for document type declaration) informs the Validator which version of HTML you’re using, and must appear at the very top of every Web page. DOCTYPEs are a key component of compliant Web pages: your markup won’t validate without them and not using a DOCTYPE may cause your HTML to render strangely
more
5
Web Safe Fonts
Posted in Blog, HTML Tutorials by Admin
Practically every personal computer has a set of fonts installed. These fonts are the default fonts for the operating system. Different operating systems can have very different sets of fonts installed. When you are designing a Web site, you need to keep this in mind. If you decide to use a font on your page that a visitor doesn’t
more
5
HTML: Basic Sections of a Web Page
Posted in Blog, HTML Tutorials by Admin
Document Sections
A HTML document is divided into two main sections: a “head” section and a “body” section.
Elements
An element in HTML is a loose term that describes each individual piece of your Web page and consists of three basic parts: an opening tag, the element’s content, and a closing tag. Every Web page requires four critical elements:
more
31
HTML for Beginners
Posted in Blog, HTML Tutorials by Admin
These tutorials do not teach you the basics of using a computer, so please be sure that you understand the following:
* Know what notepad (or the Mac equivalent) is and how to use it
* Know how to save, organize and find your files on your computer
* Know how to open a file using a browser of your choice
* Know how
more





Follow Us