Recently, when I was working on an H5 page, I suddenly discovered a problem. I used a div to wrap an img. When previewing on the mobile phone, I found that there was a gap between the image and the div.
The first reaction at that time was whether the spacing was not set to 0, so I previewed the code:
.active img {
width:100%;
Margin: 0;
}
<span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> 后来浏览了一些技术文档,发现了问题所在,原来是因为在H5文档声明下,块状元素内部的内联元素的行为表现所致,简单地说就好像块状元素内部有个看不见的没有宽度的空白节点。</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">而不设置vertical-align属性,vertical-align默认是baseline。</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">现解决方案有如下两种:</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">1.第一种最直接的解决方法是:</span><br><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">设置img的标签:vertical-align:bottom </span><br><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">修改后的的代码:</span>
<span style="font-family: 'Microsoft YaHei'; font-size: 14px;">.active img{</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> width:100%;</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> margin:0;</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> vertical-align:bottom;//top和bottom都可以</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">}</span>
<br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">2.由于baseline是设置行内元素(inline)或者表格单元素(table-cell)的垂直对齐方式,所以可以将img转换成块级元素。</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">第二种方法:display:block,把父元素的font-size设为0</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">修改后的代码:</span>
<span style="font-family: 'Microsoft YaHei'; font-size: 14px;">.active img{</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> width:100%;</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> margin:0;</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;"> display:block;</span><br><span style="font-family: 'Microsoft YaHei'; font-size: 14px;">}<br></span><em id="__mceDel"><br></em><span style="font-size: 14px; font-family: 'Microsoft YaHei';">.active{</span><br><span style="font-size: 14px; font-family: 'Microsoft YaHei';">font-size;0;</span><br><span style="font-size: 14px; font-family: 'Microsoft YaHei';">...</span><br><span style="font-size: 14px; font-family: 'Microsoft YaHei';">}</span>
Summary: This is my first time writing an essay to record every bit of my work experience. I may not be good at writing, so please give me more guidance.

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.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.


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

Dreamweaver Mac version
Visual web development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

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

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6
Visual web development tools
