answersLogoWhite

0


Best Answer

The 'hardcore' way of doing it is hosting a server on your own computer, but for people who wants to keep it simple, you should sign up for a website like Webs.com and sign up for a free account. Then you can downgrade the account from the template style to HTML-only type. This enables you to post your custom HTML on the web in a simple and easy manner.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you put your HTML document in the web?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


Which tag tells the Web browser that the document file contains HTML?

The <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> at bottom.


What is the difference in size between a webpage and a HTML document?

Very simply, a website is a collection of one or more web pages designed to convey information on a particular subject or theme to a web user. (e.g. a company will have a web site providing structured information about the company, designed to inform particular groups of its stakeholders - investors, customers, technical support, sales, employment, news items etc.)A web page is one screen full of information (from a web site) that may contain links to other pages in the web site or links to external information. The web page will normally be written as (or rendered as) an HTML document.


What are the tools used to create HTML document?

Basically...All that is needed to create an HTML document are: A computer with a text editor (like notepad or textedit) A web browser to view the page you programmed And a working knowledge of HTML!

Related questions

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 are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


What is an HTML document?

A web page


What is the pair of outermost container tags in a web document?

The outer-most container tags in a web document are the opening and closing HTML tags. For instance: <html> [Web stuff here </html>


What is the abbreviation for the language in which an electronic document on the Web must be created?

HTML


What is the document on the world wide web?

An "html" file.


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.


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

yes


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


Where do web browers access HTML from?

Web browser access HTML by going out onto the internet and requesting the HTML page from a web server. The server responds to the browser by allowing the browser to copy the HTML document to the client machine.


What is the abbreviation for the language in which electronic document on the web must be created?

HTML


What is used to define the structure and layout of a web document?

HTML