- HTML5 Multimedia Development Cookbook
- Dale Cruse Lee Jordan
- 227字
- 2021-04-02 19:27:37
Introduction
"On the web, a man should not be judged by the color of his skin but by the content of his content." - Internet meme
One of the most significant differences between HTML5 and all previous versions of HTML is that before we built generic <div>s
and other such generic containers without much knowledge of what content would go in them. With the advent of HTML5, that comes to an end. To be correct according to the specification semantically, we need to know what the content is so we can wrap it with the most appropriate new element tag. While this may mean we developers have to think differently, a new challenge is exactly why we're here. In this chapter we'll look at some examples of how to do just that using several of HTML5's new elements.
"In case of conflict, consider users over authors over implementers over specifiers over theoretical purity." - Priority of Constituencies
Throughout this chapter, we'll show you how to use the new <article>
element to mark up both blog posts and comments, add a meaningful publication date to an <article>
, use the new <mark>
element to highlight text, and how to note visual elements using the new <figure>
element. We'll then turn our attention to some new methods of styling text with font replacement techniques, as well as adding drop shadows and gradients to our text.
- 從零開始:Photoshop CC中文版基礎培訓教程
- SPSS進階分析與實務
- 中文版Maya 2014案例教程
- AutoCAD 2016中文版完全自學手冊
- 邊做邊學:Photoshop CS6數碼藝術照片后期處理教程
- CINEMA 4D R20完全實戰技術手冊
- 中文版3ds Max/VRay效果圖制作完全自學教程(實例培訓教材版)
- 用Multisim玩轉電路仿真
- Refactoring with Microsoft Visual Studio 2010
- Transformer自然語言處理實戰:使用Hugging Face Transformers庫構建NLP應用
- 用Studio One輕松制作你的短視頻音樂
- Photoshop 2020實戰從入門到精通(超值版)
- 數碼攝影修圖師完全手冊(第2卷)
- Flash CS6 動畫制作實戰從入門到精通
- 從零開始:Photoshop CS6中文版基礎培訓教程