Asked in Electronics
Electronics
What is another name for an electronic document on the web?
Answer

Wiki User
October 28, 2009 4:34PM
Article
Related Questions
Asked in Microsoft Word, HTML
Can a word document be saved as a webpage?

Yes, a word document of any type can be saved as a web page.
It's very simple. Create the document, which you want to save as
web page. Now click on save as in main menu. A window will open.
Here you have "Save as type" option. Chose "web page" and name the
file in "File Name" box and click save. Your done.
Asked in Electronics
What do you call the collection of electronic documents that are linked together like a spider web?

The World Wide Web is a collection of electronic documents that
are linked together like a spider web.
These documents are stored on computers called servers located
around the world.
The Web has evolved into a global electronic publishing medium
and increasingly, a medium for conducting electronic commerce.
Asked in Internet, Web Hosting, Web Usability
Is a hyperlink a web address and vice versa?

A hyperlink (or link) is a word, group of words, or image that
you can click on to jump to a new document or a new section within
the current document.
When you move the cursor over a link in a Web page, the arrow
will turn into a little hand.
Links are specified in HTML using the <a> tag.
The <a> tag can be used in two ways:
To create a link to another document, by using the href
attribute
To create a bookmark inside a document, by using the name
attribute
Asked in Business & Finance, Technology
What is document management system?

One distinction to be aware of is between document imaging
systems and document management software. The essential difference
is that document imaging systems include tools to help you convert
paper records into electronic files, while document management
software is used to manage your electronic files.
The software is similar in both cases: you'll still need
security, tracking, and searching. But document imaging requires
software and hardware to scan and index paper documents, while
document management software is better suited for capturing e-mail
and Web content.
Document management systems can transform the way your business
operates. Whether you're solving a paper problem or simply
improving the way you handle electronic files, the right document
management system can provide a wide range of benefits for
businesses large and small.
Asked in HTML
What is the difference in size between a webpage and a HTML document?

A web page is the result of the HTML document. The size of the
HTML document (the amount of content) will be larger than the web
page because the web page will not display the HTML. For example:
The HTML document will read: <font face="Arial" size="3"
color="#FF0000">This is the content written for the web
page</font>. The web page will only read: This is the
content written for the web page. The HTML document tells the
browser to display on the web page, This is the content written
for the web page. using Arial Font, the default size "3", and
in the color Red.
Asked in HTML
What is HTML document?

An HTML (Hyper Text Markup Language) document is basically a web
page. It can be opened in either a text editor or a web browser. In
a text editor, the HTML code can be edited to make the web page
look ore behave a certain way, in web browser the document appears
as it would to people viewing as a web page on the internet.