CTRL - (select sentence) - ALT
<span>SmartArt can be used to create graphic organizers (Solution:B) that highlight relationships between two items. With SmartArt you can make visual representation of your ideas and information. The tool SmartArt is available </span>in Excel, PowerPoint, Word, but also you create SmartArt object in Outlook.
There are different layouts available for this type of representation.
Here is an HTML example with the CSS class defined inline:
<!doctype html>
<html>
<head>
<style>
.YellowBackground {
background-color : yellow;
}
</style>
</head>
<body class="YellowBackground">
<h1>A yellow background</h1>
</body>
</html>