Week 1

HTML

HyperText Markup Language is the language websites use to define logical structure of page elements. Elements are represented by HTML tags.

MDN reference

CSS

Cascading Style Sheets is the language used to specify presentation and styling rules for HTML. It allows logical structure and presentational structure to be separate. CSS can be applied to HTML in three main way:

  • Inline: CSS rules are specified in the metadata of an HTML element.
  • Internal: CSS rules are specified in a <style> element, usually inside the HTML document <head> element.
  • External: CSS rules are specified in a separate file, and referenced from the HTML using a <link> element.
MDN reference

Git

Git is a software version control system that is used to manage codebases effectively. It supports branches, staging, versioning, and multiple workflows for managing complex, distributed projects.

Git reference

Github

Github is an cloud-based Git repository hosting company owned by Microsoft. They provide free and paid products that support the hosting service, such as CI/CD pipelines, organisation management, and repository management clients.

Github website

Create your first website

ISCG6420 course website made by Jesse Schollitt using Bootstrap and Fontawesome