answersLogoWhite

0


Best Answer

It is the job of the Web Browser. Examples are Microsoft internet Explorer, Mozilla Firefox, Google Chrome, Opera, etc. These programs interpret the HTML sent by the Web Server and renders them to display user friendly images, text, documents, etc. Web Browsers act as HTML Compilers. Similar to C#, VB, Delphi, Power Builder, etc. The output is displayed in the Web browser screen.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

In Adobe Dreamweaver, "Split View" allows you to see the WYSIWYG approximation of the page and the underlying HTML/CSS code at the same time.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What view in dreamweaver allows you to view the page and the HTML coding on a web page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the advantages of dream weaver over HTML?

Dreamweaver is a piece of software that allows you to create webpages. HTML is a language that you use to create web pages. With Dreamweaver it creates the HTML code for you. You need to write HTML yourself if you do not have Dreamweaver or another piece of similar software.


What is HTML code used for in dreamweaver?

HTML (Hypertext Markup Language) is a code language used for web documents. Browsers interpret this code and construct the web page from it.Dreamweaver is a so-called "WYSIWYG" (What you see is what you get) page design software. This means you design the page by inserting elements and moving them (e.g. per drag&drop). Dreamweaver then constructs HTML code from your page that will, hopefully, look the same when loaded in a browser. Most (if not all) versions of Dreamweaver also allow you to edit the result HTML code yourself.


How do you add image to HTML using Dream weaver?

You go on to file save, then close the document go to the start option make sure the dreamweaver document is saved and closed, then file shut down, allow computer to turn off, stand up, slowly back away and leave the room...


What does doctype HTML public mean?

In HTML, the <!DOC TYPE> means the type of HTML coding you are using. There are many different versions of HTML. This part of the code tells the web-browser how to format the page.


What is Adobe Dreamweaver used for?

Dreamweaver is an IDE (integrated development environment). It is used to primarily to design and code HTML and CSS but can also be used for other languages because of its code syntax coloring. A "homepage" is just your primary landing page; dreamweaver is used to create web pages (not just web pages that happen to be your primary landing page). HTML is static content but dreamweaver can be use for PHP, JSP, ASP (server side languages that generate HTML). Dreamweaver is a wysiwyg (whay you see is what you get) environment that allows developers to create code and see the design components created in real time OR to create the design (with drag and drop components) and see the code created in real time.

Related questions

What are the advantages of dream weaver over HTML?

Dreamweaver is a piece of software that allows you to create webpages. HTML is a language that you use to create web pages. With Dreamweaver it creates the HTML code for you. You need to write HTML yourself if you do not have Dreamweaver or another piece of similar software.


How do you edit MySpace in dreamweaver?

save your myspace page as a HTML file, edit it on dreamweaver, copy the code from dreamweaver to your myspace. you'll have to play around with it a bit though.


What is HTML code used for in dreamweaver?

HTML (Hypertext Markup Language) is a code language used for web documents. Browsers interpret this code and construct the web page from it.Dreamweaver is a so-called "WYSIWYG" (What you see is what you get) page design software. This means you design the page by inserting elements and moving them (e.g. per drag&drop). Dreamweaver then constructs HTML code from your page that will, hopefully, look the same when loaded in a browser. Most (if not all) versions of Dreamweaver also allow you to edit the result HTML code yourself.


How do you add image to HTML using Dream weaver?

You go on to file save, then close the document go to the start option make sure the dreamweaver document is saved and closed, then file shut down, allow computer to turn off, stand up, slowly back away and leave the room...


What is static HTML pages?

A static page is one that has nothing but straight HTML coding (maybe with CSS, but not necessary) and does not depend on the server to build the page.


Can you play animator vs animation on my desktop?

Yes, You can. Get Dreamweaver and put the game on the page. Save it as HTML and set is as your desktop.


What is the code displayed on the web page?

The code displayed on the web page is probably incomplete coding. Double check the HTML.


Identify three programs that may be used to create a web page?

Adobe Dreamweaver Microsoft Frontpage Notepad The HTML Editor


Why is dreamweaver best for creating a webpage?

Dreamweaver is a good application for creating web pages. However, it is not the only option. If you like, you can create a fully-functional HTML web page using just notebook.


Can you use HTML to reveal hide?

The short answer is no. If you want to reveal or hide elements on a web page then you will need to use a combination of HTML coding and CSS coding. Example:content you wish to hide goes here


What do you first do to do HTML?

Open notepad or Dreamweaver and start typing <head> <title>Name of page</title> </head> <body> Insert Content here. </body> That is your basic HTML page For more info on the subject : http://www.htmldog.com/


How can one redirect from a HTML page?

When creating an HTML page the person must be verse in Hyper Text coding. Generally the code a href will and then typing the address of the site will create a link.