answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you get the HTML code from a HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


How do you embed video games on an HTML?

you need to find the games HTML code and copy and paste it into your HTML document.


Is HTML the code used to display a document on the web?

yes


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


How do you upload an image to a HTML document?

To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: <image src="PASTE URL HERE" />


How do you import a flash game in a HTML document?

You will need to embed the SWF file in your HTML using the following code:


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


How do you remove ActiveX from HTML code?

Not sure what you are trying to do or what kind of ActiveX calls you have in your HTML code. However, the easiest way to remove anything from an HTML document is to highlight what you do not want and press the delete key.


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


How do you get the HTML of a page?

To see the HTML code from a web page, you have several options:Save the web page and open it in a program capable of editing HTML like Dreamweaver, FrontPage or MS Word, then view the document in code mode.Save the web page as a text document and it will only contain the code.Your browser may have the option to "view page source". Select this option and the code will display in the browser.


What are the things you need to know before you begin to create html document?

You need to know the various tags in HTML. You also need a browser to run the code.