1. Basic structure of web page: XML/HTML CodeCopy content to clipboard
Note: In HTML, tags mostly appear in pairs. Where there is a beginning, there is an end If the tag does not appear in pairs, add / after the tag to indicate the end. 2. Basic Tags 1. h1-h6 title tags Attributes: src: the path of the image, alt: the text displayed when the image cannot be found 14. a Hyperlink tag attribute: href: where to link to Usage: usage: 15. Usage of ul-li unordered list: Note: There is no order, each li is a row. By default, there is a solid dot in front of each li. 16. ol-li ordered list usage: 17. dl-dt-dd definition list usage: Result: 18. Form Elements usage: j. Form tag submission tag syntax: </form> k. Optional value of input tag: form element ai l. Select drop-down list usage: m. <label> Name: <input type = "text"/></label> Associated form Function: Click the word "name" and the mouse will focus on the text box behind the name. 3. Note: 4. Form properties 5. Table 2. How to use the form? 3. Data or elements can be placed in td 4. Some properties of table: 5. Merger: The above basic HTML notes (recommended) are all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. Original URL: http://www.cnblogs.com/w13248223001/archive/2016/07/21/5693437.html |
<<: MySQL should never write update statements like this
>>: Detailed explanation of common methods of Vue development
This article example shares the specific code for...
Configuration Example upstream backend { server b...
The best thing you can do for your data and compu...
The large-screen digital scrolling effect comes f...
This article shares the specific code of js to ac...
Table of contents 1. Constructors and prototypes ...
Nginx is used as the server, Mongo is used as the...
Table of contents Basic Introduction Getting Star...
Table of contents el-scrollbar scroll bar el-uplo...
The default port number of the Windows server rem...
The final solution is in the last picture If you ...
Grid is a two-dimensional grid layout system. Wit...
I recently upgraded MySQL to 5.7, and WordPress r...
Table of contents think 1. Greedy Snake Effect Pi...
1. Download MySQL Log in to the MySQL official we...