GitHub

What is GitHub?

GitHub is an online hosting service. People can host and manage repositories here. Developers can share work, collaborate and interact with each other. In a way, GitHub is like a social media platform for developers, connecting them across the world allowing for easily working together! These collaborative features are the key reason for GitHub’s popularity, leading it to be one of the most popular developing platforms today!

Key GitHub Terms

HTML and CSS

HTML stands for Hypertext Markup Language, it is what the majority of websites are made up of on the internet. Markdown is a text-to-HTML tool. In a way, it acts like a translator, translating regular letters and symbols to HTML, allowing them to be used in coding. Essentially, it is a user-friendly way of creating HTML without needing to fully understand how to write using it. For designers, markdown is a great tool for time effectiveness and ensuring that they don’t make the Eros that would be much more common if manually producing HTML.

HTML tags are simple, such as <p> symbolising a paragraph opening and </p> symbolising a paragraph closing.

Key shortcuts in markdown

These shortcuts are a simple yet integral part of using markdown as these are the fundamentals to build any site or application. For example, every webpage will have at least one header, as hierarchy is important for presenting information. Using markup allows designers to test their hierarchy and structure before getting into the design and aesthetics of a site. Today most sites are complex and have multiple headers, lists, external links and more, which is why it is so important for aa designer to understand how to implement these.

CSS can be seen as the design element of HTML.

Daring Fireball Task