<?php declare(strict_types=1); namespace Arcanedev\Html\Elements; /** * Class Legend * * @author ARCANEDEV <arcanedev.maroc@gmail.com> */ class Legend extends HtmlElement { /* ----------------------------------------------------------------- | Properties | ----------------------------------------------------------------- */ /** @var string */ protected $tag = 'legend'; }