<!DOCTYPE html>
<html>
  <body>
    <math>
      <mstyle displaystyle="false">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math>
      <mstyle displaystyle="true">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math display="inline">
      <mstyle displaystyle="true">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math display="block">
      <mstyle displaystyle="true">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math>
      <mstyle displaystyle="false">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math display="inline">
      <mstyle displaystyle="false">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
    <math display="block">
      <mstyle displaystyle="false">
        <munderover>
          <mo>&sum;</mo>
          <mi>b</mi>
          <mi>c</mi>
        </munderover>
      </mstyle>
    </math>
  </body>
</html>