2 PY head meta head BASE

Size: px
Start display at page:

Download "2 PY 3 2 4 3 5 head 6............... 6 2 meta..................... 6 3 head............. 7 4 BASE......................... 7 6 8......................"

Transcription

1 HTML 04480

2 2 PY head meta head BASE HTML HTML PY

3 HTML Python2.5 HTML HTML HTML4.0 JavaScript Frame 2 PY #!/usr/bin/env python # -*- coding:shift_jis -*- from html import * title("test") all = head() all += end() print all (head title( ) TEST - -

4 HTML all = head() all += end() all 3 CSS STYLE STYLE CLASS ID STYLE, <a href= link address class="test" id="0"> </a> class id, =??? a(, link address,class="test", ID="0") - 2 -

5 HTML 4 + HTML HTML - 3 -

6 HTML ---HTML --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" " <html lang="ja"> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=Shift_JIS"> <meta HTTP-EQUIV="Content-Style-Type" CONTENT="textcss"> <title>sample</title> </head> <body > <TABLE border=""> <TBODY> <TR><TH> </TH><TH> </TH></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> <TR><TD> </TD><TD> </TD></TR> </TBODY> </TABLE> HTML <table> <tr> <td> <th> <tr> - 4 -

7 HTML --- #!/usr/bin/env python # -*- coding:shift_jis -*- from html import * title("sample") all = head() all += table( tbody( tr(th(" ") + th(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) +tr(td(" ") + td(" ")) ),BORDER="") all += end() print all all all <table> <tr>,<th>,<td> BOR- DER <tr> <td> + <td> <tr> + Python - 5 -

8 HTML HTML 5 head title() all stylesheet( <link rel="stylesheet" type="text/css" href=" " title="default"> stylesheet( ) DEFAULT= DEFAULT title 2 meta title() all meta( ) <meta > meta( - 6 -

9 HTML meta( content="mshtml " name=generator 3 head title() all link( URL, <link href="url" rel=" " > link( URL, TUIKA= TUIKA link( URL,,TUIKA= link( URL,,TUIKA= title= type="application/rss+xml" TUIKA 4 BASE title() all base( <base href=" "> base( - 7 -

10 HTML 6 i a 2 <a href= link address > </a> a(, link address CHARSET=, HREFLANG=, TYPE=, NAME=, REL=, REV=, SHAPE=, COORDS=,TABINDEX=, ACCESSKEY=, TARGET=, CLASS=, ID=, STYLE= ii acronym <acronym>eu acronym</acronym> acronym( EU acronym iii address <address> </address> address( ) - 8 -

11 HTML iv b <b> </b> b( ) v dir 2 <bdo dir=" "> </bdo> bdo(, CLASS=, ID=, STYLE= vi big <big> </big> big( - 9 -

12 HTML vii blockquote <blockquote> </blockquote> blockquote( CITE=, CLASS=, ID=, STYLE= viii br 0 <br> br() ix button 2 <button type= > </button> button(, NAME=, VALUE=, DISABLED=, TABINDEX=, AC- CESSKEY=, CLASS=, ID=, STYLE= - 0 -

13 HTML x caption <caption> </caption> caption( ALIGN=, CLASS=, ID=, STYLE= xi cite <cite> </cite> cite( xii code <code> </code> code( xiii dd - -

14 HTML <dd> </dd> dd( xiv dfn <dfn> </dfn> dfn( xv div <div> </div> div(, test0 xvi dl <dl> </dil> - 2 -

15 HTML dl( xvii dt <dt> </dt> dt( xviii em <em> </em> em( xix fieldset <fieldset> </fieldset> fieldset( - 3 -

16 HTML xx form 2 <form action="action "> </form> form(, action METHOD=, ENCTYPE =, ACCEPT CHARSET=, ACCEPT=, NAME=, TARGET=, CLASS=, ID=, STYLE= xxi h <h> </h> h( xxii h2 <h2> </h2> h2( - 4 -

17 HTML xxiii h3 <h3> </h3> h3( xxiv h4 <h4> </h4> h4( xxv h5 <h5> </h5> h5( - 5 -

18 HTML xxvi h6 <h6> </h6> h6( xxvii hr 0 <hr> hr() xxviii i <i> </i> i( xxix img 2-6 -

19 HTML <img src=" " alt=" "> img(, LONGDESC=, WIDTH=, HEIGHT=, USEMAP=, ISMAP=, NAME=, CLASS=, ID=, STYLE= xxx ins <ins> </ins> ins( CITE=, DATETIME=, CLASS=, ID=, STYLE= xxxi kbd <kbd> </kbd> kbd( xxxii label <label> </label> - 7 -

20 HTML label( FOR ID=, ACCESSKEY=, CLASS=, ID=, STYLE= label for FOR ID xxxiii legend <legend> </legend> legend( ACCESSKEY=, CLASS=, ID=, STYLE= xxxiv li <li> </li> li( xxxv map 2 <map name="mapname"> </map> - 8 -

21 HTML map(, mapname xxxvi noframes <noframes> </noframes> noframes( xxxvii noscript <noscript> </noscript> noscript( xxxviii object <object>object </object> object( object - 9 -

22 HTML DATA=, TYPE=, CLASSID=, CODETYPE=, ARCHIVE=, CODEBASE=, WIDTH=,HEIGHT=, USEMAP=, DECLARE=, STANDBY=, NAME=, TABINDEX=, CLASS=, ID=, STYLE= xxxix ol <ol> </ol> ol( xl optgroup 2 <optgroup label=" "> </optgroup> optgroup(, DISABLED=, CLASS=, ID=, STYLE= xli option <option> </option>

23 HTML option( SELECTED=, VALUE=, LABEL=,DISABLED=, CLASS=, ID=, STYLE= xlii p <p> </p> p( xliii param 3 <param name= name value= value valuetype= valuetype ></param> param( name, value, valuetype CLASS=, ID= xliv pre <pre> </pre> - 2 -

24 HTML pre( xlv q <q> </q> q( CITE=, CLASS=, ID=, STYLE= xlvi rb <rb> </rb> rb( xlvii rbc <rbc> </rbc> rbc( rb

25 HTML xlviii rp <rp> </rp> rp( xlix rt <rt> </rt> rt( RBSPAN=, CLASS=, ID=, STYLE= l rtc <rtc> </rtc> rtc( rt

26 HTML li ruby <ruby> </ruby> ruby( lii samp <samp> </samp> samp( liii script 2 <script type= > </script> script(, SRC=, CHARSET=, DEFER=

27 HTML liv select <select> </select> select( NAME=, SIZE=, MULTIPLE=, DISABLED=, TABINDEX=, CLASS=, ID=, STYLE= lv small <small> </small> small( lvi span <span> </span> span(

28 HTML lvii strong <strong> </strong> strong( lviii sub <sub> </sub> sub( lix sup <sup> </sup> sub( lx table

29 HTML <table> </table> table( SUMMARY=, WIDTH=, BORDER=, FRAME=, RULES=, CELLSPACING=, CELLPADDING=, CLASS=, ID=, STYLE= lxi tbody <tbody> </tbody> tbody( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxii td <td> </td> td( ROWSPAN=, COLSPAN=, ALIGN=, VALIGN=, CHAR=, CHAROFF=, ABBR=, AXIS=, HEADERS=,

30 HTML SCOPE=, CLASS=, ID=, STYLE= lxiii textarea 3 <textarea cols= rows= > </textarea> textarea(,, NAME=, DISABLED=, READONLY=, TABINDEX=, ACCESSKEY=, CLASS=, ID=, STYLE= lxiv tfoot <tfoot> </tfoot> tfoot( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxv th <th> </th>

31 HTML th( ROWSPAN=, COLSPAN=, ALIGN=, VALIGN=, CHAR=, CHAROFF=, ABBR=, AXIS=, HEADERS=, SCOPE=, CLASS=, ID=, STYLE= lxvi thead <thead> </thead> thead( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxvii tr <tr> </tr> tr( ALIGN=, VALIGN=, CHAR=, CHAROFF=, CLASS=, ID=, STYLE= lxviii tt

32 HTML <tt> </tt> tt( lxix ul <ul> </ul> ul( lxx var <var> </var> var( 2 HTML Python

33 HTML i del del python delete <del> </del> delete( input type ii input type= submit <input type="submit" value=" "> inputsubmit( NAME=, CLASS=, ID=, STYLE= iii input type= reset <input type="reset" value=" "> inputreset( - 3 -

34 HTML iv input type= image 3 <input type="image" src=" " alt=" " name ="cgi name"> inputimage(,, cgi name v input type= checkbox 2 <input type="checkbox" name="cgi name" value=" "> checkbox( cgi name, CHECKED=, CLASS=, ID=, STYLE= vi input type= hidden 2 <input type="hidden" value=" " name ="cgi name">

35 HTML hidden(, cgi name vii input type= password <input type="password" name ="cgi name"> password( cgi name SIZE=, VALUE=, MAXLENGTH=, CLASS=, ID=, STYLE= viii input type= text <input type="text" name ="cgi name"> text( cgi name SIZE=, VALUE=, MAXLENGTH=, CLASS=, ID=, STYLE= ix input type= radio 2 <input type="radio" value=" " name ="cgi name">

36 HTML radio(, cgi name CHECKED=, CLASS=, ID=, STYLE= 3 i html commnet( <!-- --> 4 HTML \n HTML 7 PY PY HTML python PY.py HTML.html

37 HTML

NOWPAP

NOWPAP 1995 2001 2007 2009 7 15 2010 1 26 20 8 198km 4 2009 2011 22 21 20 i 22 503 810 22 ii 21 7 21 82 NOWPAP iii 2010 85 242 1 1990 5 2 iv 48 1991 3 24 v 23 13 7 18 6900 5 4400 4 1 2010 511 2 3 1989 1996 2003

More information

29 5 v 2000 vi

29 5 v 2000 vi 28 2018. 3 2017 11 30 i ii iii 1549 iv 2017 29 5 v 2000 vi 30 2018. 3 10 18 R. 1549 1. 直ちに行われた社会事業 1549 8 15 8 31 1534 16 vii 19 11 11 4 1551 11 2 3 1549 1 12 viii 1549 1555 1557 12 2010 32 2018. 3 ix

More information

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2

1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 XHTML DOM JavaScript 2 2008 7 1 1 1 1.1............................. 1 1.2....................... 1 2 HTML 2 2.1 web HTML......................... 2 2.1.1 HTML.................... 2 2.1.2 HTML.........................

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII XIX XX XXI XXII XXIII XXIV XXV XXVI XXVII XXVIII 1 1. 2 3 2. 4 1 5 6 7 8 9 10 1 2 3 11 3. 12 13 14 1 2 3 15 4 5 16 1 2 3 17 4 18 4. 1 2

More information

individual

individual 仮構世界とフィギュアと自己同一性 初音ミク 惣流 / 式波 アスカ ラングレー 戦場ヶ原ひたぎ ブラック ロックシューターの人格特性 1. 初音ミク vocaloid individual VOCALOID VOCALOID Meiko Kaito Vocaloid VOCALOID [ 図 1] VOCALOID 初音ミク のパッケージ イラスト i ii [ 図 2] グッドスマイルカンパニー

More information

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID

~/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/

More information

コンピュータサイエンス 1. ウェブの基本

コンピュータサイエンス 1. ウェブの基本 1. Chris Plaintail May 18, 2016 1 / 27 1 2 HTML HTML 3 CSS style 2 / 27 HTML HTML HTML HTML CSS HTML CSS 3 / 27 4 / 27 HTML HTML, CSS HTML, CSS http, https file CSS HTML CSS.html PC file:// PC.html 5 /

More information

コンピュータサイエンス 4. ウェブプログラミング

コンピュータサイエンス 4. ウェブプログラミング 4. Chris Plaintail 2014 1 / 43 1 HTML CSS 2 JavaScript DOM jquery 3 4 PHP SQL PHP SQL 2 / 43 HTML HTML CSS HTML Ajax (Asynchronous JavaScript + XML) PHP SQL 3 / 43 HTML, CSS http, https CSS HTML CSS.html

More information

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix

* * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * ** * ** ix * * * * * * * * ** * * * ** * ** * ** * * * * * * ** * * * * * ** * ** = viii * * * ** ** ** * ** * ** * ** * ** * ** ** * * ** * ** *** **** * ** * * * ** * * ** *** **** * * * * * * * * * * ** * * **

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション HTMLガイダンス 1 HTMLを 用 いたUI 設 定 2 色 々な 見 え 方 で 画 面 に 表 示 されるWebページ 全 て 文 字 /キャラクタで 表 現 されたデータの 集 まり HTML(Hyper Text Markup Language) パソコン 等 のインターネット 端 末 のブラウザソフトで 文 書 情 報 を 表 示 するときに 用 いられるプログラム 言 語 の 一 種

More information

困ったときのQ&A

困ったときのQ&A Help i 1 ii iii v iv 2 C Alt Delete v iv vii vi vii vi viii ix x x xi 1 2 3 4 5 xii xiii xiv xv xvi xvii c c c xviii xix P A R T 1 P A R T 2 xx P A R T 3 xxi P A R T 4 xxii xxiii P A R T 1 2 1 1 2 3

More information

Color MultiWriter 9900C/9800C ユーザーズマニュアル

Color MultiWriter 9900C/9800C ユーザーズマニュアル l l l l l i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi xvii xviii xix xx xxi xxii xxiii xxiv xxv xxvi 1.1 1 2 3 1 1 4 5 1 1 6 7-1 1.2 1 8 1.3 1 9 1 1.3.1 10 1 2 11 1 1 1.3.2 12 13 1 1 14 1.4

More information

...... ......

More information

橡tsukii.PDF

橡tsukii.PDF WTO 4 WTO WTO WTO WTO (i) (ii) (iii) iv 2001 WTO 1 11 WTO GDP WTO WTO Dr Supachai Panichpakdi China and the WTO WTO WTO WTO WTO WTO 2001 11 1978 WTO (v) WTO WTO 1945 ITO ITO 1947 WTO GATT 23 GATT 1995

More information

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................

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...........................

More information

HTML HTML HTML 4.1 4.2 4.3 4.4 14 15 16 17

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

More information

388-356697252-2.pdf

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]

More information

『保守の比較政治学』

『保守の比較政治学』 v vi vii viii ix x xi xii xiii xiv 3 3 3 9 20 25 25 27 30 32 37 xvi 43 47 57 57 60 66 72 74 81 81 83 86 91 xvii 98 101 111 111 111 115 118 125 128 135 135 136 143 151 157 xviii 163 163 167 173 179 185

More information

HTML5 による Webサイト制作の基本 株式会社サイバーガーデン 益子 貴寛 2012年4月7日 土曜日 CSS Nite in OKAYAMA, Vol.2 with Microsoft アップル http://www.apple.com/jp/ ローソン http://www.lawson.co.jp/

More information

7 i 7 1 2 3 4 5 6 ii 7 8 9 10 11 1 12 13 14 iii.......................................... iv................................................ 21... 1 v 3 6 7 3 vi vii viii ix x xi xii xiii xiv xv 26 27

More information

9 i 9 1 2 3 4 5 6 ii 7 8 9 10 11 12 .......................................... iii ... 1... 1........................................ 9 iv... v 3 8 9 3 vi vii viii ix x xi xii xiii xiv 34 35 22 1 2 1

More information

i ii iii iv v vi vii viii ix x xi xii xiii xiv xv xvi 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 44

More information

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...

More information

iii Urdang 1979 iv v 10 Berger vi

iii Urdang 1979 iv v 10 Berger vi Women s history in Ghana: Changes of colonial Akan women s role Shino Notsu i ii 19 20 1960 1970 1975 10 1970 iii Urdang 1979 iv v 10 Berger vi vii 1970 viii ix 2001:33 xi xii Akan Ga Ewe Dagomba Gonja

More information

モール管理者マニュアル Ver.1.0

モール管理者マニュアル Ver.1.0 1 Html 編 集 ツール 補 足 マニュアル Ver.1.0 株 式 会 社 ソフトクリエイト 2012/11/14 目 次 1. Html について... 3 1.1. Html とは... 4 1.2. Html タグの 基 本... 5 1.2.1. HTML タグの 基 礎... 5 1.2.2. HTML タグの 種 類 ( 主 要 タグ)... 7 2. Html 編 集 ツール...

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ HTTP/2 HTTP/1.1 (1999 ) 2015 5 RFC7540! Google SPDY ( ) 1 TCP TCP TLS HTTP Upgrade HTTP 1 HPACK 1 / 24 3 : HTTP : HTML4 2 / 24 testform.html: POST testform2.html: GET iedemo: IE default.css: CSS proxy.pac:

More information

14 1 5 2 15 2 6 3 6 . i common law ii iii. i 1997 337 ii 49 7 1977 249 iii 3 iv martial rule. 8 14 31 70 iv p.28 p.31 4 a. v vi vii b. viii ix v 1999 vi 1 1961 vii 17 1957 viii 1983 ix 1998 5 x 3 2

More information

Step2 入門

Step2 入門 ii iii iv v vi NEC Corporation 1999 vii C O N T E N T S PART 1 PART 2 PART 3 viii PART 4 ix C O N T E N T S PART 5 x PART 6 xi C O N T E N T S PART 7 xii PART 8 PART 9 xiii C O N T E N T S xiv xv PART

More information

ホームページ制作スターターズ

ホームページ制作スターターズ HTML タグ はじめての 方 ガイド Ver1.0 1 < 目 次 > 1ホームページ 構 造 2HTML タグ 3スタイルシート Copyright ナレッジコーディネーター All Rights Reserved. 2 第 1 章 ホームページ 構 造 Copyright ナレッジコーディネーター All Rights Reserved. 3 1HTMLとは ウェブ 上 の 文 書 を 記 述

More information

3 1 5 1.1....................................... 6 1.2.......................................... 6 1.3..................................... 7 1.4.................................... 8 1.4.1.............................

More information

数の話おまけ

数の話おまけ 4 7 2016 8 11 1 5 """" (Oz) i 8 10 2 8 1961 N = R f p n e f l f i f c L N 10 N >> 1 10 10 ii 12 13 14 12 () 321() 420() 521() 622 () 723() 823() 923() 1024 () 1123() 1222() 121() 219 () 13 (Via Dolorosa)

More information

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis >

(1) <html>,,,,, <> ( ) (/ ) (2) <!DOCTYPE html> HTML5 (3) <html> HTML (4) <html lang= ja > html (ja) (5) JavaScript CSS (6) <meta charset= shift jis > HTML HTML HyperText Markup Language (Markup Language) (< > ) 1 sample0.html ( ) html sample0.html // JavaScript

More information

untitled

untitled MoogaOne 1. MoogaOne... 1 2. MoogaOne... 1 3.... 1 4.... 1 5.... 2 6.... 2 1.... 2 2.... 2 3. Template.htm... 2 4. index.htm... 4 [ ]... 4 5.... 4 6.... 6 7.... 6 8.... 6 [Template.htm Template-e.htm

More information

CONTENTS 0 1 2 3 4 5 6 7 8 9 10 0 viii ix x http://www.vector.co.jp/vpack/filearea/win/writing/edit/hm/index.html http://hidemaru.xaxon.co.jp/lib/macro/index.html ftp://ftp.m17n.org/pub/mule/windows/ http://www.yatex.org/

More information

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次

ITR Market View:ECサイト構築/決済代行/CMS/SMS送信市場2018目次 ITR Market View EC CMS SMS 2018... 1 1-1... 2 1-2... 3 1-2-1... 3 1-2-2... 5 1-2-3... 5 1-2-4... 5 1-3... 6... 11 2-1 EC... 12 2-1-1... 12 2-1-2... 15 2-1-2-1... 15 2-1-2-2... 22 2-1-2-3... 24 2-1-2-4...

More information

経営論集2011_07_小松先生.indd

経営論集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

More information

™…

™… i 1 1 1 2 3 5 5 6 7 9 10 11 13 13 14 15 15 16 17 18 20 20 20 21 22 ii CONTENTS 23 24 26 27 2 31 31 32 32 33 34 37 37 38 39 39 40 42 42 43 44 45 48 50 51 51 iii 54 57 58 60 60 62 64 64 67 69 70 iv 70 71

More information

p { color: yellow } div#hoge { color: green; } div.fuga { color: red; } div { color: orange; } div[id=hoge] { color: blue; } div#hoge

More information

レーザビームプリンタ Satera ユーザーズガイド

レーザビームプリンタ Satera ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x xi xii a b c d b c d a xiii xiv xv xvi xvii xviii xix xx 1 CHAPTER 1-1 1-2 1-3 1-4 b a n m l k j c d f g e i h a b c d

More information

6 2 1

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

More information

Microsoft PowerPoint - マークアップガイドライン_201305.ppt [互換モード]

Microsoft PowerPoint - マークアップガイドライン_201305.ppt [互換モード] COPYRIGHT 2013 CYBRiDGE CORPORATION COPYRIGHT 2013 CYBRiDGE CORPORATION 2 TEL [] COPYRIGHT 2013 CYBRiDGE CORPORATION 3 XHTML XHTML 1.0 Strict XHTML 1.0 Strict

More information

1

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

More information

パソコン機能ガイド

パソコン機能ガイド PART12 ii iii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 3 1 4 5 1 6 1 1 2 7 1 2 8 1 9 10 1 11 12 1 13 1 2 3 4 14 1 15 1 2 3 16 4 1 1 2 3 17 18 1 19 20 1 1

More information

パソコン機能ガイド

パソコン機能ガイド PART2 iii ii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 1 3 4 1 5 6 1 2 1 1 2 7 8 9 1 10 1 11 12 1 13 1 2 3 14 4 1 1 2 3 15 16 1 17 1 18 1 1 2 19 20 1 21 1 22

More information

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl

3.4 con: 3.5 ws: 3.6 newpage: (TeX ) 3.7 clearpage: (TeX ) 4. 4.1 4.2 4.3 :QMath 1 1.1 XeX XML1.0 XML DTD (Document Type Definition, ) DTD XeX jarticl 2000-11-29 2005-04-20 XeX IMS:20001129001; NDC:021.4; keywords:, ; 1. 1.1 1.2 1.3 1.4 1.5 1.6 2. HTML 2.1 p: 2.2 br: 2.3 cite: 2.4 blockquote: 2.5 em: 2.6 strong: 2.7 sup: 2.8 sub: 2.9 ul: 2.10 ol: 2.11

More information

第3学年    学習指導案

第3学年    学習指導案 Web Page 2 -1- myhome.htm html head title my home page /title /head body Welcome to Sasaki's Home page /body /html myhom e.htm html /htmlhead /headtitle /title body /body myhome.htm -2- myhome.htm body

More information

07_経営論集2010 小松先生.indd

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

More information

SPP24_Program_WOC(J)-15

SPP24_Program_WOC(J)-15 9:00-9:10 9:20-10:00 Invited Lecture A1-01-I 1 10:00-10:20 A1-02 3 10:20-10:40 A1-03 5 9:20-9:40 B1-01 7 9:40-10:00 B1-02 9 10:00-10:20 B1-03 11 10:20-10:40 B1-04 13 - i - 11:00-12:00 Plenary Lecture S-01

More information

PowerPoint Presentation

PowerPoint Presentation HTML5 Level.1 Markup Professional HTML5 Level.2 Application Development Professional http://www.html5exam.jp/ @html5cert https://www.facebook.com/html5exam

More information

ユーザーズガイド

ユーザーズガイド JPN CD-ROM CD-ROM CD-ROM CD-ROM ii iii iv v vi vii viii ix x 11 xi xii xiii xiv a b c d b c d a a xv xvi xvii xviii xix xx xxi xxii 1 CHAPTER 1-1 1-2 1-3 1-4 1-5 1-6 a g h i j b c k l m d e f a b c d

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1998 v C O N T E N T S PART 1 vi vii viii ix x xi xii PART 2 xiii PART 3 xiv P A R T 1 3 1 2 PART 3 4 2 1 1 2 4 3 PART 1 4 5 5 6 PART 1 7 8 PART 1 9 1 2 3 1 2 3 10 PART 1 1 2

More information

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.

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

More information

html_text

html_text HTML の 基 礎 2015.12.15 1. HTML ファイルの 構 成 1.1. HTML とは? Web ブラウザでホームページを 表 示 するためには,HTML(Hyper Text Markup Language)と 呼 ぶ 言 語 で 記 述 す る 必 要 が あ り ま す.HTML 形 式 のファイルは < と > で 囲 んだ 予 約 語 (タグ)を 含 むテキストファイルで,Web

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV 1. 2 3 4 5 2. 6 7 8 3. 1 2 3 9 4 5 10 6 11 4. 1 2 3 1 2 12 1 2 3 1 2 3 13 14 1 2 1 15 16 1. 20 1 21 1 22 23 1 2 3 4 24 1 2 ok 25 1 2 26 1 2 3 27 2. 28

More information

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. 1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................

More information

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1...............

1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1............... 1 1 1............................ 1 2............................ 1 3 HTML5 CSS3................... 2 4........................ 2 2 3 1.............................. 3 2........................... 3 3......................

More information

m_sotsuron

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

More information