A simple introduction to web front-end development used in SSTIA in 2016 Fall.
# title
## subtitle
### subsubtitle (subsubsection?)
- the first item
- subitem
- subitem
- subsubitem
- the second item
- the first item
- hyper subitem
- the second item
#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
}
$$\frac{d}{dx}x^2 = 2x$$
Note that the website or software need support mathjax to render LaTeX formula.
Markdown
# How to survive in JI
There are too many dues in JI.
- Vv186 Honors Mathematics II
- Vg101 Introduction to Programming
HTML
<!DOCTYPE html>
<html lang='en'>
<head>
<title>How to survive in JI</title>
</head>
<body>
<h1>How to survive in JI</h1>
<p>There are too many dues in JI.</p>
<ul>
<li>Vv186 Honors Mathematics II</li>
<li>Vg101 Introduction to Programming</li>
</ul>
</body>
</html>
- 层叠样式表
- Separate style and contents. Just examples.
- tag:
div
- class:
btn-default
- id:
slide
font-family: "Microsoft Yahei", sans-serif
font-size: 12px pt 10%
margin-left: auto
margin-right: auto
padding-left: 12pt
text-align: center
- lots
Static -> dynamic
TBD