caption标签跟title,h1等标签有啥区别?
What is the difference between the caption tag and title, h1 and other tags? -PHP Chinese website Q&A-What is the difference between the caption tag and title, h1 and other tags? -PHP Chinese website Q&A
Please watch and learn.
h1标签写在网页的body中,title标签写在网页的head中,h1标签控制一段文字的大小(从h1~h6),title是网页标题的意思,如<title>这是网页标题</title>。h1标签的添加方法,例如:<h1>这是h1标签</h1>
What is the difference between the caption tag and title, h1 and other tags? -PHP Chinese website Q&A-What is the difference between the caption tag and title, h1 and other tags? -PHP Chinese website Q&A
Please watch and learn.
h1标签写在网页的body中,title标签写在网页的head中,h1标签控制一段文字的大小(从h1~h6),title是网页标题的意思,如<title>这是网页标题</title>。h1标签的添加方法,例如:<h1>这是h1标签</h1>