Filter
Exclude
Time range
-
Near
「HTML5の便利機能」 dev.to/atapas/10-useful-html… ユーザーに必要なときだけ詳細を提供する<details>タグ、 コンテンツを編集可能にするcontenteditable、計算結果を表表す<output>タグ等を知っておくと凄く便利です。 #HTML5Tips #programming #100DaysOfCode
4
3
Html5 input has handy autofocus attribute which I just discovered! #html #html5 #html5tips #javascript
1
#HTML5Tips : This is how you may take advantage of #HTML5. <a href="tel: 336xxxxxxxx">Tél : 33 (0) 6xxxxxxxx</a> A click to a direct call.
3
23 Oct 2014
Content images are created in #html5 with the <img> tag, that is an empty tag (has no </img> closing tag). #dev #webdev #html5tips
23 Oct 2014
User Interface images assist with the interface,to navigate or move around, but not to understand the content. #dev #webdev #html5tips
23 Oct 2014
Layout images are in the background, and are not necessary to understand the content of the page. #dev #webdev #html5tips
23 Oct 2014
Content images are any images that are just as necessary to the page as all of the text. Ex: A product image. #dev #webdev #html5tips
1
23 Oct 2014
On website development we have 3 images categories: - Content Images - Layout Images - User Interface Images #webdev #dev #html5tips
1
24 Jul 2014
El elemento o tag "section" representa un documento genérico o una sección de una aplicación. Un "div" con semántica. #html5 #html5tips #fb