4.9 Using HTML to create and edit webpage

Using HTML to create and edit web page

HTML tags

  • <h> – the title of the website
  • <li> – list of the contents
  • <b> – make texts bold
  • <em> – make texts italic
  • <sup> – upper texts
  • <sub> lower texts

HTML formatting: Changing colour and font

To change the colour and font, ‘style’ is needed.

Ex. <body style=background-color:aqua>

Ex. <h1 style=”font-family:ariak;text-align:center”>All Computer Supplies</h1>

1112