如何編輯和反映我在HTML開發工具(在Chrome上按f12)中所做的更改?從Google Chrome編輯HTML
在source選項卡中,我們可以編輯頁面,但是當我點擊保存按鈕時,它並不反映原始文件上的更改。
有什麼方法可以保存這些更改嗎?
這裏是我的代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Ribbon</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div class="menu">
<ul>
<li class="l1">
<a href="#">CSS3</a>
</li>
<li class="l2">
<a href="#">is really</a>
</li>
<li class="l3">
<a href="#">powerful</a>
</li>
</ul>
</div>
<div class="bubble">
<div class="rectangle">
<h2>3D CSS.................................................................... ...................klklklklk Ribbon</h2>
</div>
<div class="triangle-l"></div>
<div class="triangle-r"></div>
<div class="info">
<h2>I Have Used Only CSS, friends!</h2>
<p>For this tutorial I have used some new properties of the CSS3. You can realize a nice 3D effect using only CSS, it's really fantastic.<br />
It doesn't work with IE!</p>
<p><a href="http://www.pvmgarage.com/en/2010/01/10/">Go to the tutorial!</a></p>
</div>
</div>
</div>
</body>
</html>
的可能重複(http://stackoverflow.com/questions/6843495/how-to-save- css-changes-of-styles-panel-of-chrome-developer-tools) – 2013-04-26 10:13:07
這裏不需要HTML代碼; – sachinjain024 2013-04-26 10:18:00
@blunderboy你最好給我解決方案和FYI論壇不接受該職位是伊ha hav把代碼..... – 2013-04-27 09:29:01