=Html::a("test",Yii::$app->urlManager->createUrl(['site/index']), ['alt' => 'brand', 'class' => 'img-responsive']);?>
=Html::a("tourl",Url::to(['site/index', 'id' => 42]), ['alt' => 'brand', 'class' => 'img-responsive']);?>
=Html::a("home",Url::home(), ['alt' => 'brand', 'class' => 'img-responsive']);?>