+ 1

How to run in notepad?

<h1>Text-shadow with blur effect</h1> h1 { font-size: 20pt; text-shadow: rgba(0,0,255,1) -1px -2px 0.5em;

1st Jan 2017, 4:30 PM
TherBishal
TherBishal - avatar
3 Respuestas
+ 3
Save text as .html, and open with browser. Notepad is just a text editor program, so you need to use other program like Firefox browser to be able to see what you have created. You also need sceleton around your code for html. (<html>, <head>, <body>…)
1st Jan 2017, 4:57 PM
Majstor_Gile
Majstor_Gile - avatar
+ 3
To save yourself from all that SoloLearn have good feature you quickly test your code. Go under section { } "Code Playground" and choose Web. Good luck!
1st Jan 2017, 5:00 PM
Majstor_Gile
Majstor_Gile - avatar
- 1
save the file name like example.html or .cc, .js
31st Jul 2017, 9:11 AM
Sudarshan Rai
Sudarshan Rai - avatar