Question. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Question.

What can you learn from HTML?

24th May 2019, 2:49 PM
Jerry
4 Answers
+ 6
you can design webpages using html its the starting point of any web proffessional.
24th May 2019, 10:50 PM
Saeed Alqassabi
Saeed Alqassabi - avatar
+ 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!
24th May 2019, 2:56 PM
AgentSmith
+ 3
CSS, C++
25th May 2019, 4:33 AM
Jerry
Jerry - avatar
+ 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
25th May 2019, 11:51 AM
Guro Gjære
Guro Gjære - avatar