0% found this document useful (0 votes)
10 views2 pages

HTML Reference Sheet

This document serves as a reference sheet for HTML tags used in web design. It includes essential HTML structure, formatting tags, hyperlink creation, and methods for setting background and text colors, as well as inserting images. Specific examples are provided for each tag to facilitate understanding and implementation.

Uploaded by

hodamien444
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

HTML Reference Sheet

This document serves as a reference sheet for HTML tags used in web design. It includes essential HTML structure, formatting tags, hyperlink creation, and methods for setting background and text colors, as well as inserting images. Specific examples are provided for each tag to facilitate understanding and implementation.

Uploaded by

hodamien444
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like