Best resource to learn web dev for free ๐
What I like most about this is that it has an assignment submission system that uses github so you'll learn git and github with enough practice to be confident about it.
(1/3)
- HTML : deals with how information is displayed on a web browser
- CSS : makes HTML looks pretty
- JS : allows modification of HTML/CSS after it has loaded on a browser which makes the site interactive.
- HTML : deals with how information is displayed on a web browser
- CSS : makes HTML looks pretty
- JS : allows modification of HTML/CSS after it has loaded on a browser which makes the site interactive.
HTML or for that matter CSS isn't a programming language because they can't program any logic. They're only concerned with presenting information.
This is why XML, YML are also not programming language and JavaScript is.
Now go and tweet 'HTML isn't a programming language' ๐