html5는 html의 최신 표준 명세이다.
마크업 개발을 시작하기 전, HTML5, css3, sass의 특징이 무엇인지 가볍게 짚고 넘어가고자 한다.
구조적 태그
<section>
, <article>
, <nav>
, <header>
, <footer>
and <aside>
이 추가오디오, 비디오
<audio>
, <video>
가 추가form에서의 improvement
<output>
추가 : 사용자 액션에 대한 결과를 담는 태그새로운 시맨틱 element
<mark>, <figure>, <figcaption>, <data>, <time>, <output>, <progress>, or <meter> and <main>
iframe의 improvement
css3는 css2와 달리 모듈 기반으로 개발이 된다.
text, fonts, color, transforms, transitions, animations 등의 모듈이 개발되고 있다.
box model
width와 height의 범위는?
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing