Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 619 Bytes

basics-of-internet-programming.md

File metadata and controls

17 lines (13 loc) · 619 Bytes

Basics of Internet Programming

This chapter will cover:

  • HTML programming
    • reading and interpreting the HTML code of an existing website
    • creating an internet site in HTML
  • Styling HTML with CSS
    • styling an internet site with inline-style tags and inline CSS code
    • 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
    • making a website available on the Internet
  • Online collaboration
    • make use of online collaboration tools like Slack, Github, etc.