answersLogoWhite

0


Best Answer

Any plain text editor (like notepad) can be used to edit HTML code.

Most developers prefer to use a more complex editor like Dreamweaver or Editplus which assists by auto-formatting and giving code hints.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is HTML source code edited?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


Which operating system source code can be downloaded and edited?

Linux


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


What is an HTML source?

HTML source simply refers to the markup language that makes up a web page. You can view the HTML source for this page by using your browser's "View Source" or "View Source Code" menu option.


What is a website HTML code?

Every website would have a different HTML code. You can right click on the page body and choose "View Source" to view the HTML source of that web page.


How do you hack into an unprotected Wikimedia site like Wiki-site?

I will explain this in really simple terms so you might not get confused, but you might have to look up additional information. 1. Download the source HTML code of the webpage and place it on your desktop. 2. Right click the file and select Edit. 3. Now you can edit the HTML code. 4. Once you are done editing the HTML code as you see fit, connect to the Wikipedia/media server and re-upload the edited HTML file. When you do, you have just hacked a website.


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


Where can you find HTML code?

Every web page has html. To find it, right click, then a window thing will pop-up where your mouse was. Move your cursor down to View Source. Click it. Then a new window will pop-up. It has the Source Code.


Why you do not see any PHP code when you view the source code of a PHP page in the browser?

PHP is server-side, the browser itself does not interpret it. Rather, the browser sends a query to the server, and the PHP scripting generates custom HTML document. It is this HTML that you are seeing the source code of.


How do tags appear HTML sources?

HTML source code shows the tags that are formed. It is because it is a markup language and all the coding is in tags.


How can you tell if a website is virus free?

learn HTML source code and read the source code of the website before going on it, or get avg and it scans the website before you go on it


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.