Categories
- Beauty & Style
- Computers & Technology
- Education & School
- Entertainment
- Environmental Issues
- Food & Dining
- FunAdvice Community
- Gaming & Games
- General Knowledge
- Health
- Home and Garden
- Jobs & Money
- Kids
- Love and Relationships
- Music
- Nutrition and Fitness
- Parents & Family
- Pets & Animals
- Politics
- Religion & Spirituality
- Science
- Shopping
- Sports
- Travel
I found a site called 'Strictly CSS' which seemed to give a good overview of CSS. HTML is completely simple to learn and you could write webpages in 'Notepad' on Windows with html. I prefer using a book for the html tags. I still use a book sometimes to figure out code that I can't remember easily. All tags in html are simple and they all use the '< >' brackets to write the tags and there is always a closing tag written with '</ >'. Since html is not allowed on this site (for many reasons) I cannot show you examples. Wait.... hold on.... here try this bit of code in notepad. Change the quotation marks to < and > around the tag (like and ) then save the file as sample.html under 'all file types' in notepad.
'html'
'head'
'title' Sample Webpage '/title'
'/head'
'body'
'h2' This will print big '/h2'
'h3' This is smaller '/h3'
And this is even smaller.
'/body'
'/html'
After changing the quotes to <>'s and saving it then open the file with internet explorer or your current web browser. This web page sample lacks a lot, but it gives you an idea of the structure of the tags to get some of what you want. But you really should get a book on html.






Which sites give good html and css tutorials?
Which site gives simple and clear html and css tutorial lessons?