Where can I apply HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where can I apply HTML

20th May 2019, 4:11 PM
Akahito Swu
Akahito Swu - avatar
3 Answers
+ 1
Webpages? https://en.wikipedia.org/wiki/HTML Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.
20th May 2019, 4:25 PM
AgentSmith
+ 1
Thank you
20th May 2019, 4:26 PM
Akahito Swu
Akahito Swu - avatar
+ 1
You're welcome! When you're done learning HTML, I'd recommend that you learn Javascript so you can add in some client-side functionality. CSS to provide styling. Then I'd learn a server-side language (NodeJS or PHP for example) to deal with server-side processing, as well as SQL/NoSQL so you can use client/server-side languages to interact with a database to store information (such as user accounts). Once you're comfortable with all of that, I'd learn jQuery, ReactJS, AngularJS and Bootstrap. There are many frameworks/libraries out there, but those are used a lot and will make your life as a developer much easier. Best of luck to you!
20th May 2019, 4:30 PM
AgentSmith