<h5 id=”myTitle”>偶的主题</h5>
<style>
#myTitle {
color: blue;
text-align: center;
</style>
“`css
h5#myTitle {
color: blue;
text-align: center;
“`html
<h5 id=”myTitle”>偶的主题</h5>
<script src=”myCSS.css”></script>
“`css
h5#myTitle {
color: blue;
text-align: center;