Website Design & Development Course Outline
Website Design & Development Course Outline
Website Design & Development Course Outline
HTML
Basic tags <html><head> <body>
Bg color attribute <body bg color=”red”>
Background Image <body background=”.\img\1.jpg”>
Formetting
<b><u><i>
<br>
<p>
 
<h1>….<h6>,
<hr>
<hr color=”blue” height=”1” width=”20”>
<center>
<font face=”Arial” size=”14”>
<ul type=”circle”/”square”/>
<li>
</ul>
<DL>
<DT> ========= Heading
<DD>==============Explaination
</DL>
<img src=”.\img\abc” height=”300” width=”400” opacity=”50% 70% 100%
align=”center”/“left”/“right” valign=”top”/ “middle” /”CENTER”>
<marquee> </marquree>
Table
<Table border= “1/0/2/3/4” height=”200” width=”500”>
Table Caption <caption align= “bottom/top” > </caption>
Table header(bold & center) <th>
Table row <tr height=”50”> </tr>
Table column <td width=”50”>
<audio controls>
</audio>
Video Embedding
</video>
External Link
Internal Link
MAPS
Frames
<head></head>
<frameset rows=”50%”,”50%”>
<frameset cols=”20%”,*>
<frame src=”1.html”>
<frame src=”2.html”>
</frameset>
<frameset cols=”70%”,”30%”>
<frame src=”3.html”>
<frame src=”4.html”>
</frameset>
</frameset>
There will be no body tag in this
</layer>
DHTML
In line Style Sheeting (Style is Typed in the tag where it is required)
<style type="text/css">
body{
background-color:black;
color:White;
Font-family:Arial;
}
.abc{
background-color:red;
color:orange;
Font-family: Courier New;
}
#xyz{
background-color:blue;
color:Yellow;
font-family:Snap ITc
}
</style>
External Style Sheeting (a file will be saved as style.css) and attributes will
be pasted in it.
Font Attributes
Attributes Value
Font-Family Arial, San Sarif
Font-Size 1% 2% 1px 2Px 20px
Font-Style Normal, Italic,Oblique
Font-weight Normal Bold Bolder lighter or 100 200-900
Font-Color Hexadecimal code or color name
Color+Background
Attributes Value
Color Hexadecimal code or color name
Background-color Hexadecimal code or color name
Background-Image .\image\1.jpg
Background-Repeat No-repeat,repeat-x,repeat-y,repeat
Text
Attributes Value
Text-decoration None,underline,overline,line-through,blink
Vertical-Alignment Baseline,sub,super,top,text-top
Text-Transform Capatalize,Upper,Lower
Text-align Left,center right,Justify
Text-Indent 3%,30px,3
Margin
Attributes Value
Margin-top 10,10%,10px
Margin-bottom 10,10%,10px
Margin-Left 10,10%,10px
Margin-Right 10,10%,10px
Margin 10,10%,10px
List Style
Attributes Value
List-style Disc,circl,square,decimal,lower-roman,upper-
roman,lower-alpha,upper-alpha,none
Border
Attributes Value
Border-style Solid,double,groove ridge,inst,onset
Border-color Color name,hexa code
Border-width Thick,medium,thin
Border-bottom-width Thick,medium,thin
Border-top-width Thick,medium,thin
Border-left-width Thick,medium,thin
Border-right-width Thick,medium,thin
Border-top 10,green,solid (width,color,style)
Border-bottom 10,green,solid (width,color,style)
Border-left 10,green,solid (width,color,style)
Border-right 10,green,solid (width,color,style)
border Can Take up all attributes of border.