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
Table of contents Preface Bubble Sort Basic Algor...
We all have files stored on our computers -- dire...
This article shares the specific code of jQuery t...
Preface In the process of managing and maintainin...
Application Scenario In many cases, we install so...
When starting MongoDB, the prompt is: error while...
Table of contents Lifecycle Functions Common life...
Solution 1 Completely uninstall and delete all da...
Download Nginx image in Docker docker pull nginx ...
Preface Usually, a "paging" strategy is...
Three ways to introduce CSS 1. Inline styles Adva...
1. Query speed of two query engines (myIsam engin...
Table of contents 1. Problematic SQL statements S...
1 Background Recently, some performance issues ha...
This article shares the specific code of vue+echa...