Create a Form with HTML
We start with the tags , a form has to stand between the tags <form> and </form>
this will be the beginning and the end. We have to announch what the form
has to do , it has to send an email. Read more →
Creating Tables in Html
What’s an table, and what does it ? An table is an square text box for text or images.
You can use an table for lists and to make a well-organized text or image box. Read more →
HTML Coded Character Set
Coded Character Set
REFERENCE DESCRIPTION
————– ———–
� –  Unused
	 Horizontal tab
Line feed
 –  Unused
Carriage Return
 –  Unused
  Space
! Exclamation mark
" Quotation mark
# Number sign
$ Dollar sign
% Percent sign
& Ampersand
' Apostrophe
( Left parenthesis
) Right parenthesis
* Asterisk
+ Plus sign
, Comma
- Hyphen
. Period (fullstop)
/ Solidus (slash)
0 – 9 Digits 0-9
: Colon
; Semi-colon
< Less than
= Equals sign
> Greater than
? Question mark
@ Commercial at
Read more →
Using Color On Your Web Page
Using Color On Your Web Page
In HTML we use Hexadecimal Color Codes [based on RGB values] or Color Names to insert colors into HTML documents.
Hexadecimal Color Codes
The Hexadecimal Color Code consists of 6 numbers and/or letters, combining to give you over 14 million possible colors, shades, hues and tints.
Read more →
Creating and Formatting Text
Creating and Formatting Text
Being able to create and format text the way you want it to
appear on a web page is the very essence of HTML. There
are several tags that will allow you to display your text: Read more →
