+ 1
how to create a website
8 Antworten
+ 1
I need to create a website I can’t figure out how to create it
+ 4
Write html code.
Or put the question more precisely and with context.
+ 4
Describe the issue PRECISELY.
+ 4
You have finished the HTML introduction course, maybe look into CSS and the next level HTML, if it exists... then, with your current JavaScript course, you're ready for an interactive site, if you want to.
You can practise it all here through Sololearn's code playground.
If you want to put it live, you'll need to host it.
You can search the forum or the code playground for hosting information.
+ 3
Where do you need to create it? What for?
Have you checked out the code playground. Tap the button to create a new code and choose web, there are the 3 tabs for Web development: HTML, CSS, JavaScript.
+ 2
Help me to create website
+ 2
Decide what your website is for, List the pages you need (Home, About, Contact) then Use a simple text editor like VS Cod and use browser.
+ 1
Creating a website is as simple as developing multiple web pages and linking to separate pages using the <a> tag. Once you have your pages ready, you can upload your website to a web hosting service.