F1 ICT - Web Design
HTML Tags - Reference Sheet
All HTML files must include this code:
<HTML>
<BODY>
Page content goes here
</BODY>
</HTML>
Headings
<H1> </H1> - largest heading
<H6> </H6> - smallest heading
Formatting
<B> </B> - bold
<I> </I> - italic
<U> </U> - underline
<P> </P> - paragraph
<BR> - move to next line
Hyperlinks
<A HREF=”URL”> LINK HERE </A> - link to a web page
<A HREF=”URL” target=”blank”> </A> - link to a web page in a new browser tab
Background color
<BODY BGCOLOR=”#FF0000”> - create a red coloured page
Foreground (text) color
<FONT COLOR=”#0000FF”> </FONT> - create a blue coloured font
Images
<IMG SRC=”[Link]”>
<IMG SRC=”[Link]”>
<IMG SRC=”[Link]”>
<IMG SRC=
”[Link]
_Egretta_garzetta_and_Mareca_strepera_in_Taudha_Lake.jpg”>
Page | 1
F1 ICT - Web Design
Quote key (for hyperlinks, colors and images):
Hash tag (for color codes):
Page | 2