Note that there are some explanatory texts on larger screens.

plurals
  1. POEdit HTML from Google Chrome
    primarykey
    data
    text
    <p>How can I edit and reflect the changes that I have made in the HTML on Chrome dev tools (press f12 on chrome)?</p> <p>In source tab we can edit the page but when I click on the save button it does not reflect the changes on the original file.</p> <p>Is there any way to save these changes?</p> <p><strong>Here is my code:</strong></p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;CSS Ribbon&lt;/title&gt; &lt;link href="style.css" rel="stylesheet" type="text/css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="container"&gt; &lt;div class="menu"&gt; &lt;ul&gt; &lt;li class="l1"&gt; &lt;a href="#"&gt;CSS3&lt;/a&gt; &lt;/li&gt; &lt;li class="l2"&gt; &lt;a href="#"&gt;is really&lt;/a&gt; &lt;/li&gt; &lt;li class="l3"&gt; &lt;a href="#"&gt;powerful&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="bubble"&gt; &lt;div class="rectangle"&gt; &lt;h2&gt;3D CSS.................................................................... ...................klklklklk Ribbon&lt;/h2&gt; &lt;/div&gt; &lt;div class="triangle-l"&gt;&lt;/div&gt; &lt;div class="triangle-r"&gt;&lt;/div&gt; &lt;div class="info"&gt; &lt;h2&gt;I Have Used Only CSS, friends!&lt;/h2&gt; &lt;p&gt;For this tutorial I have used some new properties of the CSS3. You can realize a nice 3D effect using only CSS, it&amp;#39;s really fantastic.&lt;br /&gt; It doesn&amp;#39;t work with IE!&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.pvmgarage.com/en/2010/01/10/"&gt;Go to the tutorial!&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload