Count on me song - Bruno Mars

Size: px
Start display at page:

Download "Count on me song - Bruno Mars"

Transcription

1 Extrait du Mr & Mrs Basket's Website Count on me song - Bruno Mars Count on me song - Bruno Mars - Thèmes - Friendship - Date de mise en ligne : mercredi 21 septembre 2011 Mr & Mrs Basket's Website Copyright Mr & Mrs Basket's Website Page 1/18

2 Count On Me : Bruno Mars <! Made with executable version : Rhubarb Version 3.1 Release 0 Build 7 > <! The following insertion allows you to add your own code directly to this head tag from the configuration screen > /* This is the CSS stylesheet used in the exercise. */ /* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */ /* Made with executable version : Rhubarb Version 3.1 Release 0 Build 7 */ body font-family : Geneva,Arial,sans-serif ; background-color : #a6d1f9 ; margin-right : 5% ; margin-left : 5% ; font-size : small ; p text-align : left ; margin : 0px ; font-size : 100% ; Copyright Mr & Mrs Basket's Website Page 2/18

3 div,span,td font-size : 100% ; div.titles padding : 0.5em ; text-align : center ; button font-family : Geneva,Arial,sans-serif ; font-size : 100% ; display : inline ;.ExerciseTitle font-size : 140% ;.ExerciseSubtitle font-size : 120% ; Copyright Mr & Mrs Basket's Website Page 3/18

4 div.stddiv background-color : #ffffff ; text-align : center ; font-size : 100% ; padding : 8px ; border-width : 1px 1px 1px 1px ; border- margin-bottom : 1px ; div#timer padding : 0.25em ; margin-left : auto ; margin-right : auto ; text-align : center ; span#timertext padding : 0.25em ; border-width : 1px ; Copyright Mr & Mrs Basket's Website Page 4/18

5 font-weight : bold ; display : none ; span.instructions div.story text-align : left ; font-family : Geneva,Arial,sans-serif ; background-color : #a6d1f9 ; margin-left : 5% ; margin-right : 5% ; margin-bottom : 1.0em ; padding : 0.5em ; border-width : 1px ; border- /* Begin Rhubarb-specific css */ Copyright Mr & Mrs Basket's Website Page 5/18

6 /* End Rhubarb-specific css */ /* Begin Sequitur-specific css */ span.choice table.exercisetable margin-left : auto ; margin-right : auto ; margin-bottom : 2.0em ; button#showwholetext display : none ; /* End Sequitur-specific css */.FuncButton text-align : center ; border-left-color : #ffffff ; border-top-color : #ffffff ; border-right-color : #7f7f7f ; border-bottom-color : #7f7f7f ; Copyright Mr & Mrs Basket's Website Page 6/18

7 background-color : #ffffff ; border-width : 2px ; padding : 3px 6px 3px 6px ; cursor : pointer ;.FuncButtonUp color : #ffffff ; text-align : center ; border-left-color : #ffffff ; border-top-color : #ffffff ; border-right-color : #7f7f7f ; border-bottom-color : #7f7f7f ; background- color : #ffffff ; border-width : 2px ; padding : 3px 6px 3px 6px ; cursor : pointer ;.FuncButtonDown Copyright Mr & Mrs Basket's Website Page 7/18

8 color : #ffffff ; text-align : center ; border-left-color : #7f7f7f ; border-top-color : #7f7f7f ; border-right-color : #ffffff ; border-bottom-color : #ffffff ; background- color : #ffffff ; border-width : 2px ; padding : 3px 6px 3px 6px ; cursor : pointer ; /*BeginNavBarStyle*/ div.navbuttonbar background-color : # ; text-align : center ; margin : 2px 0px 2px 0px ; clear : both ; font-size : 100% ; Copyright Mr & Mrs Basket's Website Page 8/18

9 .NavButton border-left-color : #9fbfbf ; border-top-color : #9fbfbf ; border-right-color : # ; border-bottom-color : # ; background-color : # ; border-width : 2px ; cursor : pointer ;.NavButtonUp border-left-color : #9fbfbf ; border-top-color : #9fbfbf ; border-right-color : # ; border-bottom-color : # ; color : # ; background- border-width : 2px ; cursor : pointer ; Copyright Mr & Mrs Basket's Website Page 9/18

10 .NavButtonDown border-left-color : # ; border-top-color : # ; border-right-color : #9fbfbf ; border-bottom-color : #9fbfbf ; color : # ; background- border-width : 2px ; cursor : pointer ; /*EndNavBarStyle*/ a color : #0000cc ; a:visited color : #0000ff ; a:hover color : #0000cc ; Copyright Mr & Mrs Basket's Website Page 10/18

11 /* Elements added from hp6.cs_ */.FeedbackText div.feedback background-color : #a6d1f9 ; left : 33% ; width : 34% ; top : 33% ; z-index : 1 ; border-width : 1px ; padding : 5px ; text-align : center ; position : absolute ; display : none ; font-size : 100% ; //<![CDATA[ <!-- function Client(){ //if not a DOM browser, hopeless this.min = false; if (document.getelementbyid){this.min = true;}; this.ua = navigator.useragent; this.name = navigator.appname; this.ver = navigator.appversion; //Get data about the browser this.mac = (this.ver.indexof('mac')!= -1); this.win = (this.ver.indexof('windows')!= -1); //Look for Gecko this.gecko = (this.ua.indexof('gecko') > 1); if (this.gecko){ Copyright Mr & Mrs Basket's Website Page 11/18

12 this.geckover = parseint(this.ua.substring(this.ua.indexof('gecko')+6, this.ua.length)); if (this.geckover < ){this.min = false;} } //Look for Firebird this.firebird = (this.ua.indexof('firebird') > 1); //Look for Safari this.safari = (this.ua.indexof('safari') > 1); if (this.safari){ this.gecko = false; } //Look for IE this.ie = (this.ua.indexof('msie') > 0); if (this.ie){ this.iever = parsefloat(this.ua.substring(this.ua.indexof('msie')+5, this.ua.length)); if (this.iever < 5.5){this.min = false;} } //Look for Opera this.opera = (this.ua.indexof('opera') > 0); if (this.opera){ this.operaver = parsefloat(this.ua.substring(this.ua.indexof('opera')+6, this.ua.length)); if (this.operaver < 7.04){this.min = false;} } if (this.min == false){ alert('your browser may not be able to handle this page.'); } //Special case for the horrible ie5mac this.ie5mac = (this.ie&&this.mac&&(this.iever<6)); } var C = new Client(); //for (prop in C){ // alert(prop + ': ' + C[prop]); //} //CODE FOR HANDLING NAV BUTTONS AND FUNCTION BUTTONS //[strnavbarjs] function NavBtnOver(Btn){ if (Btn.className!= 'NavButtonDown'){Btn.className = 'NavButtonUp';} } function NavBtnOut(Btn){ Btn.className = 'NavButton'; } function NavBtnDown(Btn){ Btn.className = 'NavButtonDown'; } //[/strnavbarjs] function FuncBtnOver(Btn){ if (Btn.className!= 'FuncButtonDown'){Btn.className = 'FuncButtonUp';} } function FuncBtnOut(Btn){ Btn.className = 'FuncButton'; } function FuncBtnDown(Btn){ Btn.className = 'FuncButtonDown'; } function FocusAButton(){ if (document.getelementbyid('checkbutton1')!= null){ document.getelementbyid('checkbutton1').focus(); } else{ if (document.getelementbyid('checkbutton2')!= null){ document.getelementbyid('checkbutton2').focus(); } else{ document.getelementsbytagname('button')[0].focus(); } } } //CODE FOR HANDLING DISPLAY OF POPUP FEEDBACK BOX var topz = 1000; function ShowMessage(Feedback){ var Output = Feedback + ' '; document.getelementbyid('feedbackcontent').innerhtml = Output; var FDiv = document.getelementbyid('feedbackdiv'); topz++; FDiv.style.zIndex = topz; FDiv.style.top = TopSettingWithScrollOffset(30) + 'px'; FDiv.style.display = 'block'; ShowElements(false, 'input'); ShowElements(false, 'select'); ShowElements(false, 'object'); //Focus the OK button settimeout("document.getelementbyid('feedbackokbutton').focus()", 50); // } function ShowElements(Show, TagName){ //Special for IE bug -- hide all the form elements that will show through the popup if (C.ie){ var Els = document.getelementsbytagname(tagname); for (var i=0; i<els.length; i++){ if (Show == true){ Els[i].style.display = 'inline'; } else{ Els[i].style.display = 'none'; } } } } function HideFeedback(){ document.getelementbyid('feedbackdiv').style.display = 'none'; ShowElements(true, 'input'); ShowElements(true, 'select'); ShowElements(true, 'object'); if (Finished == true){ Finish(); } } //GENERAL UTILITY FUNCTIONS AND VARIABLES //PAGE DIMENSION FUNCTIONS function PageDim(){ //Get the page width and height this.w = 600; this.h = 400; this.w = document.getelementsbytagname('body')[0].clientwidth; this.h = document.getelementsbytagname('body')[0].clientheight; } var pg = null; function GetPageXY(El) { var XY = {x: 0, y: 0}; while(el){ XY.x += El.offsetLeft; XY.y += El.offsetTop; El = El.offsetParent; } return XY; } function GetScrollTop(){ if (document.documentelement && document.documentelement.scrolltop){ return document.documentelement.scrolltop; } else{ if (document.body){ return document.body.scrolltop; } else{ return window.pageyoffset; } } } function GetViewportHeight(){ if (window.innerheight){ return window.innerheight; } else{ return document.getelementsbytagname('body')[0].clientheight; } } function TopSettingWithScrollOffset(TopPercent){ var T = Math.floor(GetViewportHeight() * (TopPercent/100)); return GetScrollTop() + T; } //CODE FOR AVOIDING LOSS OF DATA WHEN BACKSPACE KEY INVOKES history.back() var InTextBox = false; function SuppressBackspace(e){ if (InTextBox == true){return;} if (C.ie) { thiskey = window.event.keycode; } else { thiskey = e.keycode; } var Suppress = false; if (thiskey == 8) { Suppress = true; } if (Suppress == true){ if (C.ie){ window.event.returnvalue = false; window.event.cancelbubble = true; } else{ e.preventdefault(); } } } if (C.ie){ document.attachevent('onkeydown',suppressbackspace); window.attachevent('onkeydown',suppressbackspace); } else{ if (window.addeventlistener){ window.addeventlistener('keypress',suppressbackspace,false); } } function ReduceItems(InArray, ReduceToSize){ var ItemToDump=0; var j=0; while (InArray.length > ReduceToSize){ ItemToDump = Math.floor(InArray.length*Math.random()); InArray.splice(ItemToDump, 1); } } function Shuffle(InArray){ var Num; var Temp = new Array(); var Len = InArray.length; var j = Len; for (var i=0; i <Len; i++){ Temp[i] = InArray[i]; } for (i=0; i<len; i++){ Num = Math.floor(j * Math.random()); InArray[i] = Temp[Num]; for (var k=num; k < (j-1); k++) { Temp[k] = Temp[k+1]; } j--; } return InArray; } function WriteToInstructions(Feedback) { document.getelementbyid('instructionsdiv').innerhtml = Feedback; } Copyright Mr & Mrs Basket's Website Page 12/18

13 function EscapeDoubleQuotes(InString){ return InString.replace(/"/g, '"') } function TrimString(InString){ var x = 0; if (InString.length!= 0) { while ((InString.charAt(InString.length - 1) == '\u0020') (InString.charAt(InString.length - 1) == '\u000a') (InString.charAt(InString.length - 1) == '\u000d')){ InString = InString.substring(0, InString.length - 1) } while ((InString.charAt(0) == '\u0020') (InString.charAt(0) == '\u000a') (InString.charAt(0) == '\u000d')){ InString = InString.substring(1, InString.length) } while (InString.indexOf(' ')!= -1) { x = InString.indexOf(' ') InString = InString.substring(0, x) + InString.substring(x+1, InString.length) } return InString; } else { return ''; } } function FindLongest(InArray){ if (InArray.length < 1){return -1;} var Longest = 0; for (var i=1; i<inarray.length; i++){ if (InArray[i].length > InArray[Longest].length){ Longest = i; } } return Longest; } //UNICODE CHARACTER FUNCTIONS function IsCombiningDiacritic(CharNum){ var Result = (((CharNum >= 0x0300)&&(CharNum <= 0x370)) ((CharNum >= 0x20d0)&&(CharNum <= 0x20ff))); Result = Result (((CharNum >= 0x3099)&&(CharNum <= 0x309a)) ((CharNum >= 0xfe20)&&(CharNum <= 0xfe23))); return Result; } function IsCJK(CharNum){ return ((CharNum >= 0x3000)&&(CharNum < 0xd800)); } //SETUP FUNCTIONS //BROWSER WILL REFILL TEXT BOXES FROM CACHE IF NOT PREVENTED function ClearTextBoxes(){ var NList = document.getelementsbytagname('input'); for (var i=0; i<nlist.length; i++){ if ((NList[i].id.indexOf('Guess') > -1) (NList[i].id.indexOf('Gap') > -1)){ NList[i].value = ''; } if (NList[i].id.indexOf('Chk') > -1){ NList[i].checked = ''; } } } //EXTENSION TO ARRAY OBJECT function Array_IndexOf(Input){ var Result = -1; for (var i=0; i added var Punc = ' \u0021 \u0022 \u0023 \u0025 \u0026 \u0027 \u0028 \u0029 \u002c \u002d \u002e \u002f \u003a \u003b \u003f \u0040 \u005b \u005c \u005d \u007b \u007d \u00a1 \u00ab \u00ad \u00b7 \u00bb \u00bf \u037e \u0387 \u055a \u055b \u055c \u055d \u055e \u055f \u0589 \u058a \u05be \u05c0 \u05c3 \u05f3 \u05f4 \u060c \u061b \u061f \u066a \u066b \u066c \u066d \u06d4 \u0700 \u0701 \u0702 \u0703 \u0704 \u0705 \u0706 \u0707 \u0708 \u0709 \u070a \u070b \u070c \u070d \u0964 \u0965 \u0970 \u0df4 \u0e4f \u0e5a \u0e5b \u0f04 \u0f05 \u0f06 \u0f07 \u0f08 \u0f09 \u0f0a \u0f0b \u0f0c \u0f0d \u0f0e \u0f0f \u0f10 \u0f11 \u0f12 \u0f3a \u0f3b \u0f3c \u0f3d \u0f85 \u104a \u104b \u104c \u104d \u104e \u104f \u10fb \u1361 \u1362 \u1363 \u1364 \u1365 \u1366 \u1367 \u1368 \u166d \u166e \u169b \u169c \u16eb \u16ec \u16ed \u17d4 \u17d5 \u17d6 \u17d7 \u17d8 \u17d9 \u17da \u17dc \u1800 \u1801 \u1802 \u1803 \u1804 \u1805 \u1806 \u1807 \u1808 \u1809 \u180a \u2010 \u2011 \u2012 \u2013 \u2014 \u2015 \u2016 \u2017 \u2018 \u2019 \u201a \u201b \u201c \u201d \u201e \u201f \u2020 \u2021 \u2022 \u2023 \u2024 \u2025 \u2026 \u2027 \u2030 \u2031 \u2032 \u2033 \u2034 \u2035 \u2036 \u2037 \u2038 \u2039 \u203a \u203b \u203c \u203d \u203e \u2041 \u2042 \u2043 \u2045 \u2046 \u2048 \u2049 \u204a \u204b \u204c \u204d \u207d \u207e \u208d \u208e \u2329 \u232a \u3001 \u3002 \u3003 \u3008 \u3009 \u300a \u300b \u300c \u300d \u300e \u300f \u3010 \u3011 \u3014 \u3015 \u3016 \u3017 \u3018 \u3019 \u301a \u301b \u301c \u301d \u301e \u301f \u3030 \ufd3e \ufd3f \ufe30 \ufe31 \ufe32 \ufe35 \ufe36 \ufe37 \ufe38 \ufe39 \ufe3a \ufe3b \ufe3c \ufe3d \ufe3e \ufe3f \ufe40 \ufe41 \ufe42 \ufe43 \ufe44 \ufe49 \ufe4a \ufe4b \ufe4c \ufe50 \ufe51 \ufe52 \ufe54 \ufe55 \ufe56 \ufe57 \ufe58 \ufe59 \ufe5a \ufe5b \ufe5c \ufe5d \ufe5e \ufe5f \ufe60 \ufe61 \ufe63 \ufe68 \ufe6a \ufe6b \uff01 \uff02 \uff03 \uff05 \uff06 \uff07 \uff08 \uff09 \uff0a \uff0c \uff0d \uff0e \uff0f \uff1a \uff1b \uff1f \uff20 \uff3b \uff3c \uff3d \uff5b \uff5d \uff61 \uff62 \uff63 \uff64 '; var TriedWords = ''; var Correct = 0; var TotalWords = 0; var strfinished = 'Finished!'; var AllDone = false; var Finished = false; var TimeOver = false; var DoneList = new Array(); var Words = new Array(); var BlankWords = new Array(); var FreeWords = new Array(); var Detail = 'Wrong guesses: '; var StartTime = (new Date()).getTime(); var YourScoreIs = 'Your score is: '; var strtimesup = 'Your time is over!'; var FinalScore = 0; function StartUp(){ //[Startup code for getting student id] TotalWords = Words.length; var x = 0; var y = 0; var Temp = ''; for (x=0; x '; Words[x] = ' '; TotalWords--; DoneList[x] = 0; } else{ if (Punc.indexOf(Words[x]) > -1) { BlankWords[x] = Words[x]; TotalWords--; DoneList[x] = 0; } else { Temp = ''; for (y=0; y <Words[x].length; y++) { if (Words[x].charAt(y) == '\''){ Temp += '\''; } else{ Temp += '*'; } } BlankWords[x] = Temp; } } } if (FreeWords.length > 0){ for (x=0; x<freewords.length; x++){ for (y=0; y<words.length; y++){ if (FreeWords[x].toUpperCase() == Words[y].toUpperCase()){ BlankWords[y] = Words[y]; DoneList[y] = 0; TotalWords--; } } } } WriteText(); document.getelementbyid('guess').value = ''; document.getelementbyid('guess').focus(); } function WriteText() { var Output = ''; var x = 0; var LastOne = Copyright Mr & Mrs Basket's Website Page 13/18

14 'Punc'; for (x=0; x<blankwords.length; x++) { if ((Punc.indexOf(BlankWords[x]) == -1) && (LastOne!= 'Punc')) { Output += ' '; } Output += BlankWords[x]; if (Punc.indexOf(BlankWords[x]) > -1) { LastOne = 'Punc'; } else { LastOne = 'NotPunc'; } } document.getelementbyid('stars').innerhtml = Output; } function CheckGuess(){ var Input = TrimString(document.getElementById('Guess').value); if (Input.length < 1){return;}; if (Input.indexOf(' ') < 0){ CheckWord(Input); } else{ var InputWords = Input.split(' '); for (var i=0; i '; Detail += InputWord + ' '; Correct--; } document.getelementbyid('scorebox').innerhtml = Correct + '/' + TotalWords; document.getelementbyid('guess').value = ''; CheckFinished(); if (AllDone == false){ document.getelementbyid('guess').focus(); } } function Hint(){ if (AllDone == true){ return; } var x = 0; var y = 0; //find the first unrevealed word while ((Words[x] == BlankWords[x]) && (x < Words.length - 1)) { x = x + 1; } //find the first incorrect letter while ((Words[x].charAt(y) == BlankWords[x].charAt(y)) && (y < Words[x].length - 1)) { y = y + 1; } BlankWords[x] = Words[x].substring(0, y+1) + BlankWords[x].substring(y+1, BlankWords[x].length); if (BlankWords[x] == Words[x]){ DoneList[x] = 0; } WriteText(); Correct--; document.getelementbyid('scorebox').innerhtml = Correct + '/' + TotalWords; CheckFinished(); document.getelementbyid('guess').focus(); } function CheckFinished(){ var Done = true; for (var x=0; x ' + YourScoreIs + ' ' + FinalScore + '%'); AllDone = true; Finish(); } } function Finish(){ //If there's a form, fill it out and submit it var F = document.getelementbyid('store'); if (F!= null){ F.starttime.value = StartTime; F.endtime.value = (new Date()).getTime(); F.mark.value = FinalScore; F.detail.value = Detail; F.submit(); } } function Solution(){ //Save current score for (var i=0; i<words.length; i++){ BlankWords[i] = Words[i]; DoneList[i] = 0; } WriteText(); CheckFinished(); } Words[0] = '\u0049\u0066'; Words[1] = '\u0079\u006f\u0075'; Words[2] = '\u0065\u0076\u0065\u0072'; Words[3] = '\u0066\u0069\u006e\u0064'; Words[4] = '\u0079\u006f\u0075\u0072\u0073\u0065\u006c\u0066'; Words[5] = '\u0073\u0074\u0075\u0063\u006b'; Words[6] = '\u0069\u006e'; Words[7] = '\u0074\u0068\u0065'; Words[8] = '\u006d\u0069\u0064\u0064\u006c\u0065'; Words[9] = '\u006f\u0066'; Words[10] = '\u0074\u0068\u0065'; Words[11] = '\u0073\u0065\u0061'; Words[12] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[13] = '\u0049\u0027\u006c\u006c'; Words[14] = '\u0073\u0061\u0069\u006c'; Words[15] = '\u0074\u0068\u0065'; Words[16] = '\u0077\u006f\u0072\u006c\u0064'; Words[17] = '\u0074\u006f'; Words[18] = '\u0066\u0069\u006e\u0064'; Words[19] = '\u0079\u006f\u0075'; Words[20] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[21] = '\u0049\u0066'; Words[22] = '\u0079\u006f\u0075'; Words[23] = '\u0065\u0076\u0065\u0072'; Words[24] = '\u0066\u0069\u006e\u0064'; Words[25] = '\u0079\u006f\u0075\u0072\u0073\u0065\u006c\u0066'; Words[26] = '\u006c\u006f\u0073\u0074'; Words[27] = '\u0069\u006e'; Words[28] = '\u0074\u0068\u0065'; Words[29] = '\u0064\u0061\u0072\u006b'; Words[30] = '\u0061\u006e\u0064'; Words[31] = '\u0079\u006f\u0075'; Words[32] = '\u0063\u0061\u006e\u0027\u0074'; Words[33] = '\u0073\u0065\u0065'; Words[34] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[35] = '\u0049\u0027\u006c\u006c'; Words[36] = '\u0062\u0065'; Words[37] = '\u0074\u0068\u0065'; Words[38] = '\u006c\u0069\u0067\u0068\u0074'; Words[39] = '\u0074\u006f'; Words[40] = '\u0067\u0075\u0069\u0064\u0065'; Words[41] = '\u0079\u006f\u0075'; Words[42] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[43] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[44] = '\u0046\u0069\u006e\u0064'; Words[45] = '\u006f\u0075\u0074'; Words[46] = '\u0077\u0068\u0061\u0074'; Words[47] = '\u0077\u0065\u0027\u0072\u0065'; Words[48] = '\u006d\u0061\u0064\u0065'; Words[49] = '\u006f\u0066'; Words[50] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[51] = '\u0057\u0068\u0065\u006e'; Words[52] = '\u0077\u0065'; Words[53] = '\u0061\u0072\u0065'; Words[54] = '\u0063\u0061\u006c\u006c\u0065\u0064'; Words[55] = '\u0074\u006f'; Words[56] = '\u0068\u0065\u006c\u0070'; Words[57] = '\u006f\u0075\u0072'; Words[58] = '\u0066\u0072\u0069\u0065\u006e\u0064\u0073'; Words[59] = '\u0069\u006e'; Words[60] = '\u006e\u0065\u0065\u0064'; Words[61] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[62] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[63] = '\u0059\u006f\u0075'; Words[64] = '\u0063\u0061\u006e'; Words[65] = '\u0063\u006f\u0075\u006e\u0074'; Words[66] = '\u006f\u006e'; Words[67] = '\u006d\u0065'; Words[68] = '\u006c\u0069\u006b\u0065'; Words[69] = '\u006f\u006e\u0065'; Words[70] = '\u002c\u0020'; Words[71] = '\u0074\u0077\u006f'; Words[72] = Copyright Mr & Mrs Basket's Website Page 14/18

15 '\u002c\u0020'; Words[73] = '\u0074\u0068\u0072\u0065\u0065'; Words[74] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[75] = '\u0049\u0027\u006c\u006c'; Words[76] = '\u0062\u0065'; Words[77] = '\u0074\u0068\u0065\u0072\u0065'; Words[78] = '\u0061\u006e\u0064'; Words[79] = '\u0049'; Words[80] = '\u006b\u006e\u006f\u0077'; Words[81] = '\u0077\u0068\u0065\u006e'; Words[82] = '\u0049'; Words[83] = '\u006e\u0065\u0065\u0064'; Words[84] = '\u0069\u0074'; Words[85] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[86] = '\u0049'; Words[87] = '\u0063\u0061\u006e'; Words[88] = '\u0063\u006f\u0075\u006e\u0074'; Words[89] = '\u006f\u006e'; Words[90] = '\u0079\u006f\u0075'; Words[91] = '\u006c\u0069\u006b\u0065'; Words[92] = '\u0066\u006f\u0075\u0072'; Words[93] = '\u002c\u0020'; Words[94] = '\u0074\u0068\u0072\u0065\u0065'; Words[95] = '\u002c\u0020'; Words[96] = '\u0074\u0077\u006f'; Words[97] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[98] = '\u0041\u006e\u0064'; Words[99] = '\u0079\u006f\u0075\u0027\u006c\u006c'; Words[100] = '\u0062\u0065'; Words[101] = '\u0074\u0068\u0065\u0072\u0065'; Words[102] = '\u0027\u0063\u0061\u0075\u0073\u0065'; Words[103] = '\u0074\u0068\u0061\u0074\u0027\u0073'; Words[104] = '\u0077\u0068\u0061\u0074'; Words[105] = '\u0066\u0072\u0069\u0065\u006e\u0064\u0073'; Words[106] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[107] = '\u0041\u0072\u0065'; Words[108] = '\u0073\u0075\u0070\u0070\u006f\u0073\u0065\u0064'; Words[109] = '\u0074\u006f'; Words[110] = '\u0064\u006f'; Words[111] = '\u002c\u0020'; Words[112] = '\u006f\u0068'; Words[113] = '\u0079\u0065\u0061\u0068'; Words[114] = '\u002c\u0020'; Words[115] = '\u006f\u006f\u0068'; Words[116] = '\u002c\u0020'; Words[117] = '\u006f\u006f\u0068'; Words[118] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[119] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[120] = '\u0049\u0066'; Words[121] = '\u0079\u006f\u0075'; Words[122] = '\u2019'; Words[123] = '\u0072\u0065'; Words[124] = '\u0074\u006f\u0073\u0073'; Words[125] = '\u0061\u006e\u0064'; Words[126] = '\u0079\u006f\u0075'; Words[127] = '\u2019'; Words[128] = '\u0072\u0065'; Words[129] = '\u0074\u0075\u0072\u006e\u0069\u006e\u0067'; Words[130] = '\u0061\u006e\u0064'; Words[131] = '\u0079\u006f\u0075'; Words[132] = '\u006a\u0075\u0073\u0074'; Words[133] = '\u0063\u0061\u006e\u0027\u0074'; Words[134] = '\u0066\u0061\u006c\u006c'; Words[135] = '\u0061\u0073\u006c\u0065\u0065\u0070'; Words[136] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[137] = '\u0049\u0027\u006c\u006c'; Words[138] = '\u0073\u0069\u006e\u0067'; Words[139] = '\u0061'; Words[140] = '\u0073\u006f\u006e\u0067'; Words[141] = '\u0062\u0065\u0073\u0069\u0064\u0065'; Words[142] = '\u0079\u006f\u0075'; Words[143] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[144] = '\u0041\u006e\u0064'; Words[145] = '\u0069\u0066'; Words[146] = '\u0079\u006f\u0075'; Words[147] = '\u0065\u0076\u0065\u0072'; Words[148] = '\u0066\u006f\u0072\u0067\u0065\u0074'; Words[149] = '\u0068\u006f\u0077'; Words[150] = '\u006d\u0075\u0063\u0068'; Words[151] = '\u0079\u006f\u0075'; Words[152] = '\u0072\u0065\u0061\u006c\u006c\u0079'; Words[153] = '\u006d\u0065\u0061\u006e'; Words[154] = '\u0074\u006f'; Words[155] = '\u006d\u0065'; Words[156] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[157] = '\u0045\u0076\u0065\u0072\u0079\u0064\u0061\u0079'; Words[158] = '\u0049'; Words[159] = '\u0077\u0069\u006c\u006c'; Words[160] = '\u0072\u0065\u006d\u0069\u006e\u0064'; Words[161] = '\u0079\u006f\u0075'; Words[162] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[163] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[164] = '\u0046\u0069\u006e\u0064'; Words[165] = '\u006f\u0075\u0074'; Words[166] = '\u0077\u0068\u0061\u0074'; Words[167] = '\u0077\u0065\u0027\u0072\u0065'; Words[168] = '\u006d\u0061\u0064\u0065'; Words[169] = '\u006f\u0066'; Words[170] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[171] = '\u0057\u0068\u0065\u006e'; Words[172] = '\u0077\u0065'; Words[173] = '\u0061\u0072\u0065'; Words[174] = '\u0063\u0061\u006c\u006c\u0065\u0064'; Words[175] = '\u0074\u006f'; Words[176] = Copyright Mr & Mrs Basket's Website Page 15/18

16 '\u0068\u0065\u006c\u0070'; Words[177] = '\u006f\u0075\u0072'; Words[178] = '\u0066\u0072\u0069\u0065\u006e\u0064\u0073'; Words[179] = '\u0069\u006e'; Words[180] = '\u006e\u0065\u0065\u0064'; Words[181] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[182] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[183] = '\u0059\u006f\u0075'; Words[184] = '\u0063\u0061\u006e'; Words[185] = '\u0063\u006f\u0075\u006e\u0074'; Words[186] = '\u006f\u006e'; Words[187] = '\u006d\u0065'; Words[188] = '\u006c\u0069\u006b\u0065'; Words[189] = '\u006f\u006e\u0065'; Words[190] = '\u002c\u0020'; Words[191] = '\u0074\u0077\u006f'; Words[192] = '\u002c\u0020'; Words[193] = '\u0074\u0068\u0072\u0065\u0065'; Words[194] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[195] = '\u0049\u0027\u006c\u006c'; Words[196] = '\u0062\u0065'; Words[197] = '\u0074\u0068\u0065\u0072\u0065'; Words[198] = '\u0061\u006e\u0064'; Words[199] = '\u0049'; Words[200] = '\u006b\u006e\u006f\u0077'; Words[201] = '\u0077\u0068\u0065\u006e'; Words[202] = '\u0049'; Words[203] = '\u006e\u0065\u0065\u0064'; Words[204] = '\u0069\u0074'; Words[205] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[206] = '\u0049'; Words[207] = '\u0063\u0061\u006e'; Words[208] = '\u0063\u006f\u0075\u006e\u0074'; Words[209] = '\u006f\u006e'; Words[210] = '\u0079\u006f\u0075'; Words[211] = '\u006c\u0069\u006b\u0065'; Words[212] = '\u0066\u006f\u0075\u0072'; Words[213] = '\u002c\u0020'; Words[214] = '\u0074\u0068\u0072\u0065\u0065'; Words[215] = '\u002c\u0020'; Words[216] = '\u0074\u0077\u006f'; Words[217] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[218] = '\u0041\u006e\u0064'; Words[219] = '\u0079\u006f\u0075\u0027\u006c\u006c'; Words[220] = '\u0062\u0065'; Words[221] = '\u0074\u0068\u0065\u0072\u0065'; Words[222] = '\u0027\u0063\u0061\u0075\u0073\u0065'; Words[223] = '\u0074\u0068\u0061\u0074\u0027\u0073'; Words[224] = '\u0077\u0068\u0061\u0074'; Words[225] = '\u0066\u0072\u0069\u0065\u006e\u0064\u0073'; Words[226] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[227] = '\u0041\u0072\u0065'; Words[228] = '\u0073\u0075\u0070\u0070\u006f\u0073\u0065\u0064'; Words[229] = '\u0074\u006f'; Words[230] = '\u0064\u006f'; Words[231] = '\u002c\u0020'; Words[232] = '\u006f\u0068'; Words[233] = '\u0079\u0065\u0061\u0068'; Words[234] = '\u002c\u0020'; Words[235] = '\u006f\u006f\u0068'; Words[236] = '\u002c\u0020'; Words[237] = '\u006f\u006f\u0068'; Words[238] = '\u002c\u0020'; Words[239] = '\u0079\u0065\u0061\u0068'; Words[240] = '\u002c\u0020'; Words[241] = '\u0079\u0065\u0061\u0068'; Words[242] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[243] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[244] = '\u0059\u006f\u0075\u0027\u006c\u006c'; Words[245] = '\u0061\u006c\u0077\u0061\u0079\u0073'; Words[246] = '\u0068\u0061\u0076\u0065'; Words[247] = '\u006d\u0079'; Words[248] = '\u0073\u0068\u006f\u0075\u006c\u0064\u0065\u0072'; Words[249] = '\u0077\u0068\u0065\u006e'; Words[250] = '\u0079\u006f\u0075'; Words[251] = '\u0063\u0072\u0079'; Words[252] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[253] = '\u0049\u0027\u006c\u006c'; Words[254] = '\u006e\u0065\u0076\u0065\u0072'; Words[255] = '\u006c\u0065\u0074'; Words[256] = '\u0067\u006f'; Words[257] = '\u002c\u0020'; Words[258] = '\u006e\u0065\u0076\u0065\u0072'; Words[259] = '\u0073\u0061\u0079'; Words[260] = '\u0067\u006f\u006f\u0064\u0062\u0079\u0065'; Words[261] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[262] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[263] = '\u0059\u006f\u0075'; Words[264] = '\u0063\u0061\u006e'; Words[265] = '\u0063\u006f\u0075\u006e\u0074'; Words[266] = '\u006f\u006e'; Words[267] = '\u006d\u0065'; Words[268] = '\u006c\u0069\u006b\u0065'; Words[269] = '\u006f\u006e\u0065'; Words[270] = '\u002c\u0020'; Words[271] = '\u0074\u0077\u006f'; Words[272] = '\u002c\u0020'; Words[273] = '\u0074\u0068\u0072\u0065\u0065'; Words[274] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[275] = '\u0049\u0027\u006c\u006c'; Words[276] = '\u0062\u0065'; Words[277] = '\u0074\u0068\u0065\u0072\u0065'; Words[278] = '\u0061\u006e\u0064'; Words[279] = '\u0049'; Words[280] = '\u006b\u006e\u006f\u0077'; Words[281] = '\u0077\u0068\u0065\u006e'; Words[282] = '\u0049'; Words[283] = '\u006e\u0065\u0065\u0064'; Words[284] = '\u0069\u0074'; Words[285] = Copyright Mr & Mrs Basket's Website Page 16/18

17 '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[286] = '\u0049'; Words[287] = '\u0063\u0061\u006e'; Words[288] = '\u0063\u006f\u0075\u006e\u0074'; Words[289] = '\u006f\u006e'; Words[290] = '\u0079\u006f\u0075'; Words[291] = '\u006c\u0069\u006b\u0065'; Words[292] = '\u0066\u006f\u0075\u0072'; Words[293] = '\u002c\u0020'; Words[294] = '\u0074\u0068\u0072\u0065\u0065'; Words[295] = '\u002c\u0020'; Words[296] = '\u0074\u0077\u006f'; Words[297] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[298] = '\u0041\u006e\u0064'; Words[299] = '\u0079\u006f\u0075\u0027\u006c\u006c'; Words[300] = '\u0062\u0065'; Words[301] = '\u0074\u0068\u0065\u0072\u0065'; Words[302] = '\u0027\u0063\u0061\u0075\u0073\u0065'; Words[303] = '\u0074\u0068\u0061\u0074\u0027\u0073'; Words[304] = '\u0077\u0068\u0061\u0074'; Words[305] = '\u0066\u0072\u0069\u0065\u006e\u0064\u0073'; Words[306] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[307] = '\u0041\u0072\u0065'; Words[308] = '\u0073\u0075\u0070\u0070\u006f\u0073\u0065\u0064'; Words[309] = '\u0074\u006f'; Words[310] = '\u0064\u006f'; Words[311] = '\u002c\u0020'; Words[312] = '\u006f\u0068'; Words[313] = '\u0079\u0065\u0061\u0068'; Words[314] = '\u002c\u0020'; Words[315] = '\u006f\u006f\u0068'; Words[316] = '\u002c\u0020'; Words[317] = '\u006f\u006f\u0068'; Words[318] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[319] = '\u0078\u0078\u0078\u004e\u0065\u0077\u0050\u0061\u0072\u0061\u0078\u0078\u0078'; Words[320] = '\u0059\u006f\u0075'; Words[321] = '\u0063\u0061\u006e'; Words[322] = '\u0063\u006f\u0075\u006e\u0074'; Words[323] = '\u006f\u006e'; Words[324] = '\u006d\u0065'; Words[325] = '\u0027\u0063\u0061\u0075\u0073\u0065'; Words[326] = '\u0049'; Words[327] = '\u0063\u0061\u006e'; Words[328] = '\u0063\u006f\u0075\u006e\u0074'; Words[329] = '\u006f\u006e'; Words[330] = '\u0079\u006f\u0075'; //--» //]]> <! BeginTopNavButtons > <! EndTopNavButtons > Count On Me : Bruno Mars <! [Student login info] > Copyright Mr & Mrs Basket's Website Page 17/18

18 Guess Preparing exercise... Check Hint Your score is : OK <! BeginBottomNavButtons > Here is the video with lyrics so you can sing in karaoke! <! EndBottomNavButtons > <! BeginSubmissionForm > <! EndSubmissionForm > Copyright Mr & Mrs Basket's Website Page 18/18

Proposed Overhaul of kzvariant Data in the Unihan Database

Proposed Overhaul of kzvariant Data in the Unihan Database Proposed Overhaul of kzvariant Data in the Unihan Database John H. Jenkins 26 October 2015 The kzvariant data in the Unihan database is known to be of uneven quality. I recommend we resolve this problem

More information

Chinese IDN Language Table: Language Tag: Language Description: Chinese Version: 1.0. Contact Phone:

Chinese IDN Language Table: Language Tag: Language Description: Chinese Version: 1.0. Contact Phone: Chinese IDN Language Table: Language Tag: zh Language Description: Chinese Version: 1.0 Effective Date: Initial go-live Registry: ARI SRS Contact Name: IDN Support Contact Email: support@ariservices.com

More information

CSS Module in 2 Parts

CSS Module in 2 Parts CSS Module in 2 Parts So as to familiarize yourself with the basics of CSS before moving onto Dreamweaver, I d like you to do the 2 following Modules. It is important for you to AT LEAST do Part 1. Part

More information

Orientalistic cuneiform

Orientalistic cuneiform Transliteration keyboard Orientalistic cuneiform (c) 2009 Alfredo Rizza 1 Direct keys The standard charset UNICODE compatible with ANSI ISO-8859-1 is provided without resorting to dead keys through AltGr

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information

CSS. https://developer.mozilla.org/en-us/docs/web/css

CSS. https://developer.mozilla.org/en-us/docs/web/css CSS https://developer.mozilla.org/en-us/docs/web/css http://www.w3schools.com/css/default.asp Cascading Style Sheets Specifying visual style and layout for an HTML document HTML elements inherit CSS properties

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css images boris.jpg Types of CSS External Internal Inline External CSS An external style sheet is a text document with

More information

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

<style type=text/css> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page*** Chapter 7 Using Advanced Cascading Style Sheets HTML is limited in its ability to define the appearance, or style, across one or mare Web pages. We use Cascading style sheets to accomplish this. Remember

More information

CSS. Shan-Hung Wu CS, NTHU

CSS. Shan-Hung Wu CS, NTHU CSS Shan-Hung Wu CS, NTHU CSS Zen Garden 2 Outline The Basics Selectors Layout Stacking Order 3 Outline The Basics Selectors Layout Stacking Order 4 Grammar selector { property: value; 5 Example /* for

More information

Cascading Style Sheets (CSS)

Cascading Style Sheets (CSS) Cascading Style Sheets (CSS) Mendel Rosenblum 1 Driving problem behind CSS What font type and size does introduction generate? Answer: Some default from the browser (HTML tells what browser how)

More information

Stamp Builder. Documentation. v1.0.0

Stamp  Builder. Documentation.   v1.0.0 Stamp Email Builder Documentation http://getemailbuilder.com v1.0.0 THANK YOU FOR PURCHASING OUR EMAIL EDITOR! This documentation covers all main features of the STAMP Self-hosted email editor. If you

More information

Certified CSS Designer VS-1028

Certified CSS Designer VS-1028 VS-1028 Certification Code VS-1028 Certified CSS Designer Certified CSS Designer CSS Designer Certification requires HTML knowledge or VSkills HTML Designer Certification to allow organizations to easily

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 SUBJECT CODE : SCSV1223 (Section 05) SUBJECT NAME : WEB PROGRAMMING YEAR/COURSE : 1SCSV TIME : 2.00 4.00 PM DATE : 18 APRIL 2013 VENUE : KPU 10

More information

Creating a CSS driven menu system Part 1

Creating a CSS driven menu system Part 1 Creating a CSS driven menu system Part 1 How many times do we see in forum pages the cry; I ve tried using Suckerfish, I ve started with Suckerfish and made some minor changes but can t get it to work.

More information

The Importance of the CSS Box Model

The Importance of the CSS Box Model The Importance of the CSS Box Model Block Element, Border, Padding and Margin Margin is on the outside of block elements and padding is on the inside. Use margin to separate the block from things outside

More information

Unicode Standard Deviation Reference for Mutant Standard (October 2018)

Unicode Standard Deviation Reference for Mutant Standard (October 2018) Unicode Standard Deviation Reference for Mutant Standard 0.3.1 (October 2018) This document lists all the ways in which Mutant Standard deviates from Unicode Standard s emoji encoding. This document is

More information

European Ordering Rules

European Ordering Rules Third draft version of the European Ordering Rules Ordering of characters from the Latin, Greek and Cyrillic scripts Date:1999.02.19 Marc Wilhelm Foreword This European Prestandard is intended to facilitate

More information

Creating and Building Websites

Creating and Building Websites Creating and Building Websites Stanford University Continuing Studies CS 21 Mark Branom branom@alumni.stanford.edu Course Web Site: http://web.stanford.edu/group/csp/cs21 Week 6 Slide 1 of 28 Week 6 Agenda

More information

Bidirectional parenthesis algorithm

Bidirectional parenthesis algorithm Bidirectional parenthesis algorithm Ayman Aldahleh, Gilead Almosnino, Peter Constable, Andrew Glass, Laurentiu Iancu, Dwayne Robinson, Murray Sargent, Robert Steen 5 1. Introduction In its current form

More information

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 Part I. (50%) Multiple Guess Choice. 1. What does CSS stand for? a. Creative Style Sheets b. Computer Style Sheets c. Cascading Style

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

Adding CSS to your HTML

Adding CSS to your HTML Adding CSS to your HTML Lecture 3 CGS 3066 Fall 2016 September 27, 2016 Making your document pretty CSS is used to add presentation to the HTML document. We have seen 3 ways of adding CSS. In this lecture,

More information

UNICODE VERTICAL TEXT LAYOUT

UNICODE VERTICAL TEXT LAYOUT Technical Reports Proposed Update Unicode Standard Annex #50 UNICODE VERTICAL TEXT LAYOUT Version Unicode 11.0.0 Editors Koji Ishii 石井宏治 (Google Inc.), Ken Lunde 小林劍 (Adobe Systems Incorporated) Laurențiu

More information

Parashar Technologies HTML Lecture Notes-4

Parashar Technologies HTML Lecture Notes-4 CSS Links Links can be styled in different ways. HTML Lecture Notes-4 Styling Links Links can be styled with any CSS property (e.g. color, font-family, background, etc.). a { color: #FF0000; In addition,

More information

Web Designer s Reference

Web Designer s Reference Web Designer s Reference An Integrated Approach to Web Design with XHTML and CSS Craig Grannell Graphical navigation with rollovers The final exercise in this chapter concerns navigation with graphical

More information

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS: WEBSITE PROJECT 2 PURPOSE: The purpose of this project is to begin incorporating color, graphics, and other visual elements in your webpages by implementing the HTML5 and CSS3 code discussed in chapters

More information

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

CSS: Layout Part 2. clear. CSS for layout and formatting: clear CSS: Layout Part 2 Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for layout and formatting: clear

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

Introduction to Web Design CSS Reference

Introduction to Web Design CSS Reference Inline Style Syntax: Introduction to Web Design CSS Reference Example: text Internal Style Sheet Syntax: selector {property: value; Example:

More information

CSS مفاهیم ساختار و اصول استفاده و به کارگیری

CSS مفاهیم ساختار و اصول استفاده و به کارگیری CSS مفاهیم ساختار و اصول استفاده و به کارگیری Cascading Style Sheets A Cascading Style Sheet (CSS) describes the appearance of an HTML page in a separate document : مسایای استفاده از CSS It lets you separate

More information

Media Types & Media Features

Media Types & Media Features Media Types & Media Features Same HTML, Different CSS R. Scott Granneman r Jans Carton 1.6 2008 R. Scott Granneman Last updated 2018-08-21 You are free to use this work, with certain restrictions. For

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

Khmer Angkor Keyboard

Khmer Angkor Keyboard Khmer Angkor Keyboard Contents Overview... 2 Khmer Angkor Keyboard Layouts... 2 Desktop Layout Windows/macOS... 2 Touch Layout Android/iOS... 3 Khmer Character Categories and Keystrokes for Desktop...

More information

PUBLISHER SPECIFIC CSS RULES

PUBLISHER SPECIFIC CSS RULES PUBLISHER SPECIFIC CSS RULES Solita Oy Helsinki Tampere Oulu 26.1.2016 2 (24) Document History Version Date Author Description 0.1 August 17, 2015 J. Similä First draft 0.2 January 26, 2015 A. Autio Fixed

More information

Dreamweaver 8. Project 5. Templates and Style Sheets

Dreamweaver 8. Project 5. Templates and Style Sheets Dreamweaver 8 Project 5 Templates and Style Sheets Starting Dreamweaver and Opening the Colorado Parks Web Site Click the Start button on the Windows taskbar Point to All Programs on the Start menu, point

More information

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Session 4. Style Sheets (CSS) Reading & References.   A reference containing tables of CSS properties Session 4 Style Sheets (CSS) 1 Reading Reading & References en.wikipedia.org/wiki/css Style Sheet Tutorials www.htmldog.com/guides/cssbeginner/ A reference containing tables of CSS properties web.simmons.edu/~grabiner/comm244/weekthree/css-basic-properties.html

More information

Zeichen-Referenztabelle (1-127)

Zeichen-Referenztabelle (1-127) Zeichen-Referenztabelle (1-127) Die ersten 31 Zeichen sind für Steuerbefelhle des Computers reserviert (z. B. Druckerkommunikation) und sind deshalb nicht belegt. Die Zeichen 32 127 sind auf PC- und MAC-Systemen

More information

Cascading Style Sheet. Styles as Tag Attributes. Syntax. <h1>: what font type/size is used? STYLE = SELECTOR {RULES} Attributes such as bgcolor

Cascading Style Sheet. Styles as Tag Attributes. Syntax. <h1>: what font type/size is used? STYLE = SELECTOR {RULES} Attributes such as bgcolor Styles? Cascading Style Sheet http://www.eie.polyu.edu.hk/~nflaw/biclustering/index.html Request string: GET /~nflaw/biclustering/index.html HTTP/1.1 Host: www.eie.polyu.edu.hk 1 Response string: HTTP/1.1

More information

Media-Specific Styles

Media-Specific Styles Media-Specific Styles Same HTML, Different CSS R. Scott Granneman r Jans Carton 1.5 2008 R. Scott Granneman Last updated 2017-06-13 You are free to use this work, with certain restrictions. For full licensing

More information

GoSquared Equally Rounded Corners Equally Rounded Corners -webkit-border-radius -moz-border-radius border-radius Box Shadow Box Shadow -webkit-box-shadow x-offset, y-offset, blur, color Webkit Firefox

More information

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Instructions to use the laboratory computers (room B2): 1. If the computer is off, start it with Windows (all computers have a Linux-Windows

More information

CSS3 Basics. From & CSS Visual Dictionary Learning Curve Books, LLC

CSS3 Basics. From   & CSS Visual Dictionary Learning Curve Books, LLC CSS3 Basics From www.w3schools.com & CSS Visual Dictionary Learning Curve Books, LLC CSS Box Model Margin (top, right, bottom, left) Shorthand property, equivalent to Border-width border-style border-color

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

ISO/IEC JTC1/SC2/WG2 N3244

ISO/IEC JTC1/SC2/WG2 N3244 Page 1 of 6 ISO/IEC JTC1/SC2/WG2 N3244 Title Review of CJK-C Repertoire Source UK National Body Document Type National Body Contribution Date 2007-04-14, revised 2007-04-20 The UK national body has carried

More information

Pliki.tpl. scripts/search.tpl. Pliki.css. Pliki.less. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

Pliki.tpl. scripts/search.tpl. Pliki.css. Pliki.less. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.32-5.8.33 Pliki.tpl scripts/search.tpl - 1

More information

CSE 154: Web Programming Autumn 2018

CSE 154: Web Programming Autumn 2018 CSE 154: Web Programming Autumn 2018 Midterm Key Question Score Possible HTML 5 Short Answer 9 CSS/DOM Tree 12 JS/Animations 12 JS/DOM/UI 12 Total 50 1. (HTML) (1 pt each) What s wrong with my HMTL? Consider

More information

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors Unit 10 - Client Side Customisation of Web Pages Week 5 Lesson 1 CSS - Selectors Last Time CSS box model Concept of identity - id Objectives Selectors the short story (or maybe not) Web page make-over!

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

Using CSS for page layout

Using CSS for page layout Using CSS for page layout Advantages: Greater typographic control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control Increased accessibility

More information

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5 Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5 NOTE: It is my policy to give a failing grade in the course to any student who either gives or receives

More information

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1 Table of Contents Chapter 9.... 1 Introduction... 1 Introducing Cascading Style Sheets... 2 Create CSS Styles... 2 Attribute Styles... 2 Style Types... 3 Creating a Web Page with a CSS Layout... 4 Create

More information

BEFORE CLASS. If you haven t already installed the Firebug extension for Firefox, download it now from

BEFORE CLASS. If you haven t already installed the Firebug extension for Firefox, download it now from BEFORE CLASS If you haven t already installed the Firebug extension for Firefox, download it now from http://getfirebug.com. If you don t already have the Firebug extension for Firefox, Safari, or Google

More information

In the early days of the Web, designers just had the original 91 HTML tags to work with.

In the early days of the Web, designers just had the original 91 HTML tags to work with. Web Design Lesson 4 Cascading Style Sheets In the early days of the Web, designers just had the original 91 HTML tags to work with. Using HTML, they could make headings, paragraphs, and basic text formatting,

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 Web Development & Design Foundations with HTML5 KEY CONCEPTS Copyright Terry Felke-Morris 1 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets from print

More information

Signs of Spring App. Release Notes Version 1.0

Signs of Spring App. Release Notes Version 1.0 Signs of Spring App Release Notes Version 1.0 App Parameters and Styling In your Caspio account, go to the App s Overview screen. On the right sidebar, click on Manage in the App Parameters area. Edit

More information

Cascading Style Sheet Quick Reference

Cascading Style Sheet Quick Reference Computer Technology 8/9 Cascading Style Sheet Quick Reference Properties Properties are listed in alphabetical order. Each property has examples of possible values. Properties are not listed if they are

More information

McMaster Brand Standard for Websites

McMaster Brand Standard for Websites McMaster University s policy calls for all university websites to follow its brand standard. McMaster websites share common elements, presentation and behavior and a consistent design, enabling visitors

More information

CSS Styles Quick Reference Guide

CSS Styles Quick Reference Guide Table 1: CSS Font and Text Properties Font & Text Properties Example(s) font-family Font or typeface font-family: Tahoma font-size Size of the font font-size: 12pt font-weight Normal or bold font-weight:

More information

Getting your work online. behance.net cargo collective krop coroflot

Getting your work online. behance.net cargo collective krop coroflot Getting your work online behance.net cargo collective krop coroflot behance online presence behance.net has a free and pro version. The free version is fine for getting internships. Free Version Pros networked

More information

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 LEARNING OUTCOMES In this chapter, you will learn how to... Describe the evolution of style sheets from print media to the Web List

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 3 CSS BASICS Copyright Terry Felke-Morris 2 Learning Outcomes In this chapter, you will learn how to... Describe the evolution of style sheets

More information

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML & CSS SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML: HyperText Markup Language LaToza Language for describing structure of a document Denotes hierarchy of elements What

More information

Onboarding guide for new gtlds operated by Afnic

Onboarding guide for new gtlds operated by Afnic ONBOARDING GUIDE FOR NEW GTLDS OPERATED BY AFNIC July 23 rd, 2013 1 Onboarding guide for new gtlds operated by Afnic.alsace,.aquitaine,.bzh,.corsica,.paris - Version 1 - July 23rd, 2013 ONBOARDING GUIDE

More information

Web Structure and Style. MB2030 Section 2 Class 4

Web Structure and Style. MB2030 Section 2 Class 4 Web Structure and Style MB2030 Section 2 Class 4 Web Site Hierarchies The Structure of the Web How the Internet Works Computers connected to the Web are called clients and servers. A simplified diagram

More information

ISO/IEC JTC 1/SC 35. User Interfaces. Secretariat: Association Française de Normalisation (AFNOR)

ISO/IEC JTC 1/SC 35. User Interfaces. Secretariat: Association Française de Normalisation (AFNOR) ISO/IEC JTC 1/SC 35 N 0748 DATE: 2005-01-31 ISO/IEC JTC 1/SC 35 User Interfaces Secretariat: Association Française de Normalisation (AFNOR) TITLE: Proposal for "Swedish International" keyboard SOURCE:

More information

Hacking MadCap Flare

Hacking MadCap Flare Hacking MadCap Flare W a r n i n g p r o c e e d a t y o u r o w n r i s k These hacks work for me, and they should work for you. However, there are no guarantees. If you try to use any of these hacks

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css charlie.jpg Linking to your HTML You need to link to your css in the of your HTML file.

More information

Creating a Navigation Bar with a Rollover Effect

Creating a Navigation Bar with a Rollover Effect Creating a Navigation Bar with a Rollover Effect These instructions will teach you how to create your own navigation bar with a roll over effect for your personal website using Adobe Dreamweaver CS4. Your

More information

Intermediate Web Publishing: Working with Styles

Intermediate Web Publishing: Working with Styles Intermediate Web Publishing: Working with Styles Jeff Pankin Information Services & Technology Contents Introduction... 2 In this class you will:... 2 Set the Preferences... 2 General... 2 Invisible Elements...

More information

Hands On: Dreamweaver CS3 NEW SPRY Widgets

Hands On: Dreamweaver CS3 NEW SPRY Widgets What is a Spry Widget? Spry widgets provide access to dynamic and interactive elements you might like to have on your Web page. These Spry elements include: Menu Bars Tabbed Panels Accordion Effects Collapsible

More information

The Benefits of CSS. Less work: Change look of the whole site with one edit

The Benefits of CSS. Less work: Change look of the whole site with one edit 11 INTRODUCING CSS OVERVIEW The benefits of CSS Inheritance Understanding document structure Writing style rules Attaching styles to the HTML document The cascade The box model CSS units of measurement

More information

CSS means Cascading Style Sheets. It is used to style HTML documents.

CSS means Cascading Style Sheets. It is used to style HTML documents. CSS CSS means Cascading Style Sheets. It is used to style HTML documents. Like we mentioned in the HTML tutorial, CSS can be embedded in the HTML document but it's better, easier and neater if you style

More information

COSC 2206 Internet Tools. CSS Cascading Style Sheets

COSC 2206 Internet Tools. CSS Cascading Style Sheets COSC 2206 Internet Tools CSS Cascading Style Sheets 1 W3C CSS Reference The official reference is here www.w3.org/style/css/ 2 W3C CSS Validator You can upload a CSS file and the validator will check it

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015 Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS 8 Oct 2015 What is CSS? o CSS (Style Sheet) defines how HTML elements are formatted and displayed. o It helps you easily change an HTML

More information

Creating and Installing Custom Plesk for Windows Skins

Creating and Installing Custom Plesk for Windows Skins SWsoft, Inc. Creating and Installing Custom Plesk for Windows Skins Plesk 7.5 for Windows Revision 1.0 (c) 1999-2005 SWsoft, Inc. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA Phone: +1 (703)

More information

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents

- The CSS1 specification was developed in CSSs provide the means to control and change presentation of HTML documents 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS3 is on its way - CSSs provide the means to control and change presentation of HTML documents - CSS is not

More information

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

Appendix D CSS Properties and Values

Appendix D CSS Properties and Values HTML Appendix D CSS Properties and Values This appendix provides a brief review of Cascading Style Sheets (CSS) concepts and terminology, and lists CSS level 1 and 2 properties and values supported by

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

Guidelines for doing the short exercises

Guidelines for doing the short exercises 1 Short exercises for Murach s HTML5 and CSS Guidelines for doing the short exercises Do the exercise steps in sequence. That way, you will work from the most important tasks to the least important. Feel

More information

Cascading Style Sheets Level 2

Cascading Style Sheets Level 2 Cascading Style Sheets Level 2 Course Objectives, Session 1 Level 1 Quick Review Chapter 6 Revisit: Web Fonts Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your Site s Navigation Begin

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - The CSS1 specification was developed in There are three levels of style sheets 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations

- The CSS1 specification was developed in CSS2 was released in CSS2.1 reflects browser implementations 3.1 Introduction - The CSS1 specification was developed in 1996 - CSS2 was released in 1998 - CSS2.1 reflects browser implementations - CSS3 is partially finished and parts are implemented in current browsers

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

Style Sheet Reference Guide

Style Sheet Reference Guide Version 8 Style Sheet Reference Guide For Password Center Portals 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com This publication applies

More information

Cascading Style Sheets CSCI 311

Cascading Style Sheets CSCI 311 Cascading Style Sheets CSCI 311 Learning Objectives Learn how to use CSS to style the page Learn to separate style from structure Styling with CSS Structure is separated from style in HTML5 CSS (Cascading

More information

/* DEFAULT LAYOUT WITH HOVER COVERS AND REVIEWS */ /* A layout by u/shiningsolarsword on Reddit */

/* DEFAULT LAYOUT WITH HOVER COVERS AND REVIEWS */ /* A layout by u/shiningsolarsword on Reddit */ Downloaded from: justpaste.it/rwer DEFAULT LAYOUT WITH HOVER COVERS AND REVIEWS A layout by u/shiningsolarsword on Reddit Notes: not 100% sure that the either or both of the huge blocks of text below are

More information

Using Advanced Cascading Style Sheets

Using Advanced Cascading Style Sheets HTML 7 Using Advanced Cascading Style Sheets Objectives You will have mastered the material in this chapter when you can: Add an embedded style sheet to a Web page Change the body and link styles using

More information

COMP519 Web Programming Lecture 7: Cascading Style Sheets: Part 3 Handouts

COMP519 Web Programming Lecture 7: Cascading Style Sheets: Part 3 Handouts COMP519 Web Programming Lecture 7: Cascading Style Sheets: Part 3 Handouts Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University

More information

CSS FOUNDATIONS IN-DEPTH. The nitty-gritty of css...

CSS FOUNDATIONS IN-DEPTH. The nitty-gritty of css... CSS FOUNDATIONS IN-DEPTH The nitty-gritty of css... What is CSS? Cascading Style Sheets Style sheets define formatting rules that are applied to text, images, forms, and embedded and layout elements. A

More information

Exercise 1: Understand the CSS box model

Exercise 1: Understand the CSS box model Concordia University SOEN 287: Web Programming 1 Winter 2016 Assignment 2 Due Date: By 11:55pm Sunday February 14, 2016 Evaluation: 4% of final mark Late Submission: none accepted Type: Individual Assignment

More information

Web Engineering CSS. By Assistant Prof Malik M Ali

Web Engineering CSS. By Assistant Prof Malik M Ali Web Engineering CSS By Assistant Prof Malik M Ali Overview of CSS CSS : Cascading Style Sheet a style is a formatting rule. That rule can be applied to an individual tag element, to all instances of a

More information

Proposed Draft Unicode Technical Report #50

Proposed Draft Unicode Technical Report #50 1 of 21 Technical Reports Proposed Draft Unicode Technical Report #50 Editor Koji Ishii 石井宏治 (koji.a.ishii@mail.rakuten.com) Date TBD This Version http://www.unicode.org/reports /tr50/tr50-9.html Previous

More information

ACSC 231 Internet Technologies

ACSC 231 Internet Technologies ACSC 231 Internet Technologies Lecture 7 Web Typography Efthyvoulos Kyriacou - Assoc. Prof. Frederick University Resources: C. Markides (Frederick University) Slide 1 ACSC 231: Internet Technologies 23/12/2008

More information

CSS: formatting webpages

CSS: formatting webpages CSS: formatting webpages Why CSS? separate content from formatting (style) style can be changed easily without rewriting webpages keep formatting consistent across website allows more advanced formatting

More information

Five Advanced CSS Techniques Every Technical Author Should Know

Five Advanced CSS Techniques Every Technical Author Should Know Five Advanced CSS Techniques Every Technical Author Should Know PRESENTED BY Mike Hamilton V.P. Product Evangelism MadCap Software Presenter Information Mike Hamilton V.P. of Product Evangelism MadCap

More information