What is RWD and HTML

RWD stands for Responsive Web Design, meaning that you can interact with the Web page. Think of how Google Docs works, when you need to have a document, you click on new, that is a Responsive Web page. Practically every website you have used is responsive in some way wether it be from closing adds, to buying an item, and even filing a bank account. So for you to countinue on this journy we shall teach you this after we teach you something else first.

HTML the base of code

HTML is the first item in your starter kit. HTML has many smaller parts but all are quite simple. Example h1 is the largest text size used for headers, and as the h# gets bigger the text gets smaller. But what makes HTML nessesary is that it is used in everything. Every website has these main parts. < HTML > < head > < / head > < body > < / body > < / HTML > This is the main format you will use from now on.

Java and CSS

You will likely not use this for a while but Java and CSS are also very important to coding. If HTML is the foundation then Java is the structer and CSS is the furnture. Java is used to do things like links, movement, and even interaction. While CSS is used for randomness, color, and parts of a webpage revolving around each other. Both are important but you will struggle if you try to learn all of these at once so you should take it one at a time.


Representing Responsive Web Design