+ 1
Is there anyway to make Web development
like the use of programming like c#
3 Réponses
0
like write the code apart from html
0
Yes. It is possible to use another programing language and make it output HTML.
That's usually what happens in the backend of web development.
You can use programming languages like PHP, Python or even C# to process the
user request that are send to the server and to output back HTML to the client browser.
Note:
HTML is not a programming language. It is a markup language. A way to tell the browser
how the web pages are structured. It is the main, way to do this though.
This means that at the end, the backend language has to output HTML.
This means that if you are going to web development you need to know HTML.
- 1
What do you mean?