Right now, if you are editing this page, the view is on WYSIWYG (What You See Is What You Get). When editing to view the HTML formatting, uncheck the box at the bottom of the screen where it says VIEW SOURCE.

Using HTML to create your webpage

Headings

Heading style 1

Heading style 2

Heading style 3

Heading style 4

Heading style 5
Heading style 6

If you would like to hide some text, such as something you might want to show again in the future, but would like to take off your site for now, you don’t have to delete the comment – you just hide it. For example:

Now you see the text on the page.

Adding a Hyperlink

A link to the LMB Trade site using text: Insert the text here that you would like to use as your link

If making an image a link:

Changing Text Colours

If you’d like to change the colour of your text, you just add colour in the coding.

If I want a heading with a different color:

Orange

Red

Blue

Green

Yellow

Pink

Gray

Purple

Navy

If you just want regular font to be colour, the style code you would use is “font” instead of “h2” in your bracket. Don’t forget to end your colour by closing the font bracket!

You can also use a color code rather than a word – this gives you more color options. For example, if I want a different colour other than the basic red, blue, green, etc, I could use a code to find a different shade: This color is called Firebrick. It is often easiest to use a website such as http://www.computerhope.com/htmcolor.htm to find color codes.

SHARE