前端学习笔记

Posted by wsxq2 on 2018-11-19
TAGS:  htmlcssjavascript

本文最后一次编辑时间:2019-04-20 11:39:54 +0800

让网页title左边显示网页的logo图标

让网页title左边显示网页的logo图标

css 对齐

CSS 布局 - 水平 & 垂直对齐

死链接

1
2
<a href="javascript:void(0)">单击此处什么也不会发生</a>

详情参考: javascript:void(0) 含义

html UTF-8 常用标点符号(General Punctuation)

UTF-8 常用标点符号(General Punctuation)

How to access the form’s ‘name’ variable from PHP

To identify the submitted form, you can use:

  • A hidden input field.
  • The name or value of the submit button. The name of the form is not sent to the server as part of the POST data.

You can use code as followed:

1
2
3
<form name="myform" method="post" action="" enctype="multipart/form-data">
    <input type="hidden" name="frmname" value=""/>
</form>

How to access the form’s ‘name’ variable from PHP

How to Access Raw HTTP Headers in Chrome?

How to Access Raw HTTP Headers in Chrome?

How to Modal Images

即如何实现点击图片在当前标签页放大,而无需跳转到新标签页查看原图。参见How To Create Modal Images即可