+ 2
Html issue
What can I do with html after learning it
8 Antwoorden
+ 2
Ugonna Grace once you have learned html there are a couple options like learning css , learning javascript and the third is learning web development also known as front-end development. HTML, by itself, will only create static pages ... but inorder to make HTML dynamic or interactive you will need javascript.
+ 1
Remember, after you want to learn, you have to choose at least a career. Look at your position. I think you want to be a front-end developer, right? At least learn CSS and JS.
+ 1
Thanks I appreciate ya advice
+ 1
Oh kk
+ 1
1. Build static HTML pages: Create multiple static pages to practice and reinforce your HTML skills. This will help solidify your understanding of HTML structure and syntax.
2. Learn CSS basics: Dive into CSS fundamentals, including selectors, properties, and values. Understand how to apply styles to HTML elements.
3. Apply CSS to HTML pages: Take the static HTML pages you created and apply CSS styles to enhance their visual appeal and layout.
4. Repeat and refine: Continue building and styling HTML pages with CSS until you feel confident in your skills.
5. Learn JavaScript basics: Once you have a solid grasp of HTML and CSS, learn the fundamentals of JavaScript, including variables, data types, functions, and control structures.
6. Add interactivity: Take the static HTML pages you created and designed, and add JavaScript functionality to make them interactive.
7. Upskillaand learn frontend development: After mastering the basics of HTML, CSS, and JavaScript, dive deeper into frontend development.
+ 1
Thanks so much Reuben
0
h̶t̶m̶l̶ skill issue
0
Using only HTML and just go does not make your project interactive and attractive so my advice is that you have to add CSS and JS as BroFar said to make it complete
Thanks