Tag: HTML

HTML (Hypertext Markup Language) is the standard markup language used to create and structure content on web pages.

  • HTML: how to vertically center an object with CSS?

    HTML: how to vertically center an object with CSS?

    Written by

    in

    There are several ways to vertically center an object with CSS: Flexbox This method uses the CSS flexbox layout to center the child element vertically within the parent container. The align-items property set to center aligns the child element along the cross axis. Grid Layout This method uses the CSS grid layout to center the…

    Read more

  • UX improvements: `enterkeyhint` to define action label for the keyboard of mobile devices

    UX improvements: `enterkeyhint` to define action label for the keyboard of mobile devices

    Written by

    in

    The enterkeyhint is a html attribute described in the HTML standard, which can be used to improve the context of action buttons of keyboards on mobile device. The enterkeyhint content attribute is an enumerated attribute that specifies what action label (or icon) to present for the enter key on virtual keyboards. This allows authors to customize the presentation of…

    Read more

  • HTML5 Boilerplate – das Grundgerüst für HTML5

    Written by

    in

    HTML5 Boilerplate bietet ein kompaktes Grundgerüst zum Gestalten von Webseiten oder wie auch ich es nicht besser ausdrücken kann: HTML5 Boilerplate ist ein professionelles HTML/CSS/JS-Template als Basis für eine schnelle, robuste und zukunftssichere Website.Nach mehr als zwei Jahren Entwicklung, bekommt ihr das beste der besten Techniken zusammengefasst: Cross-Browser-Normalisierung, Performance-Optimierungen und sogar optionale Features wie Cross-Domain…

    Read more

  • Nicht mehr unterstütze bzw. veraltete Tags in HTML5

    Nicht mehr unterstütze bzw. veraltete Tags in HTML5

    Written by

    in

    Im folgenden sind HTML-Tags aufgelistet, welche laut Doctype-Definition in HTML5 nicht mehr unterstützt werden. Dazu gehören auch Tags wie beispielsweise <font> oder <center>. Wer allerdings schon ausgiebig mit CSS arbeitet, der sollte diese Tags sowieso bereits nicht mehr verwendet haben. Es gibt aber auch andere Tags, welche unter umständen noch verwendet wurden. Aber keine Angst,…

    Read more

  • Hi-speed HTML/CSS mit zen-coding

    Written by

    in

    “Hi-speed coding for HTML and CSS” lautet das Motto bei zen-coding. Tja, was soll ich noch groß dazu sagen: es stimmt. Die Entwickler von zen-coding haben einige Plugins für Text-Editoren entwickelt, die die Eingabe von HTML und CSS extrem vereinfachen. Neben Editoren wie NetBeans und einigen anderen, ist darunter natürlich auch der Mac-Editor TextMate mit…

    Read more