# Web Design with Shway ! Welcome back. 😁
![gif](https://c.tenor.com/MS_AYz3G8t4AAAAC/tenor.gif) --- ## WHAT DID WE LEARN: - AIDEN - LAST CLASS - GAMES IN SCRATCH - LUKE - IN THE BEGINNING - LEARNED GITHUB (tried) - GRAHAM - Ended up putting it in GOOGLE DOCS, and then we used html.viewer.net - MADDUX - ` ` THE very FIRST line of an html document (thanks luke) --- # Intro to the Internet: - Browser - Luke - Games - Movie Database - Lists of useful things to watch - Apps - Art and Webcomics - WHAT DID WE LEARN (part 2): - MADDUX - ` ` THE very FIRST line of an html document (thanks luke) - LUCAS - THE 2nd line is always ``` ``` - JUDE - EVERYTHING goes in between the html "tags" - Tomer - What does the title do? It creates the literal title of your webpage (like the tab title) - --- # What did we learn part 3? Misha - How to we embed vidoes/games into our site: (we go into the iframe code) How do we input an image? ```html Hi hello ``` --- What did we learn part 3? How do we make different size fonts in html ? ```

TEXT

smaller test>

```

TEXT

smaller text

even smaller text

even smaller text
How do we change the background color? ```html   ``` --- WHAT WE NEED HELP WITH: - --- WHAT THE NEXT TRIMESTER IS GOING TO BE: - --- STEP 1: Open up a google doc, images & background color. [https://html.onlineviewer.net/](https://html.onlineviewer.net/) ```html        

Blah balah

  ``` --- ### STEP 2: Adding tables & embedding games + videos! We have all heard about Scratch? Played games last week? Let's play geometry dash --> [Geometry Dash ](https://scratch.mit.edu/projects/835488610/) But **On our website!** :D *Add your own games here* ```html        

Blah balah

 

Lorem ipsum about random stuff that interests me.

Geometry Dash Blah

``` --- ### STEP 3: Publishing the website & additional CSS.  [https://neocities.org/browse](https://neocities.org/browse)** --- ### Step 4: Additional Tips * Go to [https://html-online.com/editor/](https://html-online.com/editor/) to learn about adding tables.