Pls How can practice html and css using laptop. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pls How can practice html and css using laptop.

HTML and css

27th May 2020, 1:17 AM
Abdullahi Muhammad
1 Answer
+ 2
Abdullahi Muhammad hi, You need a text editor (like notepad or visual studio) to code your html and CSS and a browser for the rendering. Start creating a folder (ex: myfirstcode) with inside a html file (ex: index.html). You can add CSS code inside your html or in a separate file (ex: style.css) but in that same folder. Open the file(s) with your text editor and code your html and css. Don't forget to save your code after you made some changes or before closing text editor. If CSS is in external file, don't forget to add link to it in your html. Then, once you'll click the html file, it will open in your browser. even more simple with just a html file: https://www.tutorialrepublic.com/html-tutorial/html-get-started.php
27th May 2020, 1:38 AM
EmmanueLZ.
EmmanueLZ. - avatar