Think Once, Think Twice, Think NotJustHTML.com For HTML Tutorials
Search Box Goes Here
HTML CSS Javascript Perl
   Hot topics!  

NotJustHTML.com is maintained by Image Envision's team to provide an easy reference to html, css, javascript, and web design tips. Get detailed answers to some of the most frequently asked questions about HTML, CSS, JavaScript, and Web Design.


To do a very basic HTML table with 1 column and 1 row:

<table> <tr> <td> -Row 1, Cell 1- </td> </tr> </table>


Example of a very basic HTML document. This example is a HTML document, with the very minimum of HTML tags. It demonstrates how text inside the body tags are displayed to your browser.

<html> <body> /b
The content of the body element is displayed in your browser.
</body> </html>


HTML Tutorials
Tags
Attributes
Paragraphs
Headings
Line Breaks
Horizontal Rule
Lists
Formatting
Color Codes
Font
Text Links
Entities
Email
Images
Image Links
Forms
Tables
Bgcolor
Background
Color Chart
Frames
Layouts
Comments
Meta
Script
Music Codes
Video Codes

Font Style Tags
Bold
Italic
Code
Pre
Superscript
Subscript
Strikethrough HTML

HTML Form Tags
Input
Text Fields
Password
Checkboxes
Radio
Textareas
Upload
Select
Submit
Reset
Hidden Fields