Exacto.

Exacto knife to an existing page.


Picture of Exacto knife to an existing page.




screenshotledresistorca1.png


One nice thing is that if you find a page with an educational tool that you need, under certain circumstances, you can save the page for later use. In some cases, if it is going into an educational environment, the advertisements have to go away. That is what was done with this web page. See pictures. You will also need to save the images and then edit the code to look for them locally.

for example we have a web page that has the script we want to use and the dots represent code that is not needed, we can just remote those unneeded lines lined.

before:

[code]
<html>
<body>

<h1>My First Web Page</h1>
...
...
...
...
....
....
<script type="text/javascript">
document.write("<p>" + Date() + "</p>");
</script>

...
...
...
...
</body>
</html>
[/code]

after;
[code]
<html>
<body>

<h1>My First Web Page</h1>

<script type="text/javascript">
document.write("<p>" + Date() + "</p>");
</script>


</body>
</html>
[/code]

Comments

Popular posts from this blog

Guiless?

Web.com and Network Solutions, the Walmart of the internet.

MSOffice vs Libreoffice