-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
43 lines (40 loc) · 1.08 KB
/
sample.html
File metadata and controls
43 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body{
font-family: kaiu;
font-style: normal;
font-weight: bold;
font-size:24px;
text-align: center;
}
p{
line-height: 18px;
text-align: left;
left: 280px;
}
</style>
</head>
<body>
<div style="width:100%;"><img src="img/Title.png" height="175px;"></div>
<p style="font-size:40px;text-align: center;"> 特殊教育知能檢定</p>
<p style="font-size:40px;text-align: center;"> 證明書</p>
<p style="text-align: right;font-size:28px;">
國北特(檢)字第286號</p>
<br/>
<p>
查<span style="font-size:28px;">吳曉芬</span>(學號:109736003)參與106學年第</p>
<p>
2學期特殊教育知能檢定,經本系認定成</p>
<p>
績合格,依該檢定實施要點第六條規定,發</p>
<p>
給特殊教育知能檢定合格證明書。</p>
<p style="text-align: right;">
<span style="font-size:20px;">特此證明</span></p>
<br/><br/><br/>
<p style="text-align: right;">
<span style="font-size:24px;">國立臺北教育大學特殊教育學系</span></p>
</body>
</html>