I'm new to CSS and I want to minimize the amount of tagging I am doing in an HTML document.
Is there a way to define newlines as having <br />
so that for a given <div>
that I've defined I can do the following:
.description {
br: on;
color: #D3E22A;
width: wrap;
}