Home >Web Front-end >HTML Tutorial >9.5th Novice CSS Novice Course Learning Summary
Learning summary
html 5
Attributes under the vido tag and audio tag: controls playback controls loop playback autoplay automatic playback
CSS
The difference between block-level elements and inline elements
1. Block-level elements: block element
Each block-level element occupies one row of height by default. After adding a block-level element to a row, other elements cannot be added (except after float). When two block-level elements are edited continuously, they will automatically wrap and display on the page. Block-level elements can generally nest block-level elements or inline elements;
Block-level elements generally appear as containers to organize structures, but this is not always the case. Some block-level elements, such as