A website consists of webpages containing information of what you wish to display or to keep as reference.
List of things covered in this topic
A good text editor should be simple to use and available on a variety of platforms
How to choose a text editor?
Recommended Text Editors:
All websites are developed using HTML (Hyper Text Markup Language).
The language describes how the information is to be displayed in a web browser.
Watch: How a web browser builds and displays a web page
In order to make the information available on the www, you need the following:
What we must be familiar with for this module:
TUTORIALS: Youtube Videos
TUTORIALS: HTML Tutorials & References
Developing our websites by making it more pleasing to the eye
4 ways to develop our website:
You start with HTML and write your content, stylise it with CSS to give a consistent look and feel.
We can find templates up for use or examples and modify it to fit our content and tweak how the website will look.
Markdown is a light-weight Mark-Up editing language that is good for displaying information. It is ideal for making fast notes, while still maintaining the document very “text-like”. Most documentation sites offer a markdown hosting option.
Markdown text is first processed by a program (usually python/javascript) into HTML. The HTML is then hosted by the webserver. This process is usually transparent to the user.
Jekyll is a static site generator which converts Markdown together with other instructions to HTML which is then hosted by the server.
Javascript can change a website in many ways
Examples of what Javascript can do:
Commonly asked questions:
Do visit professional websites to know more in-depth about Javascript.