0
How to make a website wit html \css\ Java
I want to make a market web for my company so my customers can be able to see my products
5 Answers
+ 1
Since you mentioned Java in your question, if you really mean Java and not JavaScript, then you should research the architecture of Web applications, how server and client work together, how the front-end and back-end are separated, how data can be persisted in a database.
This is a lot of work to put this all together, but luckily we have "frameworks" which make this much easier, because they provide some scaffolding to build the blueprint of your project, and ideally you "only" need to code the business logic.
Even Java alone has dozens of different frameworks, but the most popular one by far, is Spring Boot.
https://spring.io/projects/spring-boot
+ 1
If your sole intent is to sale products. You don't need to learn how to code for that. There are many eCommerce platforms and services available.
https://smallbiztrends.com/2021/04/ecommerce-platforms-software.html
0
learn HTML to build the structure of the website
learn CSS to customize the structure of the website
learn JS to build the functionality of the website
0
Ahmad Sulaiman or use python for functionality