如果要将链接<a>的title属性和target属性一起写进来,需要怎么编写格式?
好好学习,天天向上!!!
About the attribute writing format of the link <a> - PHP Chinese website Q&A - Regarding the attribute writing format of the link <a> - PHP Chinese website Q&A
Take a look around and learn.
<a href="pref.html" target="_blank" title="文字">Preface</a> 里面的属性位置随意写
注意,写完一个属性之后,要写另外一个属性的话记得敲一下空格!
About the attribute writing format of the link <a> - PHP Chinese website Q&A - Regarding the attribute writing format of the link <a> - PHP Chinese website Q&A
Take a look around and learn.
<a href="pref.html" target="_blank" title="文字">Preface</a> 里面的属性位置随意写
注意,写完一个属性之后,要写另外一个属性的话记得敲一下空格!