By: M. Qasim Nadeem. Menus. Top navigation IE only. <html> <head> <style> span. border:groove 2px; padding:3px; font-family:arial; font-size:12px;

Size: px
Start display at page:

Download "By: M. Qasim Nadeem. Menus. Top navigation IE only. <html> <head> <style> span. border:groove 2px; padding:3px; font-family:arial; font-size:12px;"

Transcription

1 Menus Top navigation IE only <html> <head> <style> span border:groove 2px; padding:3px; font-family:arial; font-size:12px; width:100px; height:70px; background-color:#c0c0c0; position:relative; top:-80px; left:-10px; </style> <script type="text/javascript"> function showmenu(elmnt) elmnt.style.top="-15px" function hidemenu(elmnt) elmnt.style.top="-80px"

2 </script> </head> <body> <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <a href="/default.asp">home</a><br /> <a href="/js/default.asp">javascript</a><br /><br /><hr /> My Personal Website<br /> </span> <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <p></p> <p></p> <p> <a href=" /> <a href=" /><br /></p> <hr /> Browser<br /> </span> <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <p></p> <p></p> <p> <a href=" Vista</a><br /> <a href=" /><br /></p> <hr /> Search<br />

3 </span> </body> </html> Left navigation IE and Opera only <html> <head> <style> table font-size:12; background-color:#c0c0c0; span border:groove 2px; padding:3; font-family:arial; font-size:12; width:90; height:40; background-color:#c0c0c0; position:relative; top:-15; left:-80; </style>

4 <script type="text/javascript"> function showmenu(elmnt) elmnt.style.left="-10" function hidemenu(elmnt) elmnt.style.left="-80" </script> </head> <body> <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <table border="0" width="100%"> <tr> <td width="90%"><a href="/default.asp">home</a></td> <td rowspan="2">a</td> </tr><tr> <td><a href="/js/default.asp">javascript</a></td> </tr> </span> <br />

5 <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <table width="100%"> <tr> <td width="90%"><a href=" <td rowspan="2">b</td> </tr><tr> <td><a href=" </tr> </span> <br /> <span onmouseover="showmenu(this)" onmouseout="hidemenu(this)"> <table width="100%"> <tr> <td width="90%"><a href=" <td rowspan="2">c</td> </tr><tr> <td><a href=" </tr> </span> </body> </html>

6 Drop down navigation (select box) <html> <head> <script type="text/javascript"> function go() location=document.forms[0].gowhere.value </script> </head> <body> <form> <select id="gowhere" onchange="go()"> <option>-select location- <option value="abc.html">my Personal Info <option value="resume.html">my Resume <option value="snap.html"> My Passport snapshot </select> </form> </body> </html> Top drop down IE and Opera only <html> <head> <style> bodyfont-family:arial;

7 tablefont-size:80%;background:black acolor:black;text-decoration:none;font:bold a:hovercolor:# td.menubackground:lightblue table.menu font-size:100%; position:absolute; visibility:hidden; </style> <script type="text/javascript"> function showmenu(elmnt) document.getelementbyid(elmnt).style.visibility="visible" function hidemenu(elmnt) document.getelementbyid(elmnt).style.visibility="hidden" </script> </head> <body> <h3>drop down menu</h3> <table width="100%"> <tr bgcolor="#ff8080"> <td onmouseover="showmenu('tutorials')" onmouseout="hidemenu('tutorials')"> <a href="/default.asp">tutorials</a><br />

8 <table class="menu" id="tutorials" width="120"> <tr><td class="menu"><a href="/html/default.asp">html</a></td></tr> <tr><td class="menu"><a href="/xhtml/default.asp">xhtml</a></td></tr> <tr><td class="menu"><a href="/css/default.asp">css</a></td></tr> <tr><td class="menu"><a href="/xml/default.asp">xml</a></td></tr> <tr><td class="menu"><a href="/xsl/default.asp">xsl</a></td></tr> </td> <td onmouseover="showmenu('scripting')" onmouseout="hidemenu('scripting')"> <a href="/default.asp">scripting</a><br /> <table class="menu" id="scripting" width="120"> <tr><td class="menu"><a href="/js/default.asp">javascript</a></td></tr> <tr><td class="menu"><a href="/vbscript/default.asp">vbscript</a></td></tr> <tr><td class="menu"><a href="default.asp">dhtml</a></td></tr> <tr><td class="menu"><a href="/asp/default.asp">asp</a></td></tr> <tr><td class="menu"><a href="/ado/default.asp">ado</a></td></tr> </td> <td onmouseover="showmenu('validation')" onmouseout="hidemenu('validation')"> <a href="/site/site_validate.asp">validation</a><br /> <table class="menu" id="validation" width="120"> <tr><td class="menu"><a href="/site/site_validate.asp">validate HTML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">validate XHTML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">validate CSS</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">validate XML</a></td></tr> <tr><td class="menu"><a href="/site/site_validate.asp">validate WML</a></td></tr> </td> </tr>

9 <p>mouse over these options to see the drop down menus</p> </body> </html> Always-on-top IE and Opera only <html> <head> <script type="text/javascript"> var timer function scrolltop() document.getelementbyid('scrollmenu').style.pixeltop=document.body.scrolltop timer=settimeout("scrolltop()",1) function stoptimer() cleartimeout(timer) </script> </head> <body onload="scrolltop()" onunload="stoptimer()"> <span id="scrollmenu" style="position:absolute"> <b>menu</b><br /> <a href=" O L</a><br />

10 <a href=" /> <a href=" /> </span> <table border="0" width="100%"> <tr> <td width="100"> </td> <td>scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br />

11 Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> Scroll this page to see the "always-on-top" menu <br /><br /><br /><br /><br /> </td> </tr> </body> </html> Inset borders IE and Opera only <html> <head> <script type="text/javascript"> function inset(elmnt) elmnt.style.border="inset 2" function outset(elmnt) elmnt.style.border="outset 2" </script>

12 <style> td background:c0c0c0; border:2px outset; </style> </head> <body> <table width="80"> <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="/default.asp">home</a></td></tr> <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="/js/default.asp">javascript</a></td></tr> <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href=" <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href=" <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href=" <tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href=" </body> </html> Description menu <html> <head>

13 <style> table background:black; a text-decoration:none; color:#000000; th width:150px; background:#ff8080; td font:bold; background:#add8e6; </style> <script type="text/javascript"> function gettip(txt) document.getelementbyid('tip').innerhtml=txt function reset()

14 document.getelementbyid('tip').innerhtml=" " </script> </head> <body> <b>mouse over the links to see their descriptions</b><br /> <table width="400px"> <tr> <th> <a href=" onmouseover="gettip('w3schools is the best Web Developers resource on the Web')" onmouseout="reset()">w3schools.com</a> </th> <td rowspan="3" id="tip"> </td> </tr> <tr> <th> <a href=" onmouseover="gettip('internet Explorer is winning the browser war')" onmouseout="reset()">internet Explorer</a> </th> </tr> <tr> <th> <a href=" onmouseover="gettip('the Navigator is Netscapes browser tribute to web surfers')"

15 onmouseout="reset()">netscape Navigator</a> </th> </tr> </body> </html> Description image <html> <head> <style> table background:black; a text-decoration:none; color:#000000; th width:150px; background:#ff8080;

16 td font:bold; background:#add8e6; </style> <script type="text/javascript"> function gettip(image) document.getelementbyid('tip').innerhtml="<img src='" + image + "' />" function reset() document.getelementbyid('tip').innerhtml=" " </script> </head> <body> <b>mouse over the links to see their logos</b><br /> <table width="400px"> <tr> <th> <a href="/default.asp" onmouseover="gettip('w3schools.gif')" onmouseout="reset()">w3schools.com</a> </th>

17 <td rowspan="3" id="tip" align="center" valign="center"> </td> </tr> <tr> <th> <a href=" onmouseover="gettip('microsoft.gif')" onmouseout="reset()">internet Explorer</a> </th> </tr> </tr> <tr> <th> <a href=" onmouseover="gettip('netscapelink.gif')" onmouseout="reset()">netscape Navigator</a> </th> </tr> </body> </html> Cursor description IE and Opera only <html> <head> <style> body

18 background:#000000; color:#00ff00; font-weight:bold; acolor:#cccccc; </style> <script type="text/javascript"> function cursor(text) trail.innerhtml=text trail.style.visibility="visible" trail.style.position="absolute" trail.style.left=event.clientx+10 trail.style.top=event.clienty function hidecursor() trail.style.visibility="hidden" </script> </head> <body> <h1>mouse over these links</h1>

19 <a href="/default.asp" onmousemove="cursor('visit Yahooooooo.com')" onmouseout="hidecursor()">yahoo.com</a><br /> <a href=" onmousemove="cursor('go to AltaVista')" onmouseout="hidecursor()">altavista</a><br /> <a href=" onmousemove="cursor('search with Yahoo!')" onmouseout="hidecursor()">yahoo!</a><br /> <span id="trail" style="visibility:hidden">hello</span> </body> </html> Gray/Color image menu IE only <html> <head> <style> img filter:gray() </style> <script type="text/javascript"> function color(elmnt) elmnt.style.filter=false function gray(elmnt) elmnt.style.filter="gray()"

20 </script> </head> <body> Mouse over these image-links: <p> <a href="/default.asp"> <img border="0" onmouseover="color(this)" onmouseout="gray(this)" src="w3schools.gif" width="100" height="30"><br /></a> <a href=" <img border="0" onmouseover="color(this)" onmouseout="gray(this)" src="altavistalink.gif" width="146" height="42"><br /></a> <a href=" <img border="0" onmouseover="color(this)" onmouseout="gray(this)" src="yahoolink.gif" width="147" height="31"></a> </p> </body> </html> Sliding Vertically IE and Opera only <html> <head> <style> bodyfont-family:arial; tablebackground:black;position:absolute; acolor:black;text-decoration:none;font:bold

21 a:hovercolor:# td.menubackground:lightblue table.topnav font-size:80%; top:0; left:0; table.menu font-size:100%; bottom:0; z-index:-1; </style> <script type="text/javascript"> var i=0 var inthide function show() if (i>-100) i=i-1

22 document.all("menu").style.bottom=i function showmenu() clearinterval(inthide) intshow=setinterval("show()",10) function hide() if (i<0) i=i+1 document.all("menu").style.bottom=i function hidemenu() clearinterval(intshow) inthide=setinterval("hide()",10) </script> </head> <body>

23 <table class="topnav" width="150"> <tr bgcolor="#ff8080"> <td onmouseover="showmenu()" onmouseout="hidemenu()"> <a href="/default.asp"> MENU</a><br /> <table class="menu" id="menu" width="100%"> <tr><td class="menu"><a href="/html/default.asp">html</a></td></tr> <tr><td class="menu"><a href="/xhtml/default.asp">xhtml</a></td></tr> <tr><td class="menu"><a href="/css/default.asp">css</a></td></tr> <tr><td class="menu"><a href="/xml/default.asp">xml</a></td></tr> <tr><td class="menu"><a href="/xsl/default.asp">xsl</a></td></tr> </td> </tr> <br /> <p>mouse over MENU to see the menu options</p> </body> </html> Click sliding Vertically IE and Opera only <html> <head>

24 <style> bodyfont-family:arial; tablebackground:black;position:absolute; acolor:black;text-decoration:none;font:bold a:hovercolor:# td.menubackground:lightgreen table.topnavfont-size:80%;top:0;left:0 table.menufont-size:100%;bottom:0;z-index:-1 </style> <script type="text/javascript"> var i=0 var c=0 var inthide function show_hide_menu() if (c==0) clearinterval(inthide) intshow=setinterval("show()",10) c=1 else clearinterval(intshow) inthide=setinterval("hide()",10) c=0

25 function show() if (i>-100) i=i-1 document.all("menu").style.bottom=i function hide() if (i<0) i=i+1 document.all("menu").style.bottom=i </script> </head> <body> <table class="topnav" width="150"> <tr> <td bgcolor="#ff0000" onclick="show_hide_menu()"> <b>menu</b><br /> <table class="menu" id="menu" width="100%">

26 <tr><td class="menu"><a href="/html/default.asp">html</a></td></tr> <tr><td class="menu"><a href="/xhtml/default.asp">xhtml</a></td></tr> <tr><td class="menu"><a href="/css/default.asp">css</a></td></tr> <tr><td class="menu"><a href="/xml/default.asp">xml</a></td></tr> <tr><td class="menu"><a href="/xsl/default.asp">xsl</a></td></tr> </td> </tr> <p>click on the MENU to see the menu options.</p> </body> </html> Sliding horizontal <html> <head> <style> bodyfont-family:arial; acolor:black;text-decoration:none;font:bold a:hovercolor:# td.menubackground:lightblue table.nav

27 background:black; position:relative; font: bold 80% arial; top:0px; left:-135px; </style> <script type="text/javascript"> var i=-135 var inthide var speed=3 function showmenu() clearinterval(inthide) intshow=setinterval("show()",10) function hidemenu() clearinterval(intshow) inthide=setinterval("hide()",10) function show() if (i<-12) i=i+speed document.getelementbyid('mymenu').style.left=i

28 function hide() if (i>-135) i=i-speed document.getelementbyid('mymenu').style.left=i </script> </head> <body> <table id="mymenu" class="nav" width="150" onmouseover="showmenu()" onmouseout="hidemenu()"> <tr><td class="menu"><a href="/default.asp">home</a></td> <td rowspan="5" align="center" bgcolor="#ff8080">m<br>e<br>n<br>u</td></tr> <tr><td class="menu"><a href="/asp/default.asp">asp</a></td></tr> <tr><td class="menu"><a href="/js/default.asp">javascript</a></td></tr> <tr><td class="menu"><a href="default.asp">dhtml</a></td></tr> <tr><td class="menu"><a href="/vbscript/default.asp">vbscript</a></td></tr> <p>mouse over the MENU to show/hide the menu</p> <p>try changing the "speed" variable in the script, to change the menus's sliding speed</p> </body> </html>

29 Click sliding horizontal <html> <head> <style> bodyfont-family:arial; acolor:black;text-decoration:none;font:bold a:hovercolor:# td.menubackground:lightblue table.nav background:black; position:relative; font: bold 80% arial; top:0px; left:-135px; margin-left:3px; </style> <script type="text/javascript"> var i=-135 var c=0 var inthide var speed=3 function show_hide_menu() if (c==0) c=1 clearinterval(inthide) intshow=setinterval("show()",10) else c=0 clearinterval(intshow) inthide=setinterval("hide()",10) function show()

30 if (i<-12) i=i+speed document.getelementbyid('mymenu').style.left=i function hide() if (i>-135) i=i-speed document.getelementbyid('mymenu').style.left=i </script> </head> <body> <table id="mymenu" class="nav" width="150" onclick="show_hide_menu()"> <tr><td class="menu"><a href="/default.asp">home</a></td> <td rowspan="5" align="center" bgcolor="#ff8080">m<br>e<br>n<br>u</td></tr> <tr><td class="menu"><a href="/asp/default.asp">asp</a></td></tr> <tr><td class="menu"><a href="/js/default.asp">javascript</a></td></tr> <tr><td class="menu"><a href="default.asp">dhtml</a></td></tr> <tr><td class="menu"><a href="/vbscript/default.asp">vbscript</a></td></tr> <p>click on the MENU to show/hide the menu</p> <p>try changing the "speed" variable in the script, to change the menus's sliding speed</p> </body> </html> <html> <head> <script type="text/javascript"> function go() window.location=document.getelementbyid("menu").value </script> </head>

31 <body> <form> <select id="menu" onchange="go()"> <option>--select a page--</option> <option value=" <option value=" <option value=" </select> </form> </body> </html>

CIE-H12 Web page Sample

CIE-H12 Web page Sample eztcp Technical Document CIE-H12 Web page Sample Version 1.0 2011-08-31 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents 1 Overview... 3 1.1 Overview... 3 2 Default... 4 2.1 Simple Modification

More information

School of Computer Science and Software Engineering

School of Computer Science and Software Engineering 1. C 2. B 3. C B 4. B 5. B 6. B 7. C (should be getelementsbyid case sensitive) 8. A 9. B 10. D 11. B 12. A 13. A 14. D 15. C 16. D 17. A 18. C 19. A 20. D P a g e 2 of 13 Section B: Long Answer Questions

More information

12/9/2012. CSS Layout

12/9/2012. CSS Layout Dynamic HTML CSS Layout CSS Layout This lecture aims to teach you the following subjects: CSS Grouping and nesting Selectors. CSS Dimension. CSS Display.. CSS Floating. CSS Align. 1 CSS Grouping and nesting

More information

CSS Weebly! td{ padding:20px}

CSS Weebly! td{ padding:20px} CSS Weebly body{ background:black; margin-top:2%; margin-bottom:2%; margin-left:3%; margin-right:3%; border:1px solid grey; padding:10px; color:silver; line-height:150%; font-size:16px; text-decoration:none;

More information

CSS stands for Cascading Style Sheets Styles define how to display HTML elements

CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and typically

More information

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a > > > > CSS Box Model Think of this as a box that contains things, such as text or images. It can also just be a box, that has a border or not. You don't have to use a, you can apply the box model to any

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

NAVIGATION INSTRUCTIONS

NAVIGATION INSTRUCTIONS CLASS :: 13 12.01 2014 NAVIGATION INSTRUCTIONS SIMPLE CSS MENU W/ HOVER EFFECTS :: The Nav Element :: Styling the Nav :: UL, LI, and Anchor Elements :: Styling the UL and LI Elements CSS DROP-DOWN MENU

More information

Web Authoring and Design. Benjamin Kenwright

Web Authoring and Design. Benjamin Kenwright CSS Div Layouts Web Authoring and Design Benjamin Kenwright Outline Review Why use Div Layout instead of Tables? How do we use the Div Tag? How to create layouts using the CSS Div Tag? Summary Review/Discussion

More information

Internet Programming 1 ITG 212 / A

Internet Programming 1 ITG 212 / A Internet Programming 1 ITG 212 / A Lecture 10: Cascading Style Sheets Page Layout Part 2 1 1 The CSS Box Model top margin top border top padding left margin left border left padding Content right padding

More information

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS SEEM4570 System Design and Implementation Lecture 1 Cordova + HTML + CSS Apache Cordova Apache Cordova, or simply Cordova, is a platform for building native mobile apps using HTML, CSS and JavaScript E.g.

More information

Chapter 3 CSS for Layout

Chapter 3 CSS for Layout Chapter 3 CSS for Layout Chapter two introduced how CSS is used to manage the style of a webpage, this chapter explores how CSS manages the layout of a webpage. Generally a webpage will consist of many

More information

CSS. M hiwa ahamad aziz Raparin univercity. 1 Web Design: Lecturer ( m hiwa ahmad aziz)

CSS. M hiwa ahamad aziz  Raparin univercity. 1 Web Design: Lecturer ( m hiwa ahmad aziz) CSS M hiwa ahamad aziz www.raparinweb.fulba.com Raparin univercity 1 What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve

More information

Creating Layouts Using CSS. Lesson 9

Creating Layouts Using CSS. Lesson 9 Creating Layouts Using CSS Lesson 9 CSS Page Layout Advantages Greater typography control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. GIMP WEB 2.0 MENUS Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. Standard Navigation Bar Web 2.0 Navigation Bar Now the all-important question

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model Unit 20 - Client Side Customisation of Web Pages Week 2 Lesson 4 The Box Model Last Time Looked at what CSS is Looked at why we will use it Used CSS In-line Embedded (internal style-sheet) External

More information

Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015

Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015 Page 1 of 7 TalkersCode.com HTML CSS JavaScript jquery PHP MySQL Web Development Tutorials Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015 Share 4 Stum Tags:- Ajax jquery PHP MySQL

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (2/2/2018) Layout & Position: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations DCC5382 (2 Credits) Introduction

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (1/26/2019) Cascading Style Sheets: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations ADC5030401 (2 Credits) Introduction

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

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

Programing for Digital Media EE1707. Lecture 4 JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK

Programing for Digital Media EE1707. Lecture 4 JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK Programing for Digital Media EE1707 Lecture 4 JavaScript By: A. Mousavi & P. Broomhead SERG, School of Engineering Design, Brunel University, UK 1 today Event Handling in JavaScript Client-Side JavaScript

More information

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION epromo Guidelines HTML Maximum width 700px (length = N/A) Image resolution should be 72dpi Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than

More information

Chapter 6: CSS Layouts

Chapter 6: CSS Layouts Chapter 6: CSS Layouts Learning Outcomes: Identify the four types of CSS positioning: static, relative, fixed and absolute Identify the use of CSS floats Be able to implement HTML and CSS to construct

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES CLASS :: 13 12.01 2014 AGENDA SIMPLE CSS MENU W/ HOVER EFFECTS :: The Nav Element :: Styling the Nav :: UL, LI, and Anchor Elements :: Styling the UL and LI Elements TEMPLATE CREATION :: Why Templates?

More information

Cascading Style Sheets (Part II)

Cascading Style Sheets (Part II) Cascading Style Sheets (CSSs) (Part II) Page Layout with Styles...1 Offsetting Elements...1 Positioning Elements Absolutely...3 Positioning Elements in 3D...4 Displaying and Hiding Elements...5 Setting

More information

TLN Hover Menu Up to 3 or More Levels

TLN Hover Menu Up to 3 or More Levels TLN Hover Menu Up to 3 or More Levels Applies to: This article applied to EP 7.0 EHP1 SP6. Summary We already have documents/codes for implementation of 2 level hover menu in TLN. This document provides

More information

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: CREATING AN HTML LIST Most horizontal or vertical navigation bars begin with a simple

More information

Media Stylesheets and Navigation with CSS goodness. Webpage Design

Media Stylesheets and Navigation with CSS goodness. Webpage Design Media Stylesheets and Navigation with CSS goodness Webpage Design Printing web pages the problem Here s a nice enough website that is clearly designed for the screen. The links are there because they work

More information

Snapsis CSS NavMenu Development Guide

Snapsis CSS NavMenu Development Guide Snapsis CSS NavMenu Development Guide Overview This document outlines the Snapsis NavMenu Skin Object for the DotNetNuke portal system. This module supports any type of navigation through a template driven

More information

There are 3 places you can write CSS.

There are 3 places you can write CSS. EXTRA CSS3. #4 Where to write CSS. There are 3 places you can write CSS. The best option is to write CSS is in a separate.css file. You then link that file to your HTML file in the head of your document:

More information

AN INTRODUCTION TO WEB PROGRAMMING. Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN

AN INTRODUCTION TO WEB PROGRAMMING. Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN AN INTRODUCTION TO WEB PROGRAMMING Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN CONTENTS A bit of history Inline vs. Embedded vs. External Style

More information

Chapter 5: The Box Model, Links, Lists and Tables

Chapter 5: The Box Model, Links, Lists and Tables Chapter 5: The Box Model, Links, Lists and Tables Learning Outcomes: Be able to manipulate the appearance of HTML hyperlinks, lists and tables using CSS Identify the features of the CSS box model and how

More information

Patron- Driven Expedited Cataloging Enhancement to WebPAC Pro

Patron- Driven Expedited Cataloging Enhancement to WebPAC Pro Patron- Driven Expedited Cataloging Enhancement to WebPAC Pro Prepared by Steven Bernstein Project Description This enhancement to the Innovative Millennium ILS provides users with a direct method for

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 2 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is

More information

User's Guide Visual Profile Appendix L Version 7.5.2

User's Guide Visual Profile Appendix L Version 7.5.2 User's Guide Visual Profile Appendix L Version 7.5.2 MobilityGuard AB Appendix L Visual Profile v 7.4 Table of Contents 1 Introduction...3 2 Configuration...3 2.1 Select a theme to use...3 2.2 The theme

More information

LESSON 3. Coding Tables Continued

LESSON 3. Coding Tables Continued LESSON 3 Coding Tables Continued Lesson Learning Targets I can create a Web page table that displays text and / or images. I can create a Web page table that serves as a menu bar. Creating the Secondary

More information

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model Unit 20 - Client Side Customisation of Web Pages Week 2 Lesson 4 The Box Model So far Looked at what CSS is Looked at why we will use it Used CSS In-line Embedded (internal style-sheet) External

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

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

Positioning in CSS: There are 5 different ways we can set our position:

Positioning in CSS: There are 5 different ways we can set our position: Positioning in CSS: So you know now how to change the color and style of the elements on your webpage but how do we get them exactly where we want them to be placed? There are 5 different ways we can set

More information

To place an element at a specific position on a page use:

To place an element at a specific position on a page use: 1 2 To place an element at a specific position on a page use: position: type; top: value; right: value; bottom: value; left: value; Where type can be: absolute, relative, fixed (also static [default] and

More information

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008 Denes Kubicek Oracle ACE APEX Developer of the Year 2008 Blog & Tools at: http://www.deneskubicek.blogspot.com/ http://apex.oracle.com/pls/otn/f?p=31517:1 http://www.opal-consulting.de Create Web 2.0 Applications

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: You may create your button in GIMP. Mine is 122 pixels by 48 pixels. You can use whatever

More information

HTML & CSS. Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review

HTML & CSS. Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review HTML & CSS Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review Lesson 1: HTML Basics 1. Write main tile HTML & CSS 2. Write today s date Match

More information

Module 2 (VII): CSS [Part 4]

Module 2 (VII): CSS [Part 4] INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 2 (VII): CSS [Part 4] Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of Petroleum and Minerals

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

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax:

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax: HTML and CSS 7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6 Phone: 905-479-3780 Toll Free: 877-479-3780 Fax: 905-479-1047 e-mail: info@andarsoftware.com Web: www.andarsoftware.com.com Copyright

More information

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling Universal CSS Navigation Menu: Advanced Styling Page 1 of 15 Content 1. Introduction... 3 2. How to use... 3 2.1. Editing existing CSS Styles... 3 2.2. Creating new CSS Styles... 6 3. Explanation of styles...

More information

Introduction to Cascading Style Sheet (CSS)

Introduction to Cascading Style Sheet (CSS) Introduction to Cascading Style Sheet (CSS) Digital Media Center 129 Herring Hall http://dmc.rice.edu/ dmc-info@rice.edu (713) 348-3635 Introduction to Cascading Style Sheets 1. Overview Cascading Style

More information

To con#nue using your mailbox, you need to upgrade and verify your mailbox. The service is free.

To con#nue using your mailbox, you need to upgrade and verify your mailbox. The service is free. eric.cassette@univ-lille1.fr Account Veriication Final Warnning sur 1 19/04/2018 09:21 Sujet : eric.casse!e@univ-lille1.fr Account Verifica#on Final Warnning De : Email Admin

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

<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

PIC 40A. Midterm 1 Review

PIC 40A. Midterm 1 Review PIC 40A Midterm 1 Review XHTML and HTML5 Know the structure of an XHTML/HTML5 document (head, body) and what goes in each section. Understand meta tags and be able to give an example of a meta tags. Know

More information

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model First Diploma Unit 10 Client Side Web Week 4 -The CSS Box model Last Session CSS Basics Fonts Real world site This Session CSS box model Concept of identity -id The CSS box model represents every element

More information

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows:

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: CSS Tutorial Part 2: Lists: The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: ul { list-style-type: circle; or

More information

Lecture 10. CSS Properties. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Lecture 10. CSS Properties. Mr. Mubashir Ali Lecturer (Dept. of Computer Science) Lecture 10 CSS Properties Mr. Mubashir Ali Lecturer (Dept. of dr.mubashirali1@gmail.com 1 Summary of the previous lecture CSS basics CSS writing option CSS rules Id,s and Classes 2 Outline Font properties

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

Dreamweaver: Portfolio Site

Dreamweaver: Portfolio Site Dreamweaver: Portfolio Site Part 3 - Dreamweaver: Developing the Portfolio Site (L043) Create a new Site in Dreamweaver: Site > New Site (name the site something like: Portfolio, or Portfolio_c7) Go to

More information

Web Design and Development Tutorial 03

Web Design and Development Tutorial 03 Table of Contents Web Design & Development - Tutorial 03... 2 Using and Applying CSS to XHTML... 2 Conventions... 2 What you need for this tutorial... 2 Common Terminology... 3 Parent / Child Elements...

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

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

CASCADING STYLESHEETS

CASCADING STYLESHEETS CASCADING STYLESHEETS Cascading StyleSheets (CSS) has been mainly created because HTML is just not the right tool for precision and flexibility. HTML is not a very effective for designing web pages. Most

More information

Scriptaculous Stuart Halloway

Scriptaculous Stuart Halloway Scriptaculous Stuart Halloway stu@thinkrelevance.com Copyright 2007, Relevance, Inc. Licensed only for use in conjunction with Relevance-provided training For permission to use, send email to contact@thinkrelevance.com

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2014 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 (Practical

More information

IBM Bluemix Node-RED Watson Starter

IBM Bluemix Node-RED Watson Starter IBM Bluemix Node-RED Watson Starter Cognitive Solutions Application Development IBM Global Business Partners Duration: 45 minutes Updated: Feb 14, 2018 Klaus-Peter Schlotter kps@de.ibm.com Version 1 Overview

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

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published Cambridge International Examinations Cambridge International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 047/3 Paper 3 Practical Test B MARK SCHEME Maximum Mark:

More information

Cascading style sheets, HTML, DOM and Javascript

Cascading style sheets, HTML, DOM and Javascript CSS Dynamic HTML Cascading style sheets, HTML, DOM and Javascript DHTML Collection of technologies forming dynamic clients HTML (content content) DOM (data structure) JavaScript (behaviour) Cascading Style

More information

SECTION C GRADE 12 EXAMINATION GUIDELINES

SECTION C GRADE 12 EXAMINATION GUIDELINES SACAI SECTION C GRADE 12 EXAMINATION GUIDELINES COMPUTER APPLICATIONS TECHNOLOGY 2016 Examination guidelines for Computer Application Technology INTRODUCTION The Curriculum and Assessment Policy Statement

More information

IMY 110 Theme 7 HTML Tables

IMY 110 Theme 7 HTML Tables IMY 110 Theme 7 HTML Tables 1. HTML Tables 1.1. Tables The HTML table model allows authors to arrange data into rows and columns of cells, just as in word processing software such as Microsoft Word. It

More information

CSS CSS how to display to solve a problem External Style Sheets CSS files CSS Syntax

CSS CSS how to display to solve a problem External Style Sheets CSS files CSS Syntax CSS CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style Sheets can save a lot of work External Style Sheets

More information

Summary 4/5. (contains info about the html)

Summary 4/5. (contains info about the html) Summary Tag Info Version Attributes Comment 4/5

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

CSC309 Programming on the Web week 3: css, rwd

CSC309 Programming on the Web week 3: css, rwd CSC309 Programming on the Web week 3: css, rwd Amir H. Chinaei, Spring 2017 Office Hours: M 3:45-5:45 BA4222 ahchinaei@cs.toronto.edu http://www.cs.toronto.edu/~ahchinaei/ survey 1 in survey 1, you provide

More information

HTML HTML5. DOM(Document Object Model) CSS CSS

HTML HTML5. DOM(Document Object Model) CSS CSS HTML HTML5 DOM(Document Object Model) CSS CSS HTML html img jpg png gif jpg png gif

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

E ECMAScript, 21 elements collection, HTML, 30 31, 31. Index 161

E ECMAScript, 21 elements collection, HTML, 30 31, 31. Index 161 A element, 108 accessing objects within HTML, using JavaScript, 27 28, 28 activatediv()/deactivatediv(), 114 115, 115 ActiveXObject, AJAX and, 132, 140 adding information to page dynamically, 30, 30,

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Purpose of this doc. Most minimal. Start building your own portfolio page!

Purpose of this doc. Most minimal. Start building your own portfolio page! Purpose of this doc There are abundant online web editing tools, such as wordpress, squarespace, etc. This document is not meant to be a web editing tutorial. This simply just shows some minimal knowledge

More information

Working with Google Earth

Working with Google Earth Working with Google Earth The Places panel in Google Earth serves as a repository to bookmark locations that you want easy access to. There are two folders located in Places: My Places and Temporary Places.

More information

Sizmek Formats. HTML5 Video Wall. Build Guide

Sizmek Formats. HTML5 Video Wall. Build Guide Formats HTML5 Video Wall Build Guide Table of Contents Overview... 4 Supported Platforms... 7 Demos/Downloads... 7 Known Issues... 7 MMSlidingTab... 7 JavaScript API... 8 MMSlidingTabManager... 8 Constructor...

More information

Zen Garden. CSS Zen Garden

Zen Garden. CSS Zen Garden CSS Patrick Behr CSS HTML = content CSS = display It s important to keep them separated Less code in your HTML Easy maintenance Allows for different mediums Desktop Mobile Print Braille Zen Garden CSS

More information

SCRIPT.ACULO.US - DRAG & DROP

SCRIPT.ACULO.US - DRAG & DROP SCRIPT.ACULO.US - DRAG & DROP http://www.tutorialspoint.com/script.aculo.us/scriptaculous_drag_drop.htm Copyright tutorialspoint.com The most popular feature of Web 2.0 interface is the drag and drop facility.

More information

Tables *Note: Nothing in Volcano!*

Tables *Note: Nothing in Volcano!* Tables *Note: Nothing in Volcano!* 016 1 Learning Objectives After this lesson you will be able to Design a web page table with rows and columns of text in a grid display Write the HTML for integrated

More information

Creating a Job Aid using HTML and CSS

Creating a Job Aid using HTML and CSS Creating a Job Aid using HTML and CSS In this tutorial we will apply what we have learned about HTML and CSS. We will create a web page containing a job aid about how to buy from a vending machine. Optionally,

More information

Web Design and Implementation

Web Design and Implementation Study Guide 3 - HTML and CSS - Chap. 13-15 Name: Alexia Bernardo Due: Start of class - first day of week 5 Your HTML files must be zipped and handed in to the Study Guide 3 dropbox. Chapter 13 - Boxes

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

Thinking inside the box

Thinking inside the box Intro to CSS Thinking inside the box Thinking inside the box Thinking inside the box Thinking inside the box Thinking inside the box Thinking inside the box Thinking inside

More information

Advance CSS. Example: CSS Animation

Advance CSS. Example: CSS Animation Advance CSS Example: CSS Animation width:100px; height:100px; background:red;

More information

HTML & CSS Cheat Sheet

HTML & CSS Cheat Sheet 1 HTML & CSS Cheat Sheet Fall 2017 HTML & CSS Cheat Sheet from Typographic Web Design 3 by Laura Franz Web safe fonts vs web fonts You can expect these web safe fonts to work across most platforms and

More information