A CSS inliner tool parses your HTML and CSS, then rewrites the HTML to include inline styles. For example, if you have a <div> with styles defined in a <style> block, the CSS inliner will apply those styles directly to the <div> tag using the style attribute.