hi ..what is different between html and css..how do learn html.pls help me.
hi ..different between html and css
Collapse
X
-
The short answer is: HTML is used for contents, CSS for styling. A third common language used is JavaScript (not to be confused with Java), this is used for interactivity. They are often used together, though they can exist independently of each other.
There are many places to learn HTML, one of which is the w3c html training area. You can also search for something like "html tutorial". And it's always useful to look at the source code of pages that do what you're trying to achieve; however those sites can be very complex, so don't expect to understand everything from the get go.Comment
Comment