0
A basic CSS question
What are the difference between <div> and <p> and <span> and <a>
2 ответов
+ 7
<div> is a container, <p> paragraph, <span> container (in terms of layout it is a lowercase container), <a> is a link, each tag performs its function.