+ 8
how can I create my own website? html css
9 Antworten
+ 1
Like
+ 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
+ 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
+ 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
+ 1
Like
+ 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.
0
Hi masters can you give me tips on that
0
Have you completed your html lessons
0
<!DOCTYPE html>
<html lang=‘en’>
<head>
<title></title>
</head>
<body>
</body>
</html>