MDN Web Docs:
https://developer.mozilla.org/ko/
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/HTML
https://developer.mozilla.org/en-US/docs/Web/HTML/Element
동영상 video 기본 코드:
<!-- Using multiple sources as fallbacks for a video tag -->
<!-- 'Elephants Dream' by Orange Open Movie Project Studio, licensed under CC-3.0, hosted by archive.org -->
<!-- Poster hosted by Wikimedia -->
<video width="620" controls poster="https://upload.wikimedia.org/wikipedia/commons/e/e8/Elephants_Dream_s5_both.jpg" >
<source src="https://archive.org/download/ElephantsDream/ed_1024_512kb.mp4"
type="video/mp4">
<source src="https://archive.org/download/ElephantsDream/ed_hd.ogv"
type="video/ogg">
<source src="https://archive.org/download/ElephantsDream/ed_hd.avi"
type="video/avi">
Your browser doesn't support HTML5 video tag.
</video>
w3schools:
W3Schools Online Web Tutorials
HTML Example:
This is a heading
This is a paragraph.
Try it Yourself CSS Example: body { background-color: lightblue; } h1 { color: white; text-align: cente
www.w3schools.com
stackoverflow:
Stack Overflow - Where Developers Learn, Share, & Build Careers
Stack Overflow | The World’s Largest Online Community for Developers
stackoverflow.com
wiki html:
https://en.wikipedia.org/wiki/HTML
HTML - Wikipedia
From Wikipedia, the free encyclopedia Jump to navigation Jump to search ".htm" and ".html" redirect here. For other uses, see HTM. Hypertext Markup Language The HyperText Markup Language, or HTML is the standard markup language for documents designed to be
en.wikipedia.org
Font Awesome
The world’s most popular and easiest to use icon set just got an upgrade. More icons. More styles. More Options.
fontawesome.com
bulma:
Bulma: Free, open source, and modern CSS framework based on Flexbox
Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
bulma.io
jsDelivr - A free, fast, and reliable CDN for Open Source
Supports npm, GitHub, WordPress, Deno, and more. Largest network and best performance among all CDNs. Serving more than 80 billion requests per month. Built for production use.
www.jsdelivr.com
CSS Minifier
cssminifier.com
Online JavaScript beautifier
beautifier.io
http://javascriptcompressor.com/
Javascript Compressor - compress code online for free
javascriptcompressor.com
제이쿼리 사이트 주소:
Download jQuery | jQuery
link Downloading jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download
jquery.com
1 | MATERIAL DESIGN | https://material.io/design/usability/bidirectionality.html#mirroring-elements |
2 |
Build fast, responsive sites with Bootstrap |
Bootstrap · The most popular HTML, CSS, and JS library in the world. (getbootstrap.com) |
.css() | jQuery API Documentation
Description: Set one or more CSS properties for the set of matched elements. As with the .prop() method, the .css() method makes setting properties of elements quick and easy. This method can take either a property name and value as separate parameters, or
api.jquery.com
https://www.globalhost.co.kr/main/main.php
글로벌호스트 - 글로벌 가속, 스트리밍 전문, 해외서버, 글로벌 CDN, 해외 IDC
국내-해외, 해외-국내 가속 무료 이용기간 및 테스트 제공 설치 후 무료테스트 기간을 제공하며 속도향상 확인 후 주문가능합니다.
www.globalhost.co.kr
코딩교육 티씨피스쿨
4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등
tcpschool.com
요리법, 집 꾸미기 아이디어, 영감을 주는 스타일 등 시도해 볼 만한 아이디어를 찾아서 저장하세요.
www.pinterest.co.kr
Dribbble - Discover the World’s Top Designers & Creative Professionals
Discover the world’s top designers & creatives Dribbble is the leading destination to find & showcase creative work and home to the world's best design professionals. Sign up
dribbble.com
'coding' 카테고리의 다른 글
css : 마우스 올리면 밑줄 그어지게 하기 (:hover, :before/:after)출처: https://sudal89.tistory.com/56 [가을밤에 내리는 비] (0) | 2021.08.25 |
---|---|
LOGO 제작 사이트 (0) | 2021.08.23 |
프로그래머들이 사용하는 각종 코드 편집기 (0) | 2021.08.21 |
AWS ROUTE53으로 EC2에 도메인 연결하기 (0) | 2021.08.14 |
동영상 삽입태그 (0) | 2021.08.08 |