Web development

We were introduced to a new language of the web, HTML. All websites are developed using HTML (HyperText Markup Language). The language describes how the information is to be displayed in a web browser.

In order to make information available to the public on the web, we need the following

  • A web Server or Service (e.g. github.com)
  • A web page written in HTML (e.g. (index.html)
  • A web browser at the client (e.g. Google Chrome ,safari)
  • CSS (Cascading Style Sheets) to format the information into a uniform, consistent and pleasing nature
  • Text editors are also required for creating our web. As HTML text editors are used to create and modify web pages.
    These are some examples of text editors...