GithubHelp home page GithubHelp logo

xgqfrms / html5 Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 14.0 466.08 MB

HTML 5 :heart: :rocket: 🎅 ❄ 🎄 🎁 🔀 ⛄ 🔔

Home Page: https://html5.xgqfrms.xyz

PHP 0.05% JavaScript 87.29% CSS 8.91% Makefile 0.01% Python 0.02% Hack 0.01% SCSS 3.72%
html5 css3 jquery svg canvas games

html5's Introduction

HTML♥5



html5 code hunt

Bootstrap 101 Template
This is a file without a header

Entity Conversion Calculator

content:'\2606'; === ☆ === ☆;
content:'\2606'; === ★ === ★;
content:'\2665'; === ♥ === ♥;
## li:before {content:'\2665';}
CSS Value (Hex): content:'\2665';
JS Value (Hex): \u2666
HTML entity: ♥
character: ♥

html5's People

Contributors

xgqfrms avatar xgqfrms-github avatar dependabot[bot] avatar

Stargazers

周苏辉 avatar  avatar xyzdata avatar Jianqiang Qiu avatar  avatar  avatar 007 avatar

Watchers

James Cloos avatar Jianqiang Qiu avatar lx avatar  avatar

html5's Issues

picture

picture

<picture>
  <source media="(min-width: 650px)" srcset="img_pink_flowers.jpg">
  <source media="(min-width: 465px)" srcset="img_white_flower.jpg">
  <img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
</picture>

https://www.w3schools.com/tags/tag_picture.asp

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_picture

调整浏览器大小,以查看在不同视口大小下加载的图片的不同版本。 浏览器将查找媒体查询与用户当前视口宽度匹配的第一个source元素,并获取srcset属性中指定的图像。

img元素是图片声明块的最后一个子标签。 img元素用于为不支持picture元素的浏览器或没有匹配的源标签提供向后兼容性。

HTML5 custom element tag

video

video

https://www.w3schools.com/html/html5_video.asp

https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video_all

    <video width="400" height="300" controls>
        <source src="https://cdn.xgqfrms.xyz/apple/ipadpro-hidden-bluetooth-bug.mp4" type="video/mp4">
        <source src="https://cdn.xgqfrms.xyz/apple/ipadpro-hidden-bluetooth-bug.ogg" type="video/ogg">
        <p class="video-fallback">Your browser does not support the video tag.</p>
    </video>

https://www.w3schools.com/css/css_rwd_videos.asp

video {
  width: 100%;
  height: auto;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.