Markups | Lists & Heading | Images | Links | Tables | Forms |
Hello!
This is a cheat sheet for HTML Tags, hope it helps.
The HTML tag describes an HTML Document.
The HEAD tag provides Information About The Document.
The TITLE tag provides a Title For The Document.
The BODY tag describes the Visible Page Content.
The B tag makes text Bold, like this: Sample Text
The U tag Underlines text, like this: Sample Text
The I tag is for Italics, like this: Sample Text
The EM tag is for Emphasized, like this: Sample Text
The P tag is to make a new Paragraph.
The PRE tag is to make Pre-Formatted Text, like this:
The STRONG tag is for Important Text, like this: Sample Text
The BR tag is for Line Break, like this:
Sample Text
Sample Text
The FONT SIZE tag change the size of the font, like this:
Sample Text
Sample Text
The H1 tag is for your First Heading, like this:
The H2 is for your Second Heading, like this:
The H3 is for your Third Heading, like this:
The H4 is for your Forth Heading, like this:
The A tag defines a link, like this:
NOTE :"Now if you Click the link you will open an New Tab "
www.suffolk.li
The IMG tag defines a Image, like this:
NOTE :"That thes are some Example of Images in different locations on the page."
NOTE :"That when you move the mouse on the image it will pop up what it is."
The MARK tag is for Highlighting, like this: Sample Text
The BIG tag is to make the Text Big, like this: Sample Text
The SMALL tag is to make the Text Small, like this: Sample Text
The DEL tag is to Deleted text, like this:
Sample Test
The INS tag is to Inserted text, like this: Sample Test
The SUB tag is to Subscripted text, like this: Sample Test
The SUP tag is to Superscripted text, like this: Sample Test
The BGCOLOR tag changes the Color of the Background, like this page:
The FONT COLOR tag changes the Color of the text, like this:
NOTE :"That this is just a few example of colors, there is a lot
more.
#000000 = Black
#FFFFFF = White
#FF0000 = RED
#008000 = GREEN
#FFFF00 = YELLOW
#0000FF = BLUE
NOTE :"This is some examples of HTML with STYLE ."
The ONMOUSEOVER and ONMOUSEOUT tags can change text, color, and/or images when your mouse move over it.
NOTE :"Changing text Color"
The SPAN STYLE tag changes the Cursor, like this:
NOTE :"When you move the Cursor over any of the boxes it will
change."
Default | Text | Crosshair |
---|---|---|
Help | Move | Wait |
Pointer | N-Resize | W-Resize |
NW-Resize | NE-Resize | Not-Allowed |
The HR tags is to make an Thematic Change in the Content, like this:
Have fun using HTML and good luck.
Goodbye.