Can we use different types of languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we use different types of languages?

When I'm doing a blog or a web, can I combine how I want?, if I used especial languages it's necessary that I finish with it?? Or there are languages that with other languages combine well?

25th Dec 2019, 4:09 PM
Daisy
Daisy - avatar
1 Answer
+ 4
You can't create a website/blog etc. with only one language. Websites are made by the 2 components: front- and back-end. • Front-end languages are html < css < javascript which you need to combine them to realize this component. • Back-end uses programming languages like php, python etc. that manipulates the 'invisible' parts(like data collecting), which of course you need to combine them. In conclusion, not you should, but you simply can't create a website with only one language. edit: For simple projects(mostly front-end development), however, you can use for example only html. But even for these simple projects, if you want to do something more complex(like doing a mkre advanced front-end) you need to combine html with css, and most probably with javascript too.
25th Dec 2019, 4:21 PM
molang
molang - avatar