They are the fundamentals of any website and are essential for designing and running a website.
CSS:
This stands for Cascading Style Sheet and is used to brush up on the work of the HTML code and make it look nicer. Within CSS, you can edit the colour of the background, shape and positioning of elements created by the HTML code, etc. Basically, this is making all the visual aspects of the website look nicer.
JavaScript:
This is a language that allows animations to take place and provide the website with more functionality. I don't know a massive amount about JavaScript due to my lack of experience with the language - I have used it for about 20 minutes and barely did anything with it.
HTML:
This is the language that designs the main layout for your website - you can create all sorts of elements in HTML and everything is input into tags, e.g. To input a table into your website you could use the following code:
Heading name here
This will show in-side the first row of the table |
Note: You can add as many table rows '
' elements within one table as you wish - same goes for table data '
| ', however, the more table data elements you use, the more colums will be input into that row.