> For the complete documentation index, see [llms.txt](https://fitforecommerce.gitbook.io/fit-for-e-commerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fitforecommerce.gitbook.io/fit-for-e-commerce/basics-of-internet-programming.md).

# Basics of Internet programming

This chapter will cover:

* HTML programming&#x20;
  * reading and interpreting the HTML code of an existing website&#x20;
  * creating an internet site in HTML
* Styling HTML with CSS&#x20;
  * styling an internet site with inline-style tags and inline CSS code&#x20;
  * style existing HTML by making use of cascading style sheets (CSS)
    * realise why use of CSS is superior to inline-styles (maintainability, consistency)
* Publishing a website&#x20;
  * making a website available on the Internet
* Online collaboration
  * make use of online collaboration tools like Slack, Github, etc.
