


遇到的问题及新的知识
1.< >表示号
2.rgba(0,0,0,透明度)
opacity:0~1;
3.js中会用到的代码
4.a标签设置来绝对定位position:absolute可以设置宽高,效果和display:block一样
5.h标签有优化作用,写代码时可以加上
如
6.写HTML是常用的一些标签写法写法
1>
2>
3>
4>
5>
我认为写HTML结构最重要的是分清每个板块间的位置关系,然后每个板块里面的内容开始之前,就要想好里面的标签之间的写法,
如判断是否要加ul,li,a标签里面是否有图片,a标签里的文字是否要添加其他样式等等。思路要清晰。
例子如图
分析首先要一个大的div包裹,设置宽高和边框,然后由于有图片等,肯定会改变它们的位置关系,
因此设置position:relative(子绝父相);而且一定居中,设line-height。
其次,里面内容分4大块,左边图片,中间文字,右边>号,上面不规则图形,然后图片和文字有链接,可以这样写HTML
.shopping {
width: 139px;
height: 34px;
margin: 25px 65px 0 0 ;
background: #F9F9F9;
border: 1px solid #DFDFDF;;
line-height: 34px;
position: relative;
}
.shopping-l {
display: inline-block;
width: 17px;
height: 13px;
background: url("../images/jd2015img.png") no-repeat 0 -59px;
margin: 0 8px 0 20px;
vertical-align: middle;
}
.shopping-r{
margin-right: 16px;
font-size: 15px;
}
.shopping-t{
position: absolute;
top: -6px;
right: 7px;
border-radius: 8px 7px 7px 0 ;
background: red;
color:#fff;
padding: 0 3px;
font:400 11px/15px normal;
}
7.

1.给包裹整个红色列表的加上一个高度,因为没有高度,默认来占据整个列表的高度,所以会占据页面的位置
2.既然上面是因为占据来位置,还可以上它托标,通过定位让它脱离标准流
列.xianm {
width: 210px;
height: 500px;
background: #C8162
position: absolute;
}
这里xianm是包裹这一段的div

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

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

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

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

Zend Studio 13.0.1
Powerful PHP integrated development environment

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
