Inline elements
-
a - anchor
abbr - abbreviationthe <abbr title="world wield web constium">W3C</abbr>is important;
Detailed introduction to 3 common elements in HTML
b - bold (not recommended), strong - bold emphasis, em - italics important {all double Tag}
The<b></b>
tag should be used as a last resort option when no other suitable tag is more suitable. HTML5 Specification statement:<h1> - <h6></h6> </h1>
should be used to represent titles, and<em></em>
tags should be used to represent emphasized text. Use the<strong></strong>
tag to indicate important text.
These can also be set through the font-weightproperty.
bdo Define text direction<br> rtl: <bdo dir="rtl">here is some text</bdo> <br> ltr: <bdo dir="ltr">here is some text</bdo>
#Detailed introduction to 3 common elements in HTML big - One size larger than the original font.12
br - Line break
clear attribute
cite - Quote, italic display
code - Computer code (required when citing source code)
dfn - Define field
i - Italic
img - Image
input - input box
kbd - define keyboard text
samp - define sample computer code
var - define variable
q - short quote
small - small font text
span - commonly used content Coupled container, defines the block within the text
label - table label
del - delete part
ins - new inserted part
select - item selection
sub - subscript
sup - upper Tag
textarea - Multi-line text input box
iframe - Create an inline frame that contains another document<iframe src="block_elements.html" width="" height=""></iframe>
-
Detailed introduction to 3 common elements in HTML(map,area)-Image map with clickable area
< img src="../../LG/image/ff8080814aecc157014aecdf36aa002a.jpg" width="300px" border="0" usemap="#test" alt="test" /> <map name="test" id="test"> <area shape="circle" coords="20,20,50" href="block_elements.html" alt="" /> </map>
- is called with inline elements, inline Embedded elements, inline elements, and inline elements
- are generally basic elements based on the semantic level. They can only accommodate text or other inline elements and are usually included in Used within block elements.
- Inline elements have these
- ##Block-level elements
<strong></strong>
- address - Defines contact information for the author of the document or article. Don't limit it to an address. Display it in italics.
-
Written by miss_du.jpg##
blockquote - label definition block quote, the left and right sides will be automatically indented Enter俗话说得好 <blockquote> 笨鸟先飞 </blockquote>
dir - Directory ListDetailed introduction to 3 common elements in HTML
<dir> <li>第一章</li> <li>第二章</li> <li>第三章</li> </dir>
dl>dt+dd-define a list, this is often used, there is no distanceDetailed introduction to 3 common elements in HTML
ul>li-define an unnecessary list
ol>li-define an ordered listpCommonly used block-level elements for css layout.
(fieldest, legend) - related elements in the combined form<fieldset id=""> <legend>性别</legend> 女:<input type="radio" name="" id="" value="" /> 男:<input type="radio" name="" id="" value="" /> </fieldset>
Detailed introduction to 3 common elements in HTML
form - 交互表单
h1 ~h6
hr - 水平分隔线
noframes - frames可选内容,(对于不支持frame的浏览器显示此区块内容
noscript - 可选脚本内容(对于不支持script的浏览器显示此内容)
pre - 格式化文本,,主要用于显示源码。<pre class="brush:php;toolbar:false"> <a> 显示源码了么? </a>
Detailed introduction to 3 common elements in HTML
table - 表格
<table border="" cellspacing="" cellpadding=""> <caption>hello</caption> <thead style="background: black;color: #fff;"> <tr> <th>Header</th> <th>Header</th> </tr> </thead> <tbody> <tr> <td>Data</td> <td>Data</td> </tr> </tbody> </table>
- Note: If the caption element is repeated in the table, it will be folded, but if it is separated from the table, it will not be folded if it is repeated.
【相关推荐】
1. 免费html在线视频教程
2. html开发手册
The above is the detailed content of Detailed introduction to 3 common elements in HTML. For more information, please follow other related articles on the PHP Chinese website!

HTMLtagsareessentialforstructuringwebpages,enhancingaccessibility,SEO,andperformance.1)Theyareenclosedinanglebracketsandusedinpairstocreateahierarchicalstructure.2)SemantictagslikeandimproveuserexperienceandSEO.3)Creativetagslikeenabledynamicgraphics

Self-closingtagsinHTMLandXMLaretagsthatclosethemselveswithoutneedingaseparateclosingtag,simplifyingmarkupstructureandenhancingcodingefficiency.1)TheyareessentialinXMLforelementswithoutcontent,ensuringwell-formeddocuments.2)InHTML5,usageisflexiblebutr

To build a website with powerful functions and good user experience, HTML alone is not enough. The following technology is also required: JavaScript gives web page dynamic and interactiveness, and real-time changes are achieved by operating DOM. CSS is responsible for the style and layout of the web page to improve aesthetics and user experience. Modern frameworks and libraries such as React, Vue.js and Angular improve development efficiency and code organization structure.

Boolean attributes are special attributes in HTML that are activated without a value. 1. The Boolean attribute controls the behavior of the element by whether it exists or not, such as disabled disable the input box. 2.Their working principle is to change element behavior according to the existence of attributes when the browser parses. 3. The basic usage is to directly add attributes, and the advanced usage can be dynamically controlled through JavaScript. 4. Common mistakes are mistakenly thinking that values need to be set, and the correct writing method should be concise. 5. The best practice is to keep the code concise and use Boolean properties reasonably to optimize web page performance and user experience.

HTML code can be cleaner with online validators, integrated tools and automated processes. 1) Use W3CMarkupValidationService to verify HTML code online. 2) Install and configure HTMLHint extension in VisualStudioCode for real-time verification. 3) Use HTMLTidy to automatically verify and clean HTML files in the construction process.

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 English version
Recommended: Win version, supports code prompts!
