--- # Social Time <!-- Answer the following question(s) using ***Zoom Chat*** or ***Zoom yes/no buttons*** (they may have nothing to do with class content, so you may choose not to participate):
Small-group activity (via *break-out room* and/or google doc [playground](https://docs.google.com/presentation/d/1MDGyvYT3wzQBfMdbbf8teDywTlGz7xZa0sZVHzN7_dw/edit#slide=id.p)): 1) Get to know everyone 2) Introduce your project idea 3) Find ***two things*** that are common to everyone in the breakout room (besides *gender/age/college/concentration*)
--- # Quick Quiz (cont.) 1) What is the commonly used **tag** to embed other content/document? * `<iframe>` 2) What is `svg`? * Scalable Vector Graphics
--- # Debugging Practice - **Homework 1** - *index.html* & *sitemap.html*: - In CSS: - `font-size:16` -> `16px`? `16pt`? - `0px` -> `0` - `<img ... width="50px">`[`width` as attribute of `img`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-width) - `<a href="http://127.0.0.1:5500/ex01.html">...</a>` - ```html <h3> <ol> <li>...</li> </ol> </h3> ``` - `<h2 id="About Me">` * [Naming convention in HTML](https://courses.cs.washington.edu/courses/cse154/17au/styleguide/html-css/naming-conventions-html.html)