+ 1
Please how can they called in video in css
CSS call in video
1 Answer
+ 5
What do you mean by "call in video"?
If you're asking about how to select/style video element from CSS then you have to use the tag selector like this:
video {
//Code goes here
}
Plus, please complete CSS course first, it has everything you need to know.
https://www.sololearn.com/Course/CSS/?ref=app