English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

I think you are talking about Dreamweaver, although it would help to have a bit more information in the question.

An "AP Div" is just what Dreamweaver calls a div with "absolute positioning", which means you can speciy exactly where you want it to appear on the page. A standard div will just appear in the normal flow of the page, but is useful because you can apply whatever styling you want to it.

2007-11-13 08:53:48 · answer #1 · answered by Daniel R 6 · 2 0

Ap Div Tag

2016-12-15 04:19:12 · answer #2 · answered by ? 4 · 0 0

This Site Might Help You.

RE:
Hi what is the difference between a Div Tag and AP Div??

2015-08-06 13:05:48 · answer #3 · answered by Anonymous · 0 0

I have never heard of an AP Div tag. However it seem that you may be looking at some code that was generated by a WYSIWYG editor. I would suggest you actually research HTML and XHTML as well as CSS a bit and learn how to clean up your code to get it through validation at the W3C website for the international standards for HTML and CSS.

Clean compliant code makes for more cross browser compatibility as well. External CSS will also make your web maintenance a lot easier then using only local or inline styles as well.

2007-11-13 09:52:58 · answer #4 · answered by Kevin 4 · 0 0

Hi,

A Div tag is a Div tag, a block element in html structure. The AP Div only refers (probaly in Adobe softwares) as the type of css positionning attached to it. If it is in absolute position (i.e. style="position:abslute;top:0px;left:0px;"), the div will be position on the top left corner of the web page, no matter if it is nested within another div element. If he as a relative postition (style="position:relative;top:0px;left:0px;"), then the Div will be at the top left corner of it's containing element.

2007-11-13 08:56:47 · answer #5 · answered by Menthal 1 · 0 0

--->> Tips---> https://trimurl.im/g94/hi-what-is-the-difference-between-a-div-tag-and-ap-div

2015-08-04 12:21:03 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers