Okay so Unix, HTML, CSS, Javascript, etc. What are they and how do they relate to

Mds5014

New member
each other? I'm looking to learn how to like program using Unix and stuff but I'm not sure like what CSS is and like what Javascript is. I basically know what html is because that's like what webpages are based on. Also, since like Apple is based on Unix programming, what is Microsoft Windows based on.?

You may think I'm completely stupid but I'm just a beginner and am wondering what each thing is...

Thanks in advance
 
Windows is based on DOS.

Unix is an operating system. It performs a similar function to Windows or Mac OS

HTML is the markup language for creating web pages.

CSS is the language for controlling the styles on a web page.

JavaScript is a programing language that can be embedded into web pages. It adds some level of Dynamic content and user interaction to a web page.
 
Back
Top