answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is HTML code used for in dreamweaver?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why is it important to be able to write HTML code without the help of a tool like a Dreamweaver?

Tools such as Dreamweaver output messy HTML code that often does not conform to the W3C standards. It also means you do not really understand the HTML code it has output, and also severely limits your capabilities of writing complex HTML.


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.


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 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...


Is it necessary to know HTML coding to create a website in Dreamweaver?

Adobe Dreamweaver is my personal favourite website design software. As you know there are two main views in Dreamweaver: Design View and Code View. It is possible to create great looking websites using Design view which is great for users who do not have a lot of experience with HTML or coding.

Related questions

How do do Superscript in Dreamweaver?

You can use the <sup> HTML tags in Dreamweaver code view on HTML pages. Example: <sup>This is a test</sup>


Why is it important to be able to write HTML code without the help of a tool like a Dreamweaver?

Tools such as Dreamweaver output messy HTML code that often does not conform to the W3C standards. It also means you do not really understand the HTML code it has output, and also severely limits your capabilities of writing complex HTML.


How do you code a flv to play in my HTML website?

You simply import the video into HTML. You would do this on the HTML side using your HTML editor such as dreamweaver.


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.


How is HTML source code edited?

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.


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.


What is dreamweaver and how does it work?

dreamweaver is a web page designer software. Takes the HTML code and interprets it to show it as nice web pages. Edits the code and build great things in the web. Many seb sites use dreamweaver to build their pages http://www.dreamweaver-software.com/


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 Troubleshoot your HTML code?

The best way is probably dreamweaver. The best free one is probably http://validator.w3.org/


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 are the 2 types of sites used in Dreamweaver?

Dreamweaver lets you build sites using several method such as frames, tables, and css. The quickest and cleanest way to build a site using Dreamweaver is html/css.


Is it necessary to know HTML coding to create a website in Dreamweaver?

Adobe Dreamweaver is my personal favourite website design software. As you know there are two main views in Dreamweaver: Design View and Code View. It is possible to create great looking websites using Design view which is great for users who do not have a lot of experience with HTML or coding.