paul’s monday class notes 7th november
Key takeaways:
- Group critique
- GitHub introduction
- Git commands: commit, pull, forking, branching
- HTML 101:
- HTML and CSS book
- Code Academy
- Free Code Camp
- LinkedIn Learning
- Domain name
- Naming conventions: use lowercase, no spaces
- HTML tags: opening tag (
<
), closing tag (>
), heading tags (<h1>, <h2>, etc.)
Additional notes:
- GitHub is a hosting website for code repositories.
- Git is a software that runs at the heart of GitHub, and it makes it easy to roll back to previous versions of code, share code with others, back up code to the cloud, and deploy changes from multiple sources.
- HTML is a markup language that is used to create the structure of web pages.
- CSS is a stylesheet language that is used to control the appearance of web pages.
notes taken during lecture ;
group critique
github introduction
git, the software that runs heart of github
makes it easy to roll back to previous version(undo errors)
makes it easy to share code with other people without creating conflicts
backs up your work to the cloud
makes it easy to deploy changes from multiple sources