+ 16
How to create my own website?????
19 Réponses
+ 27
With website builder😉😉😉
+ 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
+ 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
+ 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
+ 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
+ 5
Create a new folder and code in the notepad of a new document
+ 5
Have you tried asking this question on Youtube? You should start there...
+ 4
Great!
+ 4
Rahul have said it all
+ 4
I have problm whin i make images
Thez cannot be fixe it
+ 4
enroll to YouTube academy
+ 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.
+ 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.
+ 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
+ 3
Andrew Johnson read other replies.
+ 3
Haha very simple , learn how to create one on your own 😉
+ 1
I have done the steps Walid has shared before, but how exactly can I make it public?
+ 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/
+ 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