for pauls monday class 14th november
Reflection:
I enjoyed learning more about the International style and its influence on graphic design. I am also interested in exploring the no-code tool Webflow as a way to create websites.
Key takeaways:
- Knowing HTML and CSS is important to understand the basics and fundamentals of the web.
- Webflow is a no-code tool for creating websites.
- Codecademy and FreeCodeCamp are free online resources for learning HTML and CSS.
- To get a .ie domain, you can message Kezie in Slack.
- Lowercase is the preferred naming convention for HTML and CSS elements.
- Markdown is a text-to-HTML converter.
- HTML tags are used to define the structure and content of web pages.
- IDs are unique, while classes are not.
- Unordered lists are created using the
<ul>
tag.
Additional notes:
- CSS is used to control the appearance of HTML elements.
- CSS resets can be used to normalize the different default styles that browsers apply to HTML elements.
- Em sizes are relative to the font size, while px sizes are fixed.
08 html 101
knowing html and css is important to know the basics and fundamental of the web