freeCodeCamp/guide/chinese/miscellaneous/challenge-titre-avec-un-ele.../index.md

10 lines
249 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Challenge Titre Avec Un Element H2
localeTitle: H2元素的标题挑战
---
您可以使用h1h2h3h4h5h6创建标题元素这将导致不同的大小。
```
<h1>Hello World</h1>
<h2>ApplicationDePhotosDeChats</h2>
```