6 2 1
|
|
|
- ともなり りゅうとう
- 7 years ago
- Views:
Transcription
1 6 1 6 (1) (2) HTML (3) 1 Web HTML 1 Web 1 Web Web
2 6 2 1
3 HTML(XHTML) Web HTML(Hyper Text Markup Language) ( ) html htm HTML XHTML(XHTML 1.0 Transitional) <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" xml:lang="ja" lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- <link rel="stylesheet" href="sample.css" type="text/css" /> --> <title>takahagi </title> </head>
4 <body> <h1>takahagi </h1> <hr /> <h2> </h2> <p> </p> <p> </p> <p> </p> <h2> </h2> <p> </p> <h3> </h3> <p>4 </p> <ul> <li> </li> <li> </li> <li> </li> <li> </li> </ul> <h3> </h3> <p> </p> <p> </p> 6 4
5 6 5 <h3> </h3> <p> </p> <p> </p> <hr /> <table> <caption> </caption> <tr><th > </th><th > </th><th > </th><th > </th></tr> <tr><th >2012</th><td >128</td><td >23</td><td >38</td></tr> <tr><th >2013</th><td >158</td><td >43</td><td >52</td></tr> <tr><th >2014</th><td >98</td><td >18</td><td >25</td></tr> </table> <hr /> <p><a href=" > </a> </p> <p> )</p> <p> [email protected]@senshu-u.jp</p> </body> </html>
6 6 6 1 HTML 1 HTML <h1> Markup Language HTML 1 <p> </p> 1 HTML <> <aaaa> </aaaa> aaaa <aaaa> </aaaa> <p>...</p> ( ) <h1>...</h1> 1 Web HTML (L) (V) 1 1 (L) (V) EUC-JP SHIFT-JIS utf-8 2
7 <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html> </html> web <html> xmlns= xml:lang= ja lang= ja 2.8 <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> Web Web ( ) Web Web Web
8 6 8 web 14
9 6 9 2 Web ( ) ( ) Web Web webfiles (1) (2) (3) webfiles
10 Web (Course Power (index.html( ) index.html, sample.css IE index.htm l ( 2.3 index.html Web webfiles index.html Web <a> ( / ) ) HTML ( Enter )
11 < > & Web IE ) <title>takahagi </title> <title> </title> <title> </title> Ctrl + z Undo) (Heading) <h1> </h1> <h1> </h1> 1 <h2> </h2> 2 <h6> </h6> 6
12 <h1> </h1> <h2> </h2> h (Paragraph) <p> </p> 1 </p> <p> <p> </p> <br /> <br /> <br> </br> <br></ br> <br /> <p> <p>,</p> 2.6 <hr /> <br />
13 Web Web Web 10.3 ) Q12 Q12 ) <a href=" > </a> URL a anchor Web (1) <a href= ></a> (2) Web (3) URL( Ctrl C ( (4) HTML (5) Ctrl + V ( (6) <a href= > </a> 2.8 a (Anchor) </a> href a (attribute) a (href) = ( Shift + 2 href URL
14 index.html (1) a b webfiles c index.html Unicode(UTF-8) (S) (2) a b c webfiles d index.html OK 3.1 index.html F5
15 HTML 4.1 HTML HTML HTML html ファイル ブラウザ (IE など ) d 画面表示 コンピュータの環境ブラウザの設定 2 HTML HTML 2
16 HTML & & > > < < " c 5 html HTML 5.1 < > < > HTML <! > <!-- -->
17 <ol> <li> </li> <li> 2 </li> <li> </li> </ol> <ul> <li> </li> <li> 2 </li> <li> </li> </ul>
18 <table> <table> <tr> </tr>: <th> </th>: <td> </td>: <caption> </caption> <tr><th > </th><th > </th><th > </th><th > </th></tr> <tr><th >2012</th><td >128</td><td >23</td><td >38</td></tr> <tr><th >2013</th><td >158</td><td >43</td><td >52</td></tr> <tr><th >2014</th><td >98</td><td >18</td><td >25</td></tr> </table>
19 Web 3 GIF 256 (GIF ) gif PNG GIF GIF GIF JPEG GIF 100% jpg 6.2 Web *1 *1 OCR
20 6 20 貼り付け後ここをもってサイズを調整 3 ( ) (1) (2) A (3) ( 3) (4) PNG GIF
21 GET webfiles 6.4 html <img /> <hr /> <br /> takahagim.png <img src="takahagim.png" alt=" " /> src= FTP Windows UNIX(Linux) OS UNIX alt=
22 mark1.gif <a href=" src="mark1.gif" alt="mark" /></a> jpeg jpeg <div> <div> <img src="sirakawa.jpg" width="300" alt=" " /> </div> width= PowerPoint (1) PowerPoint (2) (3) SmartArt (4)
23 a ctrl + A b ctrl + C (5) ( 3) PNG GIF png 6.6 (Excel (1) (Excel (2) (3) (4) ( 3) PNG GIF
24 (CSS) Web CSS Cascading Style Sheets) 7.1 index.html 6 8 <!-- <link rel="stylesheet" href="sample.css" type="text/css" /> --> <!-- --> ( F5 sample.css (<body>) <h1> 7.2 <body> sample.css body{ background-color: lightyellow; }
25 aqua gray navy silver black green olive teal blue lime purple white fuchsia maroon red yellow body body background-color : lightyellow ; 3 #ffffe0 # 16 6 body{ background-color: #ffffe0; } lightyellow body{ background-image: url("abc.gif") }
26 <h1>( 1) h1 { font-size: 2em; color: navy; background-color: lightpink; padding: 1em ; text-align:center; } font-size: 2em; em 2em 2 ( ) color: navy; background-color: lightpink; <h1> padding: 1em ; <h1> margin: text-align:center; text-align left right justify <h2>
27 #emp { font-size: 1.2em; color: red; } emp ID HTML <span id="emp"> </span>. <span> <div> <div> #torikesi { text-decoration:line-through; } <span id="torikesi"> </span>. text-decoration underline overline emp (underline) torikesi
28 table{ border-collapse: collapse; } th{ border: thin solid black; padding: 0.25em 0.5em 0.25em 0.5em ; text-align: center; background-color: #b0eeb0; } td{ border: thin solid black; padding: 0.25em 0.5em 0.25em 0.5em ; text-align: right; } border-collapse: collapse; collapse border: thin solid black; thin( solid black padding: 0.25em 0.5em 0.25em 0.5em ;
29 URL? Google Google( ) Senshu University ( ) URL? q= + Google Google ( ) URL UTF-8 16 URL UTF-8 URL %E5%B0%82%E4%BF%AE%E5%A4%A7%E5%AD%A6
30 <a href=" </a> , weathernews ( ) Google Map Google Map , ) Google Map ,
31 (Google Map ) Google Map HTML Weather Hacks HTML
32 PDF HTML PDF (1) (2) (3) PDF (4) webfiles ( takahagi.pdf ) PDF (1) (2) Office PDF( XPS) (3) webfiles ( takahagi.pdf ) PDF HTML PDF <p> <a href="takahagi.pdf"> II </a>
33 Web 10.1 HTML 1 1 Web Web HTML HTML (index.html) <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns=" xml:lang="ja" lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="sample.css" type="text/css" /> <title></title> </head> <body> </body> </html>
34 html : page2.html syumi.html (1) (2) webfiles (3) Unicode(UTF-8) *2 *2 <?xml version= 1.0 encoding= utf-8?> (XML ) utf-8
35 <body> </body> HTML index.html <a href="index.html">takahagi </a> index.html Web 2 index.html <a href="page2.html"> </a> 11 HTML ( ) HTML Web HTML XML HTML Micorosoft Word [ ] [web (*.htm;*.html)]
36 Wiki HTML HTML Blog Wiki Blog Wiki 13 HTML IE HTML HTML HTML HTML XHTML XML XML lint HTML lint Another HTML-lint 5 (1) (2) WAI Content Accessibility Guidelines (3) webfiles index.html ) (4)
37 6 37 (3) [ ファイルを選択 ] をクリックして, lint を行うファイル (.html ファイル ) を選択 (1) File を選択する (4) [ チェック ] をクリックして, チェックを行う (2) この 2 箇所にチェックする 4 lint HTML 0 1 Google Chart lint src=
38 Web FTP Web (Web ) 5 ) 5 Web
39 FTP (1) Winscp (2) Winscp 6 (3) ikuta1 (S) (4) OK (5) FFFTP
40 edwww 7 7 edwww edwww (1) F7 ) (2) edwww OK (3) 7 edwww
41 14.2 edwww 6 41 edwww OK (1) 7 edwww (2) FTP webfiles edwww (1) 7 webfiles webfiles index.html (2) 7 edwww (1) 8. (2) html,jpg,gif
42 6 42 µµµ µµ FTP index.html) (1) index.html (2) (3) 644 (4) 644
43 14.5 Web c /index.html c Web ID index.html index.htm index.html Server Not Found URL File Not Found URL index.html URL c / (c ID) index.html Winscp Forbidden HTML HTML HTML
44 edwww edwww public html Web
6 2 1
6 1 6 (1) (2) HTML (3) 1 Web 1 Web Web 1 Web HTML 6 2 1 6 3 1.1 HTML(XHTML) Web HTML(Hyper Text Markup Language) ( ) html htm HTML HTML5 takahagi
~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID
10 10 10.1 1. 2. 3. HTML(HyperText Markup Language) Web [ ][ ] HTML Web HTML HTML Web HTML ~b08a001/www/ ( ) ~b08a001/www-local/ ( ) html ( ) 10.2 WWW WWW-local b08a001 ~b08a001/www/ ~b08a001/www-local/
untitled
2005 HP -1-2005 8 29 30 HP 1 ( ) 1. Web 2. HTML HTML 1 PDF HTML 1 Web HTML http://www.media.ritsumei.ac.jp/kodais2005 2 2.1 WWW HTML Hyper Text Markup Language) HTML Web HTML Internet Explorer http://www.ritsumei.ac.jp
JIS Web Web JIS JIS 5.1.a 5.1.b 5.2.a 5.2.b 5.2.c 5.2.d 5.2.e 5.2.f 5.2.g 5.3.a 5.3.b 5.3.c 5.3.d 5.3.e 5.3.f 5.3.g 5.3.h 5.3.i 5.4.a 5.4.b 5.4.c 5.4.
http://www1.iwate-ed.jp/ JIS Web Web JIS JIS 5.1.a 5.1.b 5.2.a 5.2.b 5.2.c 5.2.d 5.2.e 5.2.f 5.2.g 5.3.a 5.3.b 5.3.c 5.3.d 5.3.e 5.3.f 5.3.g 5.3.h 5.3.i 5.4.a 5.4.b 5.4.c 5.4.d 5.4.e 5.5.a 5.5.b 5.5.c
経営論集2011_07_小松先生.indd
20 1 2010 103 125 HTML+CSS HTML CSS CMS Web CMS CMS CMS CMS DreamWeaver Web Web CMS Web Web CSS Web Eclipse HTML CSS Web Web HTML CSS Web HTML CSS Web HTML CSS Web 1 Web Web HTML Web 103 HTML+CSS Web HTML
HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17
1 11 13 2 11 27 3 12 11 HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17 WWW(World Wide Web) HTML(HyperText Markup Language) HTML HTML HTML HTML - 1 - .1 HTML (V)(C) HTML - 2 - HTML HTML OS Windows 2.1 HTML
untitled
25 10 12 11 24 (1) 14 (2) 26 10 44 (3) (4) (5) 27 10 68 (6) (7) (8) 25 10 ( ) (1) (2) (3) ) city.yokohama.lg.jp city.yokohama.jp WEB WEB WEB WEB WEB WEB 1 25 10 WEB WEB (1) (2) (3) (4) 25 10 (1) WEB (2)
1 JIS X 8341-3:2016 WCAG2.0 http://waic.jp/docs/wcag2/understanding.html WCAG2.0 http://waic.jp/docs/wcag2/techs.html 2 ... 1... 3... 6 1.1... 6 1.2... 7... 8 1.1.1... 8 1.2.1... 13 1.2.2... 14 1.2.3...
1 1 1.......................... 1 2........................... 1 3 CSS CSS.................... 2 4........................... 3 2 4 1................
HTML 1 1 1.......................... 1 2........................... 1 3 CSS CSS.................... 2 4........................... 3 2 4 1................ 4 2..................... 6 3.....................
PowerPoint Presentation
HTML5 Level.1 Markup Professional HTML5 Level.2 Application Development Professional http://www.html5exam.jp/ @html5cert https://www.facebook.com/html5exam
1
...1...37 1 HTML4.01 Transitional Frameset DOCTYPE 5.1.a 2 Windows Shift_JIS Linux Unix EUC jp meta 5.1.a 3 5.1.a JIS cm cc kg alt 4 5.4.a 5.4.a 5 alt alt alt alt alt alt="" alt 6 5.4.b 5.4.b 7 8 5.3.a
1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................
0448051 1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3.................... 4 4........................ 6 5...........................
07_経営論集2010 小松先生.indd
19 1 2009 105 123 Web Web Web Web World Wide Web WWW OS 1990 WWW Web HTML CSS JavaScript Web 1 WWW 2 Web Web 3 Web 4 HTML5 5 Web Web 3 1970 WWW HTML Web WWW WWW WWW WWW WWW 105 Web WWW 2 Web 1 1 NTT NTT
Microsoft PowerPoint - css-3days.ppt [互換モード]
情報基礎 CSS を用いた Web ページ作成 CSS とは Cascading Style Sheet の省略表記 シーエスエスと読む Web ページのレイアウト ( 視覚的構造 ) を定義する スタイルシート の規格の一つ Web の標準化団体である W3C(World Wide Web Consortium) によって標準化 W3C で推奨される考え方 論理構造 : マークアップ言語 HTML,
Taro-CSS.jtd
CSSCascading Style Sheet 1. CSS CSSCascading Style Sheet HTML XHTML, XML HTML CSS HTML/XHTML/XML CSS HTMLXHTML CSS XML CSS 2. CSS HTML/XHTML CSS HTML CSS XML XSL-FO XSLT+CSS CSS Web Web HTML 3. HTML HTML
1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.
1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................
388-356697252-2.pdf
専修大学 ネットワーク情報学部 2012年度 特殊演習 (Webプログラミング) 新居雅行 / Masayuki Nii 2 HTML/CSS 2012 4 23 1 2-1 Web 2 2-1 80 SSL Apache WindowsIIS Internet Information Server HTTP HyperText Transfer Protocol HTML HTML 1 1 [ URI]
untitled
Ajax Web Ajax http://www.openspc2.org/javascript/ajax/ajax_stu dy/index.html Life is beautiful Ajax http://satoshi.blogs.com/life/2005/06/ajax.html Ajax Ajax Asynchronous JavaScript + XML JavaScript XML
サンプル CSS OutlineAnimation.html の説明 HTML の記述 (OutlineAnimation.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 div1 の div 要素を記述し 中にテキストで Out
1339 アウトラインのアニメーション outline は入力フィールドの輪郭を赤くして目立たせるなど ユーザーインターフェースと して使用されることが多い機能です また outline でボックスの輪郭をアニメーションさ せることもできますが あまり使われることはないかもしれません アニメーションで変化させることができる outline 関係のプロパティ outline-color animation
Microsoft PowerPoint - CSS(Cascading Style Sheets)の基本.pptx
CSS(Cascading Style Sheets) の基本 1. CSSの基本的な考え方は HTMLの構造を表す要素 ( タグ ) に対しスタイルを定義するというもの 2. CSSでは セレクタ プロパティ 値 の3つを組み合わせてスタイルを設定する 3. セレクタ は ,, や 要素などコンテンツ内のどの要素にスタイルを適用するかを指定する 4. セレクタの次の
johokiso-webpage-large
1 Web 2 Web (1) Web 3 ( ) Web1 1 () () Web 2006-2018 Harumi Murakami and Kota Abe 3 Web 4 web /wéb/ [ ] cobweb. a) Web a web of rairoads. b) [ ], a web of intrigue get caught in a web of ies. ; ( ())..
untitled
Web HTML(Hyper-Text Markup Language) Web HTML () Web / Web -1 Web -2 Web -3 Web -4 Web Web -5 White Black Red Green Blue Yellow Purple Aqua Maroon Navy Olive Teal Gray Silver Lime Fuchsia Snow Linen Bisque
スタイルシートでデザインを整えよう
スタイルシートでデザイン (2) CSS (Cascading Style Sheets) ここまで HTML は文章の意味的な役割を記述するもので 表示はブラウザ次第であることを強調してきました あるブラウザでの表示方法を前提に HTML で見た目を制御しようとすると 他の環境では意味が通じにくい 相互運用性の低い情報となってしまいます Web の表現を作者が指定するには HTML ではなく スタイルシートという別の機能をもちいます
</div> </div> </body> </html> CSS の記述 (3DCubeAnime1.css) #stage ステージのスタイルを指定します 背景色を黒色で指定します 画像に軽く遠近感を出すために perspective: 1000px; と指定し perspective-orig
1342-7 応用 1 Rotate 3D Cube 3D Cube が回転するアニメーション サンプル CSS1 CSS3 で 3D の Cube を描いて回転させてみましょう 3DCubeAnime1 の説明 HTML の記述 (3DCubeAnime1.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 cube の div 要素を記述し
ohp.mgp
2019/06/11 A/B -- HTML/WWW(World Wide Web -- (TA:, [ 1 ] !!? Web Page http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino VNC Server Address : 10.9.209.159 Password : vnc-2019 (2019/06/04 : : * * / / : (cf.
IFRS 2011
IFRS 2011 International Financial Reporting Standards XBRL(eXtensible Business Reporting Language) EDINET XBRL XBRL XBRL IFRS Contents Contents... 2... 3... 6... 8... 10...11...11... 12... 14... 14...
山梨県ホームページ作成ガイドライン
17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6
SGML HTML XML Markup Language Web HTML HTML SGML Standard Generalized Markup Language Markup Language DTD Document Type Definition XML SGML Markup Language HTML XML HTML XML JavaScript JAVA CGI HTML Web
padding( パディング ) padding プロパティでボックスの内側の余白を指定します この部分の内側には背景 ( 背景色や背景画像 ) を表示できます border( ボーダー ) border プロパティでボックスの境界線を指定します ボーダーには色 太さ 線の種類を指定できます 画像で
1111 基本のボックス (margin, width, height, border, background) CSS3 アニメーション ( およびトランジション ) の基本はボックスです このボックスに色を付けたり ボックスにテキスト ( 文字 ) や画像を入れて ボックスを移動 回転 2D 変形 3D 変形してアニメーションを作ります では先ずボックスを作ってみましょう 基本的なボックスは下の四角形のようなものです
Sushi Web ページの編集 Card 1 of 10 3 パソコンの画面上で ブラウザとテキストエディタを横に並べます ブラウザ テキストエディタ 4 5 テキストエディタで 自分の自己紹介になるように変更します 変更したらテキストを保存します ( ファイル > 保存 ) 保存したら F5 を
はじめての Web サイト Sushi Web ページの編集 Card 1 of 10 1 これから新しい Web ページを作ります! 今回は本のリストを作りますが HTML を使えば何でも好きな Web ページが作れます! まず http://coderdojo-hiroshima.com/my-first-website-ja.zip から HTML のソースファイルをダウンロードします my-first-website
ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3
Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...
年刊EDP 2003
1 2 3 HDD HDD HDD HDD ( 4 !!! ( )!! HDD ( )!! ( )!!(ry YU-SHOW!!!!!!!! HxH 5 HDD ( 0123-456-789 ( e 6 PC PC psd 7 8 YO! WebPage http://mode.jp/ PowerTone 9 A4 Canon PIXUS850i 1,440dpi 720dpi A4 10 etc
i
5.0 138 5.1 139 5.2 IE 141 5.3 URL 142 5.4 143 5.5 144 5.6 IE 145 5.7 145 5.8 147 5.9 148 5.10 154 5.11 157 5.12 160 5.13 163 5.14 Web 165 5.15 167 5.16 168 5.17 169 5.18 172 5.19 173 5.20 Web 174 5.21
m_sotsuron
iphone Web 0848066 1. 1 1 1 2 iphone 2 3 2 4 3 2. 3 1 3 2 iphone Web 6 3 HTML 10 4 CSS 12 5 iphone 14 6 15 7 16 8 ipad 18 3. 22 iphone Web Web 2 iphone Web iphone iphone Web iphone Web PC 1 2000 iphone
_IMv2.key
飯島基 文 [email protected] $ ssh [email protected] $ cd /Library/Server/Web/Data/Sites/Default/ $ git clone https://github.com/msyk/inter-mediator.git
