Show Menu
Cheatography

Web Programming Exam Cheat Sheet by

Web Programming Exam Cheat Sheet

XHTML1

<!D­OCT­YPE>
<co­de>
<ht­ml>
<ci­te>
<he­ad>
<su­b>
<bo­dy>
<su­p>
<!-- -->
<bd­o>
<param />
<fo­rm>
<base />
<fi­eld­set>
<meta />
<le­gen­d>
<ti­tle>
<la­bel>
<link />
<input />
<st­yle>
<se­lec­t>
<sc­rip­t>
<op­tio­n>
<h[­1-6­]>
<te­xta­rea>
<di­v>
<bu­tto­n>
<sp­an>
<ob­jec­t>
<p>
<param />
<br />
<area />
<hr />
<base />
<a href="">
<br />
<a href="m­ail­to:­">
<col />
<a name="n­ame­">
<hr />
<a href="#­nam­e">
Core Attrib­utes:-
<ol>
class
<ul>
id
<li>
style
<dl>
title
<dt>
Events:-
<dd>
onLoad
<ta­ble>
onUnload
<ca­pti­on>
onBlur
<th­ead>
onChange
<tb­ody>
onFocus
<tf­oot>
onReset
<co­lgr­oup>
onSelect
<col />
onSubmit
<tr>
onKeydown
<th>
onKeypress
<td>
onKeyup
<img />
onClick
<st­ron­g>
onDblclick
<ab­br>
onMous­edown
<ac­ron­ym>
onMous­emove
<ad­dre­ss>
onMouseout
<pr­e>
onMous­eover
 
onMouseup

xml1

<!D­OCT­YPE....>
<!E­LEM­ENT....>
<!A­TTL­IST.......>
<!E­NTI­TY........>
<![­CDA­TA[..]­]>
<....x­mln­s:....>
 

CSS1

--Sele­ctors--
--Colo­r/B­ack­gro­und--
*
color +
div
background x
div *
backgr­oun­d-color
div span
backgr­oun­d-a­tta­chment
div, span
backgr­oun­d-r­epeat
div > span
backgr­oun­d-image
div + span
backgr­oun­d-p­osition
.class
--Text---
div.class
Text-i­ndent +
#itemid
text-align +
div#itemid
text-d­eco­ration
a[attr]
text-s­hadow
a[attr­='x']
letter­-sp­acing +
a[clas­s~='x']
word-s­pacing +
a[lang­|='en']
text-t­ran­sform +
--Pseudo Select­ors­,-C­las­ses--
white-­space +
:first­-child
line-h­eight +
:first­-line
--Boxes--
:first­-letter
margin x
:hover
margin-top
:active
margin­-right
:focus
margin­-bottom
:link
margin­-left
:visited
padding x
:lang(var)
paddin­g-top
:before
paddin­g-right
:after
paddin­g-b­ottom
--Fonts---
paddin­g-left
font + x
border x
font-f­amily +
border-top x
font-style +
border­-bottom x
font-v­ariant +
border­-right x
font-w­eight +
border­-left x
font-s­tretch +
border­-color x
font-size +
border­-to­p-color
font-s­ize­-adjust +
border­-ri­ght­-color
--Tables--
border­-bo­tto­m-color
captio­n-side +
border­-le­ft-­color
table-­layout
border­-style x
border­-co­llapse +
border­-to­p-style
border­-sp­acing +
border­-ri­ght­-style
empty-­cells +
border­-bo­tto­m-style
 
border­-le­ft-­style
 
border­-width x
display
border­-to­p-width
position
border­-ri­ght­-width
top
border­-bo­tto­m-width
right
border­-le­ft-­width
bottom
left
float
clear
z-index
direction +
unicod­e-bidi
overflow
clip
visibility
 

Javasc­ript1

Functi­ons­-window
---Eve­nts---
alert
onAbort
blur
onBlur
clearT­imeout
onChange
close
onClick
focus
onDblClick
open
onDragDrop
print
onError
setTimeout
onFocus
 
onKeyDown
--Built In functi­ons--
onKeyPress
eval
onKeyUp
parseInt
onLoad
parseFloat
onMous­eDown
isNaN
onMous­eMove
isFinite
onMouseOut
decodeURI
onMous­eOver
decode­URI­Com­ponent
onMouseUp
encodeURI
onMove
encode­URI­Com­ponent
onReset
escape
onResize
unescape
onSelect
 
onSubmit
 
onUnload
---Array--
--String--
concat
charAt
join
charCodeAt
push
fromCh­arCode
pop
concat
reverse
indexOf
shift
lastIn­dexOf
slice
locale­Compare
sort
match
splice
replace
unshift
search
--Date--
slice
getDate
split
getDay
substring
getFul­lYear
substr
getHours
toLowe­rCase
getMinutes
toUppe­rCase
getMonth
toLoca­leL­owe­rCase
getSeconds
toLoca­leU­ppe­rCase
getTime
getYear
--Basics--
setDate
Function
setHours
If...Else
setMinutes
Switch
setMonth
For Loop
setSeconds
While Loop
setYear
Do...While Loop
 
Break ,Continue
 
For...In
                           
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Web Programming Cheat Sheet

          More Cheat Sheets by sanoj

          Web Programming Cheat Sheet