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 →
Create Your First HTML Page
If you are running Windows, start Notepad.
If you are on a Mac start SimpleText.
In OSX start TextEdit and change the following preferences: Select (in the preferences window) “Plain text” instead of “Rich text” and then select “Ignore rich text commands in HTML files”. This is very important because if you don’t do this HTML codes probably won’t work.
Read more →
Learning HTML & HTML Editors
Learning HTML & HTML Editors by Kalina of Affordable Web Design
I hold a firm belief that all webmasters should practice validating their code, so all advice I give in this site will be centered around that belief.
If you’d like to create/maintain a website, having some HTML knowledge is necessary in order to create a standard page on the web. HTML is also very easy to learn, you can learn the basics in about an hour. First you’ll need some type of software/editor to create your html pages. Here’s a few to try out (or not) and see which you feel most comfortable with.
Editors for Hand Coding:
The Three Principles of HTML Code Optimization
Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your web page. Cluttered html can also seriously impact your search engine ranking.
