1 reply [Last post]
unixaix
unixaix's picture
Offline
newbie
Last seen: 2 years 1 week ago
Timezone: GMT-4
Joined: 2021-05-26
Posts: 2
Points: 3

What is different between [ <div style=...> and <div :style=...] ?
what does ":" mean?
Thanks!

unixaix
unixaix's picture
Offline
newbie
Last seen: 2 years 1 week ago
Timezone: GMT-4
Joined: 2021-05-26
Posts: 2
Points: 3

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!