I want to create and design my company website. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I want to create and design my company website.

Please am desperately in need of anyone's guide lines who can show me the codes on how to get it right.and secondly how can it be link to the internet,when one click on the website it can direct them to my world.the ugly one i created isn't working nor good to present.please let someone help out😓

30th Aug 2022, 7:01 AM
martins chidebere
martins chidebere - avatar
4 Answers
+ 2
For Practice You can host your site for free here https://neocities.org/ Very simple to use. Create a name for your site. Put proper tags for your interest to make your site easy to find. Create a password and use your email address. Click the red button with the white text that says "Create My Site". Click Edit Site Click on the index.html file to edit your webpage. Write or Copy and paste your HTML code. Save your HTML document. Press view to see your site. You can copy the link in the address bar to share with your friends. Or you can use the share button to share to list of websites. Here is my very simple quick wepage. To demonstrate. https://chriscoder.neocities.org/
30th Aug 2022, 6:39 PM
Chris Coder
Chris Coder - avatar
+ 2
If you have anymore questions about your website you can ask here since you already created the post. Thanks and Happy Coding!
30th Aug 2022, 6:42 PM
Chris Coder
Chris Coder - avatar
+ 1
If you need something fast you can make one with wordpress or something similar. If you know how to code fastest is to use something like bootstrap theme, where you download already styled page and change text and images. To host website(so your website is available to everyone on internet), you mostly need to pay for hosting. You would need to look for good hosting services, or one in your country(if your company is local). There is way to host for free, but it may not be good for SEO. (I dont have experience with hosting) But if you wanna to make site by your own, learn html, css and javascript, this will help you with creating look of website(UI), but if your site also have registration, sending email, live support... For this you need some backend language (php,python,java...) and database.(sql, mysql..) To make your site look better, check some other similar site, see what you like and try to recreate design(but make it diferent not exacly same). Also check tutorials on youtube.
30th Aug 2022, 9:37 AM
PanicS
PanicS - avatar
+ 1
I see you only learn here HTML, it is used to create structure of website, to style it we use CSS, with CSS you can make your site look amazing. Javascript dont need to be used, it all depend of what you build, if your site is just for displaying information, using text and images, without depending of user action (button click, key pressed on keyboard, user location, current time...) except links, links works without javascript, you dont need javascript. Just html and css is enought to make simple webpage.
30th Aug 2022, 9:43 AM
PanicS
PanicS - avatar