how can I create my own website? html css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

how can I create my own website? html css

https://code.sololearn.com/WlrdOQZ4hHql/?ref=app

5th Dec 2019, 3:22 AM
JaylloydMartinez
JaylloydMartinez - avatar
9 Answers
+ 1
Like
6th Nov 2020, 8:14 AM
RICHELLE CONCEPCION ADRIAS
RICHELLE CONCEPCION ADRIAS - avatar
+ 3
Please, - Search before posting a new question - Use relevant words in question tags. - Attach only links related to your question topic. Tags are used by the search feature to find similar questions by matching up search terms with questions' tags. The use of irrelevant words in tags will diminish search functionality. For future reference, please follow this guide to posting a question 👍 https://www.sololearn.com/Discuss/333866/?ref=app * Similar discussion thread: https://www.sololearn.com/Discuss/2088908/?ref=app
5th Dec 2019, 5:27 AM
Ipang
+ 3
1. Create your website using HTML, CSS, and Javascript. 2. Find a domain and host DOMAIN: I suggest using domains.google to find your domain because you get a free SSL and it's really easy to manage your domain through it HOST: I suggest using Firebase.com or Repl.it for your host because they are both free and reliable. Firebase has many features and is more reliable, but hosting takes longer to figure out Repl allows you to create your code right in the browser, but only allows you to use CNAME hosting Personally I'd go with Firebase, but both are great options Need any help let me know
5th Dec 2019, 3:21 PM
Erich Buelow
Erich Buelow - avatar
+ 3
You can make your own website in wordpress, and you will love it's dashboard stuff, but if you want to do all you code by yourself, then you need to learn html , css, java, python all by yourself
7th Dec 2019, 8:17 AM
Affan Hashmi (Google Certified)
Affan Hashmi (Google Certified) - avatar
+ 1
Like
6th Nov 2020, 8:12 AM
MARRIEN DELOS REYES
MARRIEN DELOS REYES - avatar
+ 1
Complete html, css, java, jQuery, php and some others like sql, phyton. Get an ide, start coding with documentations to help you remember code snippets and finally, test it. If it works, submit to web platforms like google cloud. You might have to pay but it'll be worth it. You could add git and Firebase by google to help you easily update and monitor your site.
6th Jan 2021, 9:34 PM
Amoah Josiah
Amoah Josiah - avatar
0
Hi masters can you give me tips on that
5th Dec 2019, 10:45 PM
Roi-jim Secondez Apolito
Roi-jim Secondez Apolito - avatar
0
Have you completed your html lessons
6th Dec 2019, 4:56 PM
Amoah Josiah
Amoah Josiah - avatar
0
<!DOCTYPE html> <html lang=‘en’> <head> <title></title> </head> <body> </body> </html>
7th Dec 2019, 1:22 AM
Matthew Li
Matthew Li - avatar