<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css"><!--.catname{background: url(../images/bg_title.gif) no-repeat -14px 0; color:#fff; padding:5px; margin:0 10px 0 0; font:bold 13px/22px SimSun;}#hotcity{font-size:14px;margin:1px 0 0 0;}#hotcity a{margin:0 5px; text-decoration:underline;}#hotcity a span{text-decoration:none; font-size:x-small;}--></style></head><body><div id="hotcity"><span class="catname">热门城市</span><a href="#">伦敦</a><a href="#">曼彻斯特</a><a href="#">伯明翰</a><a href="#">利兹</a><a href="#">诺丁汉</a><a href="#">卡迪夫</a><a href="#">考文垂</a><a href="#">爱丁堡</a><a href="#">斯旺西</a><a href="#">莱斯特</a><a href="#">纽卡斯尔</a><a href="#">谢菲尔德</a><a href="#">牛津</a><a href="#">剑桥</a><a href="#">南安普顿</a><a href="#">利物浦</a><a href="#">拉夫堡</a><a href="#">全部<span> ?</span></a></div></body></html>
去掉?的下划线, 现在IE8和FF3都有下划线
回复讨论(解决方案)
#hotcity a span{text-decoration:underline; font-size:x-small;}
全部?
你把?放在超链接里面它当然有下划线啦
全部 ?
这样就可以了
#hotcity a{margin:0 5px; text-decoration:underline; text-decoration:none;}
#hotcity a span{text-decoration:none; font-size:x-small; text-decoration:none;}
这样就可以了
#hotcity a{margin:0 5px; text-decoration:underline; text-decoration:none;}
#hotcity a span{text-decoration:none; font-size:x-small; text-decoration:none;}
为什么要把 ?写到里呢? 这个东西完全可以放到外面去的呀
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
修改编辑样式就可以了
赞同用text-decoration:none
你把它放在链接外面试试看
a:link { text-decoration: none;color: blue}加上这个
a:link { text-decoration: none;color: blue}加上这个
a:link { text-decoration: none;color: blue}加上这个
加在
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
换个思路不就可以了 http://www.dttit.com 不把你?这个东西放在/* a里面就可以了*/
a:hover{
text-decoration:none
}
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
text-decoration属性,这个很常用的一定要记住啊
text-decoration:none;去看看CSS手册吧
各位老大, 我已经加了text-decoration:none; 好不好? 而且我需要 ? 可以点击
所以,劝我不要放里面的人就算了, 重复说text-decoration没有看清我的代码.
请教对CSS有深层次理解的人, 为什么我已经定义了#hotcity a span 却没有执行,因为按照先后原则来说不应该这个更靠近目标元素吗?
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
这样也许就可以
各位老大, 我已经加了text-decoration:none; 好不好? 而且我需要 ? 可以点击
所以,劝我不要放里面的人就算了, 重复说text-decoration没有看清我的代码.
请教对CSS有深层次理解的人, 为什么我已经定义了#hotcity a span 却没有执行,因为按照先后原则来说不应该这个更靠近目标元素吗?
自己不懂还要装深沉,你加到span上面有个屁用,下划线是a标签的,又不是span的
自己不懂还要装深沉,你加到span上面有个屁用,下划线是a标签的,又不是span的
下划线是a标签的?
<span style="text-decoration:underline;">fdsafjkds</span>
这个代码无效? 没有解决方法有什么资格放P
text-decoration:none
css
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
这位大哥,有必要那么大火么?
你直接把 这个去掉就可以了.
text-decoration:none
text-decoration: none;
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
text-decoration:none

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.


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

Zend Studio 13.0.1
Powerful PHP integrated development environment

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

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

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.