Ways to turn a tag back to a basic baseline, without any italics, without any color, etc. As if the tag wasn't there at all. /* ==== bold ====*/ strong {font-weight:inherit} /* ==== italic ==== */ em {font-style:inherit} /* ==== monospace ==== */ code {font-family:inherit; color:inherit} /* ==== the <u> tag ==== */ u {text-decoration-line:none}