PowerPoint Presentation

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

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.

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

6 2 1

1

untitled

ch31.dvi


</div> </div> </body> </html> CSS の記述 (3DCubeAnime1.css) #stage ステージのスタイルを指定します 背景色を黒色で指定します 画像に軽く遠近感を出すために perspective: 1000px; と指定し perspective-orig

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

<!DOCTYPE html> <html> <head> <title>titleanime01</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="titleanime01.css"> </hea

SVG資料第6回目(その3) SVGとHTMLの間でデータを交換する

サンプル CSS web ページを開くと同時にピエロの玉乗りが動き出すアニメーションを作ってみましょう AnimeAuto の説明 HTML の記述 (AnimeAuto.html) ピエロの画像に pierrot という id を 玉の画像に ball という id を付けておきます <!DOCT

サンプル CSS OutlineAnimation.html の説明 HTML の記述 (OutlineAnimation.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 div1 の div 要素を記述し 中にテキストで Out

HTML HTML HTML

transform: translatex(x 方向の移動距離 ) transform: translatey(y 方向の移動距離 ) transform: translate(x 方向の移動距離, Y 方向の移動距離 ) transform: translate 関数は 移動する位置ではなく 移動

_勉強会_丸山さつき_v3

FileList Convert a pdf file!

CSS

( 注 )Safari (webkit 系ブラウザ ) と Chrome(webkit にも対応 ) は テキストの輪郭や色を -webkit-text-stroke-width -webkit-text-stroke-color -webkit-text-fill-color のプロパティで描くこ

年刊EDP 2003

第6回 CSS入門(つづき)

背景の線形グラデーションをアニメーションのように見せる方法は 前章の #div4 ボックスと同じ方法です ( 注 )Safari (webkit 系ブラウザ ) と Chrome(Webkit にも対応 ) は テキストの輪郭や色を -webkit-text-stroke-width -webkit

m_sotsuron


pdf

MorphAndTextAnime の説明 HTML の記述 (MorphAndTextAnime.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 div1 の div 要素を記述し 中につぎの記述をします id 属性 div2

padding( パディング ) padding プロパティでボックスの内側の余白を指定します この部分の内側には背景 ( 背景色や背景画像 ) を表示できます border( ボーダー ) border プロパティでボックスの境界線を指定します ボーダーには色 太さ 線の種類を指定できます 画像で

Microsoft PowerPoint - CSS(Cascading Style Sheets)の基本.pptx

MovingTextsAnime1 の説明 HTML の記述 (MovingTextsAnime1.html) id 属性 stage の div 要素 ( アニメーションが動くステージ ) を作り その中にボックスやテキストを記述します id 属性 div1 のdiv 要素から id 属性 div

ウェブデザイン技能検定学科試験 2 級 1. 各設問において 正しいものは 1 を 間違っているものは 2 を 該当設問の解答欄に記せ 第 1 問 文字実体参照の は 改行しない半角スペースを表示する 第 2 問 HTML 5.2 では コメントの中に連続したハイフンを入れることができる 第 3 問

画像 images/ SpaceShuttle.png を指定します <!DOCTYPE html> <html> <head> <title>circleanime1</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/

untitled

インターネットマガジン2000年9月号―INTERNET magazine No.68

3 3.1 SSedit ua012345% ssedit SuperSQL config.ssql log.txt( logs.txt) SSedit SSedit 3.2 ssql Putty SSedit ua012345% ssql HTML /public html/ssql.ssql 4

をさせる ) ような場合に それぞれの要素に id 属性で id 名を指定している場合には CSS の id セレクタごとにアニメーションでプロパティを指定する必要があります class セレクタ.class 名 { プロパティ名 : 値 ; HTML 文書で class 属性 ( class="

Transcription:

HTML5 Level.1 Markup Professional HTML5 Level.2 Application Development Professional

http://www.html5exam.jp/ @html5cert https://www.facebook.com/html5exam

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title> </title> </head> <body> </body> </html>

A. <!DOCTYPE html> B. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"> C. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> D. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> E. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd">

A. html B. head C. meta D. title E. body

A. html B. head C. meta D. title E. body

<link rel="stylesheet" href="style.css"> <style> </style> <script> </script> type="text/css" type="text/javascript"

center, font, basefont big, strike, acronym, tt applet, dir, isindex frameset, frame, noframes

body text, link, vlink, alink, bgcolor, background align, valign, border, size, width, height

A. align B. name C. border D. width E. height

small, strong, i, b, s, u hr, dl

<footer> <ul> <li><a href=" "> </a></li> <li><a href=" "> </a></li> <li><a href=" "> </a></li> </ul> <p> <small>copyright 2016. All rights reserved.</small> </p> </footer>

<h1> 1 <strong>!?</strong></h1> <p> <strong> </strong> </p>

<article> <hr> <p> HTML5 </p> </article>

<dl> <dt><dfn> </dfn></dt> <dd> </dd> </dl>

<dl> <dt> </dt><dd> </dd> <dt> </dt><dd> </dd> </dl> <p> </p> <p> </p>

<p> <i>marsupenaeus japonicus</i> </p>

<p> <b>wai-aria</b> </p>

<p> <s>9,800 </s> 4,980 </p>

<p> This <u>izu</u> a pen. </p>

63

<ruby> <rb> </rb> <rt> </rt> </ruby>

<ruby> <rb> </rb><rb> </rb> <rt> </rt><rt> </rt><rt> </rt> </ruby>

<ruby> <rb> </rb><rb> </rb> <rt> </rt><rt> </rt><rt> </rt> <rtc> <rt>osha</rt><rt>man</rt><rt>be</rt> </rtc> </ruby>

<ruby> <rb> </rb> <rp> </rp><rt> </rt><rp> </rp> </ruby>

http://www.w3.org/tr/html5/dom.html#global-attributes

<ol> <li data-length="11m32s"> </li> <li data-length="08m55s"> </li> <li data-length="22m04s"> </li> <li data-length="13m46s"> </li> <li data-length="30m00s"> </li> </ol>

Web Accessibility Initiative Accessible Rich Internet Applications

<ul> <li> 1</li> <li> 2</li> <li> 3</li> </ul> <div> 1 </div> <div> 2 </div> <div> 3 </div>

<ul role="tablist"> <li role="tab"> 1</li> <li role="tab"> 2</li> <li role="tab"> 3</li> </ul> <div role="tabpanel"> 1 </div> <div role="tabpanel"> 2 </div> <div role="tabpanel"> 3 </div>

<tablist> <tab> 1</tab> <tab> 2</tab> <tab> 3</tab> </tablist> <tabpanel> 1 </tabpanel> <tabpanel> 2 </tabpanel> <tabpanel> 3 </tabpanel>

<ul role="tablist"> <li role="tab" id="t1"> 1</li> <li role="tab" id="t2" > 2</li> <li role="tab" id="t3" > 3</li> </ul> <div role="tabpanel" aria-labelledby="t1"> </div> <div role="tabpanel" aria-labelledby="t2" > </div> <div role="tabpanel" aria-labelledby="t3" > </div>

<h1 role="presentation"> </h1> <p role="presentation" > </p> <div> </div>

<table role="presentation"> <tr> <td aria-owns="rd1 rd2" id="sex"> </td> <td role="radiogroup" aria-labelledby="sex"> <label><input type="radio" id="rd1" > </label> <label><input type="radio" id="rd2" > </label> </td> </tr> </table>

A. id="" B. id="123" C. id="_abc" D. id="(^_^;)" E. id="top container"

A. <a> </a> B. <a name=" "> </a> C. <a target=" "> </a> D. <a href=" " download=" "> </a> E. <a href=" "><h1> </h1></a>

A. alt B. width C. height D. width E. height

A. border="" B. border="0" C. border="1" D. border="2" E. border="1025"

Tables should not be used as layout aids. If a table is to be used for layout it must be marked with the attribute role="presentation".

div.inner div.inner 0 0 1 0 1 0 0 1 1

#logo div#logo body div#logo 1 0 0 1 0 1 1 0 2

rgb( Red, Green, Blue ) rgba( Red, Green, Blue, Alpha )

color: rgba( 255, 255, 255, 0.0 ); color: rgba( 255, 255, 255, 0.2 ); color: rgba( 255, 255, 255, 0.4 ); color: rgba( 255, 255, 255, 0.6 ); color: rgba( 255, 255, 255, 0.8 ); color: rgba( 255, 255, 255, 1.0 ); The HTML5 Logo is licensed under Creative Commons Attribution 3.0. Unported by the W3C; http://creativecommons.org/licenses/by/3.0/

hsla( Hue, Saturation, Lightness, Alpha ) 0 0% 0% 0.0 360 100% 100% 1.0

330 0 30 300 270 240 60 90 120 210 150 180

#box01{ opacity: 0.1 }; #box02{ opacity: 0.2 }; #box03{ opacity: 0.3 }; #box04{ opacity: 0.4 }; #box05{ opacity: 0.5 }; #box06{ opacity: 0.6 }; #box07{ opacity: 0.7 }; #box08{ opacity: 0.8 }; #box09{ opacity: 0.9 }; #box10{ opacity: 1.0 }; The HTML5 Logo is licensed under Creative Commons Attribution 3.0. Unported by the W3C; http://creativecommons.org/licenses/by/3.0/

transform: rotate(45deg); transform: translate(50px); transform: scale(1.5);

transform: rotate(45deg);

transform: translate(100px, 50px); = position: relative; left: 100px; top: 50px;

transform: scale(2.0);

transform: scale(2) rotate(45deg);

Demo

Demo

http://www.w3.org/tr/html5/browsers.html#offline

http://www.w3.org/tr/html5/browsers.html#manifests

<!DOCTYPE html> <html lang="ja" manifest=".appcache"> </html>.appcache text/cache-manifest UTF-8

CACHE MANIFEST CACHE: styles/default.css images/background.png NETWORK: comm.cgi FALLBACK: offline.html SETTINGS: prefer-online

CACHE MANIFEST # # # styles/default.css images/background.png NETWORK: * FALLBACK: offline.html

<link media="screen" > <style media="screen" > </style> @media screen { }

<link media="screen " > <style media="screen " > </style> @media screen { }

dpi dots per inch dpcm dots per centimeter

<link media="screen and (max-width: 1000px)" > <link media="only screen and (min-width: 500px) and (max-width: 1000px)" >

Open the Future with HTML5.