数据分析师2017-09-30 23:10:19
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.
阿神2016-12-20 14:23:58
h1标签写在网页的body中,title标签写在网页的head中,h1标签控制一段文字的大小(从h1~h6),title是网页标题的意思,如<title>这是网页标题</title>。h1标签的添加方法,例如:<h1>这是h1标签</h1>