跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
web
»
html
足跡:
•
knowhow
•
computer
•
study
•
svg
computer:web:html
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======HTML====== * [[http://html5.org/|html5.org]] * [[http://emmet.io/|Emmet]] * [[http://livestyle.io/|LiveStyle]] * [[http://mmcfadyen.ca/blog/all-the-emmet-shortcuts-you-forgot/|All the Emmet shortcuts you forgot!]] * [[http://www.jordanm.co.uk/post/91335536701/emmets-hidden-power-features|Emmet’s hidden power features]] * [[https://github.com/rstacruz/sparkup|Sparkup]] * [[http://joshduck.com/periodic-table.html|Periodic Table of the Elements]] * [[https://caninclude.glitch.me/|Can I include a tag to a tag? Based on HTML Spec WHATWG]] ====Entity==== * [[http://htmlarrows.com/|HTML Arrows]] * [[http://www.amp-what.com/|amp-what]] * [[http://www.labnol.org/internet/html-punctuation-codes/28479/|Use HTML Codes for Punctuation Marks - Dashes, Quotes & Hyphens]] =====元件===== * 簡稱:abbreviation * <html><abbr title="Severe Acute Respiratory Syndrome">SARS</abbr></html> * 縮寫:acronym * <html><acronym title="High Technology">Hi-Tech</acronym></html> * Not Supported in HTML5. * [[https://www.scottohara.me/blog/2019/05/25/tabindex.html|Tabindex: it rarely pays to be positive]] * [[https://twitter.com/AmeliasBrain/status/1336037514096697344|Use lang="" if the content language is unknown]] ===Meta=== * [[https://htmlhead.dev|HEAD]] * [[https://github.com/whatwg/meta-theme-color|The 'theme-color' meta extension]] ===Heading=== * [[https://medium.com/@Heydon/managing-heading-levels-in-design-systems-18be9a746fa3|Managing Heading Levels In Design Systems]] * [[https://csswizardry.com/2010/10/your-logo-is-an-image-not-a-h1/|Your logo is an image, not an <h1>]] ===Form=== * [[http://thinkvitamin.com/code/fun-with-html5-forms/|Fun with HTML5 Forms]] * [[http://html5pattern.com/|HTML5Pattern]] * [[http://meowni.ca/posts/a-story-about-input/|<input> I ♡ you, but you're bringing me down]] * [[http://blog.cloudfour.com/autofill-what-web-devs-should-know-but-dont/|Autofill: What web devs should know, but don’t]] * [[https://drewdevault.com/2021/06/27/You-cant-capture-the-nuance.html|You can't capture the nuance of my form fields]] * [[https://denodell.com/blog/html-best-kept-secret-output-tag|HTML’s Best Kept Secret: The <output> Tag]] ===Link=== * [[http://kizu.ru/en/fun/nested-links/|Nested links]] * [[https://mathiasbynens.github.io/rel-noopener/|About rel=noopener]] * [[https://shinglyu.com/web/2019/02/09/js_download_as_file.html|Download JavaScript Data as Files on the Client Side]] ===Button=== * [[https://ishadeed.com/article/styling-the-good-old-button/|Styling The Good Ol' Button Element]] * [[https://axesslab.com/disabled-buttons-suck/|Disabled buttons suck]] ===Image=== * [[https://ishadeed.com/article/image-techniques/|Image Techniques On The Web]] ===Dialog=== * [[https://whistlr.info/2021/in-defence-of-dialog/|In Defence Of Dialog]] * [[http://demosthenes.info/blog/957/Native-Modal-Windows-in-HTML5-Using-the-dialog-Element|Native Modal Windows in HTML5: Using the dialog Element]] ===Script=== * [[http://peter.sh/experiments/asynchronous-and-deferred-javascript-execution-explained/|Asynchronous and deferred JavaScript execution explained]] =====教學===== * [[http://diveintohtml5.org/|Dive Into HTML5]] * [[http://html5forwebdesigners.com/|HTML5 For Web Designers]] * [[http://dontfeartheinternet.com/|Don’t Fear the Internet]] * [[http://htmldog.com/|HTML Dog]] * [[http://reference.sitepoint.com/html|SitePoint HTML Reference]] * [[http://jedi.org/blog/archives/005444.html|好孩子的網頁設計]] ====HTML5(待清理)==== * [[http://developers.whatwg.org/|HTML5 - Edition for Web Developers]] * [[http://www.w3.org/html/logo/|W3C HTML5 Logo]] * [[http://www.html5rocks.com/|HTML5 Rocks]] * [[http://slides.html5rocks.com|HTML5 Presentation]] * [[http://html5demos.com/|HTML 5 Demos and Examples]] * [[http://www.htmlfivewow.com/|HTML5 Showcase for Web Developers: The Wow and the How]] * [[http://html5doctor.com/element-index/|HTML5 Element Index]] * [[http://html5please.us/|HTML5 Please]] * [[http://html5media.info/|html5media]] * [[http://blog.oldworld.fr/index.php?post/2010/11/17/HTML5-Forms-Validation-in-Firefox-4|HTML5 Forms Validation in Firefox 4]] * [[http://www.cn-cuckoo.com/2010/10/21/the-design-of-html5-2151.html|HTML5設計原理]] * [[http://www.testking.com/techking/infographics/ultimate-html5-cheatsheat/|Ultimate HTML5 Cheatsheat]] * [[http://html5sec.org/|HTML5 Security Cheatsheet]] * [[http://wufoo.com/html5/|The Current State of HTML5 Forms]] * [[http://www.sitepoint.com/tag/html5-dev-center/|HTML5 Dev Center » SitePoint]] * [[http://www.catswhocode.com/blog/how-to-create-offline-html5-web-apps-in-5-easy-steps|How to create offline HTML5 web apps in 5 easy steps]] * [[http://adactio.com/extras/pocketbooks/html5/|HTML 5 pocket book]] * [[http://www.html5rocks.com/en/tutorials/speed/quick/|Best Practices for a Faster Web App with HTML5]] * [[https://developer.mozilla.org/en/Sections_and_Outlines_of_an_HTML5_document|Sections and Outlines of an HTML5 Document]] ====技巧==== * [[https://css-tricks.com/how-to-section-your-html/|How to Section Your HTML]] * [[http://stackoverflow.com/questions/2544711/coding-styles-for-html|Coding styles for HTML]] * [[http://uxmovement.com/forms/why-your-form-buttons-should-never-say-submit|Why Your Form Buttons Should Never Say Submit]] ===網頁轉址=== <code> <html> <head> <meta http-equiv="Refresh" content="0;URL=http://kidwm.net"> </head> </html> </code> ===網站圖示=== * IE<code><link rel="icon" href="favicon.ico" type="image/x-icon" /></code> * Mozilla<code><link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /></code> * type屬性為檔案MIME類型。PNG檔案為<file>image/png</file> * 目前除IE外XHTML的汎用解<code><link rel="icon" href="favicon.png" type="image/png" /></code> =====資源===== * [[https://diffofhtmls.herokuapp.com/|Diff of HTMLs]] =====工具===== * [[http://htmllint.com/|HTML Lint]] * [[http://html-ipsum.com/|HTML-Ipsum]] * [[http://askthecssguy.com/kotatsu/|Kotatsu]] * [[http://enrmarc.github.io/listify/|ListiFy]] * [[http://xmlprettyprint.com/|XML Pretty Print]] * [[http://www.schematron.com/|Schematron]] * [[https://github.com/tholman/dom-animator|Dom Animator]] ====檢驗==== * [[http://validator.w3.org/|The W3C Markup Validation Service]] * [[http://thomasdavis.github.io/w3cjs/|w3cjs]] * [[http://jigsaw.w3.org/css-validator/|The W3C CSS Validation Service]] * [[http://www.xhtml-css.com/|XHTML-CSS Validator]] * Outlines * [[https://h5o.github.io/|HTML5 outliner]] * [[http://hoyois.github.com/html5outliner/|HTML5 Outliner]] * [[http://gsnedders.html5.org/outliner/|HTML 5 Outliner]] * [[https://github.com/Heydon/REVENGE.CSS|REVENGE.CSS]] ====Template==== * [[https://github.com/bernarddeluna/Formee|Formee]] * [[http://initializr.com/|Initializr]] * [[http://html5boilerplate.com/|HTML5 Boilerplate]] * [[http://html5reset.org/|HTML5 Reset]] * [[http://switchtohtml5.com/|SwitchToHTML5]]
computer/web/html.txt
· 上一次變更: 2025/11/06 22:11 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂