What is html
Asked on 2024-07-30
1 search
HTML, or HyperText Markup Language, is the standard language used to create and design documents on the web. It structures web content and allows for the embedding of images, links, and other multimedia elements.
In the context of WWDC, HTML is mentioned in several sessions:
-
Bring expression to your app with Genmoji: This session discusses how to display images in HTML using the same data from the range method used to convert to RTFD, but requesting the HTML document type instead. This ensures cross-compatible HTML, allowing advanced engines like WebKit to display images inline with text as if they were standard emojis. For engines that don't support image glyphs, a fallback image is displayed instead.
-
Unlock the power of places with MapKit: This session explains how to use a new low-code solution to embed maps into a website. By customizing an embedded map with place IDs and developer tokens, you can quickly copy the generated HTML snippet onto your website to display a beautiful map without writing a single line of JavaScript.
For more detailed information, you can refer to the following sessions:
Relevant Sessions
- Bring expression to your app with Genmoji
- Unlock the power of places with MapKit

Xcode essentials
Edit, debug, commit, repeat. Explore the suite of tools in Xcode that help you iterate quickly when developing apps. Discover tips and tricks to help optimize and boost your development workflow.

Bring expression to your app with Genmoji
Discover how to bring Genmoji to life in your app. We’ll go over how to render, store, and communicate text that includes Genmoji. If your app features a custom text engine, we’ll also cover techniques for adding support for Genmoji.

SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.
