+ 4

Need some help

Hi everyone, I don't understand anything about the coding stuffs how am I suppose to use it pls can somebody help

19th Sep 2024, 10:16 AM
Israel Afolabi
Israel Afolabi - avatar
17 Antworten
+ 3
Okay, I understand what you are saying. Let me answer. Firstly, you have to learn HTML , it's the base to learn web dev. it's the structure of the web page. Next, CSS . It allows you to style your HTML stuff to look more attractive. Then JavaScript. It allows you to do great things. It is often called Scripting language, but some also called it Programming language. JavaScript will do the job, like someone clicks on a button and many more. [ JavaScript is GREAT 😃] =HERE ENDS THE BASICS== Now, you may learn 1. React [javascript library] , 2. Bootstrap 3. Tailwind Css These will help you to be a Frontend developer. A Frontend developer means who creates the User Interface for the Web. To learn the backend [ the part that creates SERVER for the Web ] After all...... You becomes a Full-Stack Developer. But you don't need to be . You can just become frontend dev and collaborate projects. Now, your part of Q. You have to have the access of Cloud Server to deploy your Web Page.
20th Sep 2024, 4:40 PM
Captain Thunder ⚡
Captain Thunder ⚡ - avatar
+ 6
Pick a programming language. Do an introductory course. Show your code. Describe which part you don't understand.
19th Sep 2024, 10:46 AM
Lisa
Lisa - avatar
+ 2
I don't understand, what is introductory course I am learning web development
19th Sep 2024, 11:11 AM
Israel Afolabi
Israel Afolabi - avatar
+ 2
Like I mean I'm learning web development now how would I implement it and where would implement it
19th Sep 2024, 11:21 AM
Israel Afolabi
Israel Afolabi - avatar
+ 2
What is "it"? We cannot see what you are trying to do. Show your code. Describe precisely what it is supposed to.
19th Sep 2024, 11:36 AM
Lisa
Lisa - avatar
+ 2
This is like saying "I don't understand chemistry". To get help, you need to describe what part you don't understand, for example: "The textbook gives this equation as example. But I don't understand where this oxygen atom is coming from..." The same goes for web development. Break it down to one thing at a time.
19th Sep 2024, 11:56 AM
Lisa
Lisa - avatar
+ 2
You need to think for the future
20th Sep 2024, 6:22 PM
Captain Thunder ⚡
Captain Thunder ⚡ - avatar
+ 2
Israel Afridi, ide means integrated development environment. You can Google it for more information. Ide basically a code editor with a huge setup. Believe me, you need good pc or laptop to code good. But I am using my mobile only, with the full use of IDE and terminal. 😄 If you have any queries further, you can DM me
21st Sep 2024, 3:10 AM
Captain Thunder ⚡
Captain Thunder ⚡ - avatar
+ 1
so what part don't you understand? show your code. ask a concrete question to get a concrete answer.
19th Sep 2024, 11:16 AM
Lisa
Lisa - avatar
+ 1
What do you expect me to do if am learning web development BCOS I don't know plz
19th Sep 2024, 11:38 AM
Israel Afolabi
Israel Afolabi - avatar
+ 1
How do I create web by learning web development
19th Sep 2024, 12:00 PM
Israel Afolabi
Israel Afolabi - avatar
+ 1
Let me give some examples: "Where can I write and test my code?" "Where should I put the <nav> tag on my page?" "How does one publish the website on the Internet when it is finished?" "Which structure/ layout could work best for my website about topic X? It has the following contents..." "Does my website need Javascript or can I do X without it?" Which of these types of questions is closed to your current questions?
19th Sep 2024, 12:14 PM
Lisa
Lisa - avatar
+ 1
But that's a high level. U can simply just open any ide [ like Spck editor for Android -or- VS code in PC that will open your web page in Browser's Localhost server, only accessible by you. You may also need An terminal. For that use Turmux for Android. VS code already has it. HAPPY CODING
20th Sep 2024, 4:44 PM
Captain Thunder ⚡
Captain Thunder ⚡ - avatar
+ 1
This because Sololearn doesn't access browser. It only runs code in its own compiler
20th Sep 2024, 4:48 PM
Captain Thunder ⚡
Captain Thunder ⚡ - avatar
+ 1
Mr. Lisa I think my question is "where can I write and test my code" thanks
20th Sep 2024, 7:07 PM
Israel Afolabi
Israel Afolabi - avatar
+ 1
Please captain thunder I don't know what you mean by ide
20th Sep 2024, 7:10 PM
Israel Afolabi
Israel Afolabi - avatar
+ 1
You can write and test your code on sololearn playground. In the app, it's called Code section (create a web code). In the new code bit, there are 3 section (html, css, Javascript). If you have a computer, you can write html in a simple text file, saved in .html format. Open the file with your browser. For writing the code, you can use a simple text editor, like notepad or notepad++.
20th Sep 2024, 7:15 PM
Lisa
Lisa - avatar