Consider this HTML: Click me! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! If you want the actions element to float on the left, you'd...
...align a div box inside a div container. This is how you do it: HTML Some text... in two lines. CSS Set the line-height to the container's (implicit...
...do it (also try this jsfiddle). The children need to be block elements. The HTML ... The CSS .parent { display: table-cell; vertical-align: middle; width: 500px; height: 300px; } .child {}
No one wants to cry over regression issues in views; does testing HTML and CSS have to be such a back and forth between designers and devs? Why is it...
Download the dictionary from http://www.winedt.org/dict.html, e.g. http://www.winedt.org/dict/de_neu.zip unzip de_neu.zip mkdir ~/Documents/dic iconv -f UTF-16 -t...
...the case, you can omit this part. */ .absoluteCenter { max-height: 100%; max-width: 100%; } HTML Paragraph goes here...
Best results in other decks
Get an idea of the varying support for HTML/CSS/JavaScript features in different browsers like Chrome, Firefox, Internet Explorer, Edge, Safari. Look up a few modern features like "subgrid", ":has...
...it comes to feature support. "Transpilation" and "polyfills" are both techniques to use modern HTML and JavaScript features with old browsers Understand the differences between transpilation and polyfilling
...die meisten modernen Webapplikationen bestehen. Außerdem weißt du für was welcher Baustein da ist: HTML CSS Javascript (Browser, Frontend) "Backend" Applikation Du verstehst warum HTTP ein "stateless Protocol" ist.
4xx 5xx Was ist ein HTTP Body? Wo ist der Unterschied zu einem HTML Body? Nenne die Hauptunterschiede, die zwischen HTTP/1.1 und HTTP/2 bestehen. Gehe insbesondere auf Multiplexing ein...