Welcome!


Join more than 151,000 members on FunAdvice to ask questions, share advice, photos and make new friends today.
FunAdvice RSS for this page:
Rss_feed

Which sites give good html and css tutorials?

hot air balloons Asked by luvly over 2 years ago, 2 answers.

Which site gives simple and clear html and css tutorial lessons?

buddha? Answered by funguy on Jun 05, 2007, 08:13PM
941 answers
Advisor-small

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 tag and /tag) 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.

Anime Gamer Answered by gaiagirl on Sep 13, 2008, 09:13PM
42 answers

http://www.w3schools.com/

best site ever.. teaches any type off codeing.. thats where I started out.. :D

Answer this Question: "Which sites give good HTML and CSS tutorials?"

Your Answer: HTML is not allowed.


Our members said the answers on this page also answer the following questions:


Css tutorials?, Html tutorial

Computers & Tech Photos

Alright already! I give! I give!Good and Badgood burger

Share this question

Copy and paste this code:
It will display on your blog or site like this:
Which sites give good html and css tutorials?