<?php
use yii\helpers\Html;
?>
<p>You have entered the following information:</p>

<ul>
  <li><label>Name</label>: <?= Html::encode($model->fullScientificName) ?></li>
  <li><label>Email</label>: <?= Html::encode("toto") ?></li>
</ul>