How to make a website wit html \css\ Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

19th Dec 2022, 3:00 PM
Six Gang
4 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
21st Dec 2022, 5:39 PM
Tibor Santa
Tibor Santa - avatar
+ 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
29th Dec 2022, 2:00 AM
Chris Coder
Chris Coder - avatar
0
Spend a couple of years studying "html", "css" and "JavaScript". Well, or hire a developer to do it for you. You need to start with html, then learn css, and then javascript
19th Dec 2022, 3:10 PM
Knight
Knight - avatar
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
20th Dec 2022, 4:25 AM
Ahmad Sulaiman