Some examples of the code are shown on the left, but here is a starter list for you:
<html> This is the first ever thing you write in a HTML code, it tells the computer what type of code it is and adapts to it.
<head> This is the code to tell the computer how to style the head of the page. By this I mean the name of the page.
<title> The title of a page is the words at the top, the first piece of code you will actually see. After this code you should write a title for it to appear on screen.
One more thing, it helps you to customise the page and the background. To change the colour to anything you want type in this body {background: #EDF2FF} It should appear in the colour highlighted. The code of numbers and letters tell the computer how much red, green and blue should be in the mix. Take a look at this website for all of the colour codes you could ever think of: http://html-color-codes.info/
Always, always, always make sure you end each of the sections that I mentioned above with a symbol that looks like this </ ...> i.e. the ... is whatever you are ending like the head: </head>. See?
Some people don't use HTML because of the drawbacks it has:
- It is not viewed correctly in some browsers.
- It is quite outdated.
- Not very flexible
HTML is one of the best standard website programming languages, why not have a go!
Follow my Facebook page: https://www.facebook.com/TechrJess
And keep reading, I post every Monday!


No comments:
Post a Comment