1. <body> tag: Used to mark the main body of a web page. The body element contains all the content of the document (such as text, hyperlinks, images, tables, lists, etc.) 1. Available attributes in the body tag: 2. Web page content and browser margin properties: By default, there is a margin between the web page content and the browser border. leftmargin="pixel value": Set the distance between the content of the web page and the left border of the browser 2. Commonly used control tags in HTML: 1. <br />: Line break tag (line break, not paragraph break) 2. <p>..</p>: Paragraph tag (a paragraph occupies one line and is a block-level element) 3. <hr />: Add a horizontal line property: 4. <hx>..</hx>: HTML title is defined by tags such as <h1> - <h6>, and <h1> defines the largest title. <h6> defines the smallest title (it has no effect if it exceeds h6, and there are some hidden properties: automatic paragraph break, bold font). Attributes: align (alignment): left left right right center center 5. <b>..</b>: Make the text bold 6. <blockquote>...</blockquote>: If a text is quoted from another website, include it with this tag and add the attribute cite="cited address" (the included text will be indented on both sides) Attribute: cite=url (the cited address) 7. <pre>..</pre>: Defines preformatted text. The text enclosed in the pre element usually retains spaces and line breaks. The text will also be rendered in a monospaced font 8. <i>..</i>: Tilt 9. <strong>..</strong>: Strengthen the sentence (bold) 12. <small>...</small>: small font 13. <big>...</big>: Large characters 14. <del>..</del>: delete will add a strikethrough 15. <ins>..</ins>: Modifications will be underlined 16. <u>..</u>: underline 19. <sup>..</sup>: superscript 21. Commonly used special character formats: other reference manual entities Copy code The code is as follows:Space: Copyright No.: © Registered Trademark: ® ":quot; &:& <:< >:> |
<<: Vue+elementui realizes multiple selection and search functions of drop-down table
>>: Common interview questions and answers for web designer positions
This article introduces the content related to gi...
You can write a function: Mainly use regular expr...
Comments and messages were originally a great way...
Preface Semicolons in JavaScript are optional, an...
Operating environment: MAC Docker version: Docker...
In tomcat, jsp is not garbled, but html Chinese i...
Open the cpanel management backend, under the &qu...
Table of contents 1 View the current database con...
Before the arrow was shot, the bow whispered to t...
1. Create a shell script vim backupdb.sh Create t...
MySQL binary installation method Download mysql h...
Error message: Job for mysqld.service failed beca...
After a lot of trouble, I finally figured out the...
1: masterha_check_repl replica set error replicat...
Table of contents Preface 1. Install Docker 2. In...