+ 1

how to create a website

2nd Jun 2024, 8:23 AM
Mavluda
8 Antworten
+ 1
I need to create a website I can’t figure out how to create it
2nd Jun 2024, 12:05 PM
Mavluda
+ 4
Write html code. Or put the question more precisely and with context.
2nd Jun 2024, 8:29 AM
Lisa
Lisa - avatar
+ 4
Describe the issue PRECISELY.
2nd Jun 2024, 10:04 AM
Lisa
Lisa - avatar
+ 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.
2nd Jun 2024, 12:03 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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.
2nd Jun 2024, 5:21 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Help me to create website
2nd Jun 2024, 8:32 AM
Mavluda
+ 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.
4th Jun 2024, 12:31 AM
Zaim Aalam
Zaim Aalam - avatar
+ 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.
5th Jun 2024, 11:32 PM
Chris Coder
Chris Coder - avatar