+ 3
Question.
What can you learn from HTML?
4 Respuestas
+ 6
you can design webpages using html its the starting point of any web proffessional.
+ 5
You learn how to properly tag / structure a webpage using hypertext markup language. Think of HTML as the structure, CSS as the styling, JS as the client functionality, and PHP as the server functionality.
Hope that helps!
+ 3
CSS, C++
+ 1
You can learn how the webpages you use are made. If you rightclick in a website and select inspect, you can see the code that makes the website work. I recommend using Google Chrome, as it has some nice features, for instance if you hover over a section in the code, it will highlight the element on the viewport