Powered By Blogger

Tuesday, November 24, 2015

Computers Application - HTML

Make a website using html language.

In order to make a website, first of all you need to open a notepad.
And type it like in the picture below ;


After that, you can add what you want to type.

Here's a few tips on how you can edit your website.


  • <p> means to make a new sentence in a new paragraph.
  • <br> means to make a sentence into a new line.
  • <body background=""> is to find a wallpaper as your background. In the " " , you must the image url. 
  • <h1> is the biggest font in html language. It has <h1> to <h6>.
  • <font color=""> is to make your font become colourful. You can find color code using a website from W3Schools.
  • <img src=""> means you can insert images using the url image. 
  • IN HTML, THE MOST IMPORTANT IS YOU NEED TO SPELL IT CORRECTLY. IF YOU DO NOT SPELL CORRECT, YOUR HTML CANNOT BE READ. 


No comments:

Post a Comment