answersLogoWhite

0

'div' means an idiot, either very annoying or not very clever.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does div mean in music?

What dies div mean in italin


How can you use div under div?

It's not that hard. If this is what you mean: <div> <div> <h1>Some content</h1> </div> </div>


What does division mean in track?

divisions are how good you are div.1 slow div.2 intermediate div.3 fast


What does leptfe msp div mean?

Leptfe MSP div does not mean anything put together. MSP can mean Michigan Police Department or Minneapolis - St. Paul Airport. DIV is an HTML tag.


What does the prefix div mean?

<DIV> is not a prefix, it is a tag. A DIV element is a container for other HTML elements and is used for positioning and structuring content in the document


What does the slang COF mean?

If you mean slang as in internet slang, then it means "Certified Old Fart".


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML <div align=center>Text</center> would align the text in the center of the page


What is the html code to make letter blocks?

I believe you mean divs. These can be made using the following tag: <div> Divs can be styled using CSS. You can specify a class or id to your div in the following way: <div class="classname"> and <div id="idname">


What does div mean in word form?

Five hundred four.


What does lang mean in slang?

Slang is slang It's the s' "LANG " uage.


What does 'milkshake' mean in old slang terminology?

In old slang, milkshake mean butt.


How can you see the php code that is executed in your browser?

May be this example will help. Please focus on where ob_implicit_flush(true) and ob_end_flush(); are placed in your code. Version 1:-------------------------------- <?PHP ob_implicit_flush(true); ob_end_flush(); ?> e <div>a<div>a</div> <?PHP sleep(1); ?> <div>b</div> <?PHP sleep(1); ?> c</div> Version 2:------------------------------ <?PHP ob_implicit_flush(true); ob_end_flush(); ?> e<div>a<div>a</div></div> <?PHP sleep(1); ?> <div>b</div> <?PHP sleep(1); ?> c</div> Version 3:------------------------------ <?PHP ob_implicit_flush(true); ob_end_flush(); ?> e<div>a<div>a</div><!--</div>--> <?PHP sleep(1); ?> <div>b</div> <?PHP sleep(1); ?> c</div> ?>