Wed, 2021-05-26 19:30
What is different between [ <div style=...> and <div :style=...]
?
what does ":" mean?
Thanks!
Wed, 2021-05-26 19:43
#1
about the :style
I am beginner, when I browser HTML program, I found two different statement:
1. <div style=....>
2. <div :style=....>
what is different between these two statement?
what does ":" mean?
thanks!