Showing posts with label COMPUTER TERMS. Show all posts
Showing posts with label COMPUTER TERMS. Show all posts
Saturday, September 24, 2011
What are inline-elements? - Computer Terms
Inline-elements/text level elements are used to manipulate text at smaller level and block elements deals with a set of block (a paragraph or something). That is what I've gathered after reading the links below.
for example Button element is way smaller than object, script or iframe element.
http://webdesign.about.com/od/htmltags/g/bldefinlineelem.htm
http://webdesign.about.com/od/htmltags/qt/block_vs_inline_elements.htm
http://www.w3schools.com/tags/tag_span.asp
BLOCK ELEMENTS:
APPLET - Java Applet
BUTTON - Button
DEL - Deleted text
INLINE-ELEMENTS
A - Anchor
ABBR - Abbreviation
ACRONYM - Acronym
B - Bold text
Source: http://htmlhelp.com/reference/html40/inline.html
What is a "Bitwise operator" ? - Computer Terms
A bitwise operation operates on one or more bit patterns or binary numerals at the level of their individual bits. This is used directly at the digital hardware level as well as in microcode, machine code and certain kinds of high level languages.
Subscribe to:
Posts (Atom)