<h2 id="top">首</h2>
这是H1
这是H2
这是H3
这是H4
这是H5
这是H6
双横线标题
单横线标题
这是引用
- 白色
- 绿色
- 白色
- 红色
- red
- green
- blue
这是代码块
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath {
indexCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:reuseIdentifier forIndexPath:indexPath];
return cell;
}
强调
s
百度
<h2 id="bottom">底</h2>
<a href="#bottom">试试</a>