0

Please guys i want to create my own website and save please what can I use

25th May 2023, 6:41 PM
Good Sun
Good Sun - avatar
3 Answers
+ 5
You can learn all the first steps for making your website here: html, css, JavaScript. Then, you can extend that knowledge by searching the forum here or the code playground for more resources, such as the following: https://code.sololearn.com/WlKtf341MnVw/?ref=app https://code.sololearn.com/WEL6QNzbHhrt/?ref=app https://code.sololearn.com/W961Q8W2WBES/?ref=app https://code.sololearn.com/WcjfV4YKaWR1/?ref=app https://code.sololearn.com/WwQ2s33m9Acf/?ref=app https://code.sololearn.com/WBqC8Ezu87En/?ref=app
25th May 2023, 7:06 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Use web technologies to create a website and Github to save them.
27th May 2023, 5:41 PM
Danish Zubair
Danish Zubair - avatar
+ 1
If the question is related to creating and hosting a website online for public access, the best free method is Github Pages. https://pages.github.com/ It is one of the free, easily accessible ways to not only build a site you can share, but also, interact with a secure https site. This can be useful when integrating with certain APIs that only function or display properly on a secure site. You can even define a custom URL for your site.
27th May 2023, 6:53 AM
Lane Mathews
Lane Mathews - avatar