How to create my own website????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 16

How to create my own website?????

2nd Nov 2019, 4:31 PM
Jahan
Jahan - avatar
19 Answers
+ 27
With website builder😉😉😉
4th Nov 2019, 6:46 AM
Mehdi Eslami
Mehdi Eslami - avatar
+ 17
Note: For PURE BEGINNER. And in PC. Step 1. Learn HTML(some tages and their use) Step 2. Create a folder. Step 3. Create a empty text file. Step 4. Double click and open it. Step 5. Write some code. (Example at the end of the steps) Step 6. Save that. Click 'Save As'. Step 7. Type a desired name and at the end add '.html'(including the dot). Step 8. Exit the text just now edited. Step 9. Double click the created file with .html extension. Step 10. Watch and Enjoy. You just created a website. Except the fact that no one but you can see it. Example: https://code.sololearn.com/Wj5KPD2hxWQv/?ref=app
2nd Nov 2019, 7:48 PM
Walid Al Hasan
Walid Al Hasan - avatar
+ 8
1. Open text editor 2. Name file index.html 3. Type <!doctype html> <Title></title> <Header> </Header> <Html> <Body> </body> </Html> these are the basic tags
3rd Nov 2019, 7:34 PM
Roboticowl gaming
Roboticowl gaming - avatar
+ 6
After making a site as Walid said. You need to do basically two things. Make a domain name. And should have a hosting account. Both you can get free for personal use. And after that just upload the html to the hosting account. And that's it.. I know i didn't mentioned all the steps .. But 1 thing google is your friend.. Duckduckgo is your friend
2nd Nov 2019, 8:53 PM
Preyas
Preyas - avatar
+ 6
With html css and js also if u want, depends what u want ut if is a informative page its ok. now for publish in web is many free alternatives in web
3rd Nov 2019, 1:17 PM
Roger C
Roger C - avatar
+ 5
Create a new folder and code in the notepad of a new document
2nd Nov 2019, 6:53 PM
Gabriel Sain
Gabriel Sain - avatar
+ 5
Have you tried asking this question on Youtube? You should start there...
4th Nov 2019, 6:18 AM
NuminousC
NuminousC - avatar
+ 4
Great!
3rd Nov 2019, 8:29 PM
Elvin Rey
Elvin Rey - avatar
+ 4
Rahul have said it all
3rd Nov 2019, 9:25 PM
iamvinci
iamvinci - avatar
+ 4
I have problm whin i make images Thez cannot be fixe it
4th Nov 2019, 9:03 AM
ferdaous akdi
ferdaous akdi - avatar
+ 4
enroll to YouTube academy
4th Nov 2019, 12:05 PM
spyrax10
spyrax10 - avatar
+ 4
You can create a website for personal or business use with Google Sites. Create a site or change your web address On a computer, open classic Google Sites. At the top left, click Create in classic Sites. Select a template. Enter a name for your site and a URL. Click Create.
4th Nov 2019, 3:50 PM
Pathmaja S
+ 4
I recommend you to create it locally first. There are some apps that let you deploy a web server php/MySQL on android to code on every place. But if you want 000webhost is a good solution cause they offer the same service for free and you can code from wherever you want. The most important is the attitude and the interest that you put on your project.
4th Nov 2019, 4:16 PM
SMN947
SMN947 - avatar
+ 4
Easy <html> <head> <title>I'm the title</title> </head> <body> <p>I'm the paragraph</p> </body> </html> https://code.sololearn.com/WHUmkju7Qlh6/?ref=app
4th Dec 2020, 10:04 AM
YAHYA ABDERAHMANE BOUROUINA
YAHYA ABDERAHMANE BOUROUINA - avatar
+ 3
Andrew Johnson read other replies.
3rd Nov 2019, 3:49 PM
Preyas
Preyas - avatar
+ 3
Haha very simple , learn how to create one on your own 😉
4th Nov 2019, 3:12 PM
onekpsc
+ 1
I have done the steps Walid has shared before, but how exactly can I make it public?
3rd Nov 2019, 2:25 PM
Andrew Johnson
Andrew Johnson - avatar
+ 1
Believe me WiKiHow was my since friend when I was 10. That means thats around 2010. I got everything you can start asking with the word "How". Even they got the weird things to go check those out. And from there I got this. https://www.wikihow.com/Publish-a-Website-on-Your-Own-Domain For free or kinda free domain i got this https://hostingfacts.com/free-web-hosting-sites/
3rd Nov 2019, 4:30 PM
Walid Al Hasan
Walid Al Hasan - avatar
+ 1
If you want to get it onto the web use Apache2 on your server and upload your html, css, js, php files int othe www folder
5th Nov 2019, 12:22 PM
Playge UNM
Playge UNM - avatar