G'day there!
HTML CODING..........is it that hard?
Not once you have the hang of it
I will be uploading a video
You will need to download the template to get started click here
Don't worry the link will take you to my SkyDrive, then click on HTML CODING 1.1 and it will start to download, open the note pad up and read the content in the note pad for more info
NO Update is available at this time
<!DOCTYPE ...
The doctype 'tells' the browser how to read and interpret the HTML (markup*) code
<html> ... </html>
Creates the HTML page
<head> ... </head>
title> ... </title>
ets the page title
<body> ... </body>
What you see on the page falls between these tags
HTML CODING..........is it that hard?
Not once you have the hang of it
I will be uploading a video
You will need to download the template to get started click here
Don't worry the link will take you to my SkyDrive, then click on HTML CODING 1.1 and it will start to download, open the note pad up and read the content in the note pad for more info
NO Update is available at this time
<!DOCTYPE ...
The doctype 'tells' the browser how to read and interpret the HTML (markup*) code
<html> ... </html>
Creates the HTML page
<head> ... </head>
title> ... </title>
ets the page title
<body> ... </body>
What you see on the page falls between these tags