将长句作为HTML5作为h2有效吗
例如:
<hgroup>
<h1>
Food & Drink Products
</h1>
<h2>
There are 5000 food products near you in 100 categories from brands like FoodX, DrinkY, and FoodStuffsZ.
</h2>
</hgroup>
或者p标签更合适?
我之所以问这个问题,是因为这个文本的重要性是一个h2,但是它读起来像一个段落,我找不到这
我正在创建一个示例文本框,以便在我的网页中进行如下搜索(我使用的是VB):
Dim txtSearchFilter As New HtmlGenericControl("input")
With txtSearchFilter
.ID = "txtSearchFilter"
.Attributes.Add("placeholder","Filter")
.Attributes.Add("type","search")
.Attributes.Add("maxlength