A | B |
White | #FFFFFF |
Green | #00FF00 |
Black | #000000 |
Blue | #0000FF |
Red | #FF0000 |
Yellow | #FFFF00 |
<B></B> | Bold |
<EM></EM> | Emphasizes or bolds text |
<FONT></FONT> | Changes the size, font face, and color of Web page |
<FORM></FORM> | Inserts a form into a Web Page |
<I></I> | Intalicizes test |
<IMG> | Displays and image in a Web page |
<INPUT></INPUT> | Defines an input control for a form. For example, radio button, check box, text field.etc. |
<OPTION SELECTED> | Allows Web developers to define which of a list of options should be selected by default. |
<OPTION> | Defines an option in a selection list |
<SELECT></SELECT> | Defines a list of selection options in a form |
<STRONG></STRONG> | Emphazizes or bold tests |
<TABLE></TABLE> | Used to define tables and table cells in a Web pages. |
<TR></TR> | Defines a row in a table |
ALIGN= | Alligns text and graphics to the left, right, and center of a Web page |
BACKGROUND= | Inputs a graphic as a backgrouind color of the Web page |
BORDER= | Creates a border around the cells in a table |
CELLPADDING= | Determines the widt of the lines sparting cells in a table |
COLOR= | Changes the color of Web page text |
FACE= | changes the style of face of the font of the being displayed. For example, Time New Roman, Arial, or Helvetica |
HEIGHT= | Cjhanges the height of a graphic |
SIZE= | Changes the height of horizontal lines of size of fonts |
SRC= | Specifies ther source of a resoucre, like an image to insert into a Web page, or to specify the source Web oage to be displayed in a frame |
TYPE= | Defines the type of input used a form |
WIDTH= | Changes the width of horizontal lines, the width of graphics, or the width of table cells. |