Skip to content

mkruijt/HTML-CSS-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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.

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
• 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

Our program and courses are based on the curriculum created by HackYourFuture

About

The HTML-CSS module in a three lectures a week, two week module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages