Common Computer Science References
In this unit students will learn the basics of HTML, CSS and JavaScript. Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Although this is not a programming language, this will be a needed skill to create web applications that will eventually have code in them. Cascading Style Sheets (CSS) are used to describe how the HTML should look. And finally JavaScript is a programming language to make the WWW dynamic.
what makes up a well formed HTLM document;
proper style;
basic HTML tags;
basic CSS
basic JavaScript
Use the Coder (not Codespace!) IDE terminal to run these commands.
NOTE: when you are typing the password, nothing will show up. This is not an error, it is a security feature. You have to type it in, NO backspacing and hit enter, with no errors!