CSS | JavaScript | About | Contact |
Welcome to my page here you will find a few basic HTML tags to help you along the way I will show you things like
Changing the background color is easy, But your probably asking why change it from the standard old white, well...because white is boring!
To understand color, we must first understand how a computer diasplays colors.
Images are great for website, they allow to visually allow you to show something you are trying to explain.
For example, I could try to explain to you what a leaf looks like but using this block of code i would rather show you.
take notice of where I wrote out "file name of image" what this simply means, is if that your picture is called picture1
You will write out picture1 and the exstenstion, so if the extension is a JPEG you will write ".jpg"
Tables are now an ineffective way to create a website since most of the layout is done using a combination of CSS/HTML and photoshop to create a layout I recommend not using them but they are a great tool for begginers to understand proper weblayout.
Next you create rows using the table row tag
Then to add data you use the table data tag
this is what a complete table code should look like
Your data here |