0
What is <div> tag?
2 odpowiedzi
+ 2
They are used as containers for different parts of your page. Give them classes, and style those classes with CSS and you can have different styles for particular classes e.g. class "red" could have red text, or class "center" could be aligned to the center of the page.
0
tnx