HTML5布局和HTML5标签

https://blog.csdn.net/qq15577969/article/details/79911137

html中mailto用途

https://www.cnblogs.com/miximixi/p/10267304.html

网页端实现点击链接跳转到谷歌地图定位位置

案例 <a target="_blank" href="https://www.google.com/maps/place/LA+MEMORIA/@43.4126655,-4.7602017,15z/data=!4m2!3m1!1s0x0:0x102a2372209e5e81?sa=X&amp;ved=2ahUKEwi3wq3Rv7joAhWyxYUKHV9dAigQ_BIwC3oECBgQCA" ><span>Location</span></a>

必看文章发布的SEO基本技巧

http://www.wzyqlj.com/showinfo-1402-7520-0.html

wordpress后台标题下添加自定义字段

add_action( 'edit_form_after_title', 'my_url_form_field' ); add_action( 'save_post', 'my_url_form_field_save' ); function my_url_form_field( $post ) { if ( $post->post_type != 'post' ) return; $format = get_post_format( $post->ID ); if ( !empty( $format ) && ( $format != 'link' ) ) return; ?> <div id="urlwrap"> <p> <label for="post-link-url"><strong>URL:</strong>< ...

浅论如何优化搜索引擎排名机制

https://blog.csdn.net/Delta_1000/article/details/84901045