All Projects → HackYourFuture-CPH → HTML-CSS

HackYourFuture-CPH / HTML-CSS

Licence: other
Module 1

Programming Languages

HTML
75241 projects
CSS
56736 projects

Labels

HTML-CSS

Introduction

In this module you will learn HTML and CSS. HTML is the language in which you define the structure of the content of your pages (e.g. headings, paragraphs, links and images). CSS is used to write down how everything should look (e.g. font sizes, colors and positions). While learning the basics of these two languages, you will also get familiar with text editors and the developer tools of your browser.

We will focus on responsive web development : you will learn how to make your website adapt to the size of the screen, using the mobile first approach. As well as the accessibility part of it, by adpoting ARIA (Accessible Rich Internet Applications) as part of our dicipline. ARIA defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities. Last but not least we will spend time practicing some soft skills that are important for becoming a good developer. These include: giving feedback to your colleagues, presenting and explaining your work, and finding documentation on the web.

So since this is your first module, what can you expect the next three weeks?

Planning for Current Class

Week Topic Preparation Homework Review
1. DOM, HTML/CSS syntax Preparation Homework Lesson Plan
2. Responsive design, media queries, developer tools Preparation Homework Lesson Plan
3. Recap, useful resources on the web Preparation Homework Lesson Plan

Please get yourself familiar with this repository by navigating your way through the different README files. Kind note: make sure to read assignment requirements properly for handing them in, in the end this saves both you and your teacher a lot of time. If you have any questions or something is not entirely clear ¯\_(ツ)_/¯, please ask/comment on Slack!

Learning goals for this module:

  • Basic understanding of HTML and CSS
  • Basic understanding of Accessible Rich Internet Applications (ARIA)
  • Know how to organize your files
  • Know your way around your text editor
  • Feel comfortable working with the inspector
  • Properly indent your code
  • Properly naming classes, id's
  • Responsive, mobile first development
  • Know good and bad practices when it comes to HTML
  • Get an understanding of where to find information on the web
  • Give receive/feedback from/on fellow students
  • Presenting and explaining your work to others
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].