Dictionary of HTML tags (A to Z) A <A>...</A> Often called anchor tags. Links can be created using the <A>...</A> tags. Attributes HREF="..." where location is the path and filename to the linked file or image or specifies the email address prefaced with mailto: NAME="..." each anchor tag can be given a name - this allows you to link directly to sections where a named anchor occurs. A # (hash) symbol is used before the name in the HREF attribute when linking. B <B>...</B> Bold Text <BIG>...</BIG> Large Text <BODY>...</BODY> This is the second section of an HTML page - defines the body information, i.e. the content of an HTML page. There can only be one BODY tag, it must follow the HEAD tags. BGCOLOR="..." - sets the background colour using either the colour name or the hex number BACKGROUND="..." - specifies the URL of the background image to be tiled TEXT="......
Comments
Post a Comment