It\'s possible to add a HTML title attribute to an input tag like so:
title
@Html.TextBoxFor(model => model.Name, new { title = \"Customer name\" }) >
You use the below
@Html.DisplayTextFor(m => m.CustomerName)