I want to make all normal text appearing on a page have the same format, it doesn't matter whether it is inside <b> tags or <i> tags or whatever, as long as it is not in <a> tags I want it to have a certain font and font size how would I do this?
i tried using:
.text {whatever}
but it didn't work
PS I've already created the page and I don't want to use CSS classes because then I have to go thorugh the whole page and assign class="whatever" to their tags





Bookmarks