<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="utf-8">
  <title>cursor: row-resize. Interface de usuario. CSS. Páginas web HTML y hojas de estilo CSS. Bartolomé Sintes Marco. www.mclibre.org</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
    p {
      cursor: row-resize;
    }
  </style>
</head>

<body>
  <p><img src="cursor-row-resize.png" alt="Icono cursor: row-resize" width="64" height="64" style="float: left">Al situar el cursor del ratón sobre este párrafo, el cursor debe cambiar a uno parecido al de la imagen.</p>
</body>
</html>