+ 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;
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>…)
+ 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!
- 1
save the file name like example.html or .cc, .js