Inline elements: Empty Element (void): Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced. Block-level elements, inline elements, and empty elements (void)
Summary of line elements and block-level elements in html, and summary of html elements
I. First, let's summarize the following elements and block-level elements:
Line element:
embed an image into the webpage
Block-level elements
Summary of line elements and block-level elements in html, and summary of html elements
I. First, let's summarize the following elements and block-level elements:
Line element:
embed an image into the webpage
Block-level elements
Block elements:Address-AddressesBLOCKQUOTE-Block ReferenceCenter-lifting Alignment blockDIR-List of directoriesDiv-Common block-level easy, is also the main tag of CSS layoutDL-Definition ListFieldset-form control GroupForm-Interactive FormH1-Big titleH2-SubtitleH3-3 level headingsH4-4 level headingsH5-5 level headingsH6-6 level headingsHR-Horizontal Divider LineIsindex-input promptmenu-List of menusNoframes-frames Optional content (this chunk content is displayed for browsers that do not suppor
First, select elements through HTMLSelecting Elements by ID-document.getElementById (' id ') can be used to select a child element based on the ID in the current DOM tree650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/7E/5C/wKiom1b8_g_wmda3AAF6fOGaY80526.png "title=" Web.png "alt=" Wkiom1b8_g_wmda3aaf6fogay80526.png "/>Select elements by Tag name-Node.
We mainly summarize in jquery the sibling elements of an element, child elements and parent elements of the acquisition, the original JavaScript code for these elements of the acquisition is more cumbersome, and jquery just to encapsulate these methods, let us more convenient to get and manipulate these elements.Method
First of all talk about the acquisition of JS, which is much more cumbersome than the jquery method, followed by the jquery method for comparison
JS method is much more troublesome than jquery, mainly because the FF browser, FF browser will be your line of exchange as the most DOM element
Native JS Gets the child element under the element with the ID test. Can be used:
Like what:
var a = Docuemnt.getelementbyid ("Dom"). Getelementsbytagname_r ("div"); This is no problem.At this time a.leng
Problem:
The parent element (COL) has two sibling elements named col1 and col2 respectively.
The content in col1 or col2 is generated by the server code, and the height does not need to be set by CSS. How can we make the height of the element with the largest sibling element?
The javascript code is as follows:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 function resizeheight (){
2 If (! Document.
Block elements:It is generally the container element of other elements, can accommodate block elements and inline elements, which by default will not be the same line with other elements, that is, the equivalent of two blocks are written together vertically layout. The most common is div and PInline elements:Inline ele
Since the summer interview was despised, I often think about this problem when I come back. It should be almost two months now. In this afternoon, I took out the draft and finally found my idea and completed it. Just like a wish, it's over.
The problem is as follows: the original question is not described in detail. The problem after simplification is to find two elements in the array, and calculate the difference between the
inline elements (inline Element) are generally based on semantic level (semantic) basic elements. Inline elements can only hold text or other inline elements, common inline element "a".Both the block element and the inline element are concepts in the HTML specification. The basic difference between a block element and
block element block-level elements > As the name implies is the element displayed as a block, height width is a that can be set. For example, our commonly used inline element inline elements , and its width is the width of its own text or picture. The As defined in the CSS authoritative guide, "any visible element that is not a block-level element is an inline element, and its performance
HTML elements can also be divided into replacement elements and non-replacement elements1. Replacing elementsThe replacement element is the content that is displayed by the browser based on the elements and attributes represented.For example: He is determined by the tag element img and the attribute src to determine what is displayed.Like , 2. Non-replacement el
First, let's talk about how to obtain JS, which is much more troublesome than JQUERY's method. Later, we will compare it with JQUERY's method.
The JS method is much more troublesome than JQUERY, mainly because FF browser, FF browser will take your line feed as the most DOM Element
Native JS gets the child element under the element with ID test. Available:
For example:
Var a = docuemnt. getElementById ("dom"). getElementsByTagName_r ("div"); no problem
A. length = 3;
But now we can use another m
#include #define N 10
int main ()
{
int A[n] = {1,2,7,99,3,3,4,1,2,4}, Flat[n] = {0};
int I, j, sum = a[0], last_bit = 0, SUM0 = 0, sum1 = 0;
To vary or manipulate all elements in an array
If only one element of an array appears once, the result of an XOR is that the element appears only once
for (i = 1; i {
sum = sum ^ (a[i]);
}
If there are two elements in the array that occur only once, the result of the
inline and block-level elements
inline elements are generally containers of content, while block-level elements are generally containers for other containers . In general, inline elements can only contain content or other inline elements. Width and length are based on conte
The difference between block elements and inline elements.
Only one row can set the margin in the width, height, and vertical direction, and the margin and padding in the horizontal direction of padding.
Block Element: Yes, yes, yes
Inline element: No, no
Question: Change the nine days of the next poem to a red font.
The sunshine incense burner produces Ziyan, And the waterfall hangs down in qianchuan.Fl
1, block-level element row-level elements?Block-level element features:① always start on a new line;② height, row height, margin and inner margin can be controlled;The ③ width defaults to 100% of its container, unless a width is set;④ it can accommodate inline elements and other block elements.Features of inline (inline) elements:① and other
references when programming in scripts.3. A reference to a form can take advantage of the name property of the from tag, or it can be called to the corresponding array using the forms[] array of document.4. You can use the elements[] array of form form to traverse all elements except 5, the form form of the Submit () method is used to submit the form to the service, but when we click the Submit button, the
In-line elements (inline element), also called inline elements;
Inline elements can hold text or other inline elements, and common inline elements include
Block element:
Block elements are generally started from new rows, and
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.