+ 8
Who can i create html website
17 ответов
+ 8
To me Visual code studio is the best on PC but if you want to build your website on android device then use Droidpad edit
+ 4
Hi! you can create a HTML website using any text editor like notepad, Sublime Text, Visual Studio Code. And just save the file with extension .html
+ 4
You need to create a domain and server before you make your website.Most sites are available to buy them but you will have to spend money.If you wang to do it without spending money you should start by making a blog using blogger by Google. They will gave you free domain, you can also earn money by adding ad. to your blog.But , first you should learn basics of web development by learning html,css,js,php and you can also learn jQuery etc. If you want . Thanx and thats how you make a website.
+ 4
**Making Simple Website**
Step 1 : Make a html file
(code written inside it you also can add css and js for betterment)
rename it to "index.html"
Step 2 : get domain for your website.
Eg, www.temesgen.com
>>for domain you have to pay money
>>but you can get subdomain free of cost.
eg, www.temesgen.000webhostapp.com
Step 3: Upload you file(s) to your Hosting server.
Now after setting up you can access your website.
You can start making on here:
www.000webhostapp.com
>>it provides free websites (2)
For more : Message me.
+ 3
If your question is asking about what Matias had answered, viewing a webpage designed on your computer. Here is my YouTube tutorial : https://youtu.be/U9sIDzXCMlA
+ 3
Use sublime just press tab and 75% code is done
+ 2
You should use relevant tags.
I see that you have finished HTML course.
Do you mean how to put the website you design on the internet?
+ 2
Just search on Google there are many sites and u can learn easily how to make website .
+ 1
sublime text editor
+ 1
sublime text 3 is the best text/code editor....
you can try on online as well
https://htmlcodeeditor.com/
+ 1
Visual Studio Code would be the best option for you. You just need to type: html:5 and you will get the main structure
+ 1
Hi! You can create html website usiny any text editors like notepad, brackets, visual studio. But we have to save the html file using filename.html
+ 1
If You Want to create a html site, follow these steps:
1.First you need a text editor. My favourite text editor is PSPad. With this editor you can programm other languages too.
2. Write the code.
3. You need a server for your site. My favourite servers are Mamp and Xampp.
4. Put your html site in the folder htdocs, if you have download on of these server.
Good luck!
0
You can use an app called geany
0
"Who can i create html website" It doesn't make any Sense.
0
Its how that was meant
0
The best software to write the HTML code is the Notepad++, because it provide hints and also provide separate colors to distinguish the arguments and tags. (Don't forgot to select HTML language before programming) .