0
Things on coding
More knowledge about coding
4 Respostas
+ 1
If you need help with your code, show your code. Describe precisely what it is supposed to do. This way, we can offer suggestions.
0
Please I want to know maybe this is a group discussion
0
Things on coding here I go number one ideal on the HTML diet called hyper test markup letter okay so on our HTML will do on sales like praying some divide and stuff like that please you're having little difficulties or things that you want me to know about this HTML that I don't know for now please you can help me I'm patient for that thank you follow my page Francis white please thank you
0
Francis White Little hard to understand what you are asking about.
Try typing your question in your native language into Google Translate and then copy/paste the English here.
Sounds like you are asking about using Javascript to create an online webstore site.
A web store uses ALL aspects of web design:
👉 HTML for overall site structure
👉 CSS for styling the appearance
👉 Javascript for forms and basic input validation
👉 SQL (or comparable backend database) for store inventory and customer purchase fulfillment.
You should
1) start with learning HTML to create a main store page with navigation links along top, grid of product icons, and product pages
2) learn CSS to style your header with navigation links, a Grid layout for product icons
3) HTML forms for customer login, adding items to cart, and final payment process.
4) Tied in with #3 learn Javascript for basic customer validation
5) Tied in with #3 learn SQL for customer details, product searches, filling cart, and purchase validation/fulfillment