1. What is the usage of the label

Target Specifies the window to open the page download To download a web page (some browsers do not support this function). Href value of the TAG URL The value can be: HTTPS://Google.comHTTP://Google.com
            //Google.com (this method is recommended to reduce the error rate)Path Absolute path Relative paths are available for example: / A/B /c and A/B/C File name Example: index. HTML and./index. HTML The preceding methods refer to pathsjavascriptA: the code; Mailto: emailtalOpen the new page _top opens the page at the top of the current page _parent opens the page at the parent level _self opens the page at its own levelCopy the code

2. Usage of the IMG tag

Attributes of the img tag SCR Image link Alt Image Description width Width height height of the img event onLoad/onError response max-width:100%Copy the code

3. Usage of the table label

<thead> <tbody> <tfoot> <tr> <th> < TD >Copy the code

4. Other thoughts

I benefited a lot from re-learning the submission and use of form forms.Copy the code