How to implement html or any language in projects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to implement html or any language in projects

How to use languages

25th May 2020, 5:56 AM
Rugved Bhalerao
Rugved Bhalerao - avatar
4 Answers
+ 5
Be creative or search for a real life problem that could be solved via coding.
25th May 2020, 6:11 AM
Kevin ★
+ 1
1. Tap the "code" button at the bottom of the screen. 2. Click the green "+" button. 3. Select the language in which you want to program (in the case of html it will be "Web"). 4. When you exit the project, you'll see a notification that you're naming your code and saving it privately or publicly.
25th May 2020, 6:08 AM
Milosz Maliszewski🇵🇱
Milosz Maliszewski🇵🇱 - avatar
+ 1
If you are making a project on sololearn the UI is quite simple to use and you can do it easily. But if you're making a html project in your pc you can make it inside notepad and by saving it with the extension '.html'. In sololearn , if you are working on a Web project you have a particular section for HTML,CSS and JavaScript . But if you are doing it in pc you first have to make a document either in CSS or JavaScript or both and save them with the file extension .CSS and .js respectively and have to finally link it to your html document using the <link href="your CSS document url" rel="spreadsheet"> for CSS and <script> src="your java script document url" </script> for javascript.
25th May 2020, 6:18 AM
🔥VENAGE🔥
🔥VENAGE🔥 - avatar
0
But how to select the project for performing?
25th May 2020, 6:09 AM
Rugved Bhalerao
Rugved Bhalerao - avatar