6. EExxaammppllee
<<hh11>>TThhiiss iiss aa hheeaaddiinngg<<//hh11>>
<<hh22>>TThhiiss iiss aa hheeaaddiinngg<<//hh22>>
<<hh33>>TThhiiss iiss aa hheeaaddiinngg<<//hh33>>
77. Example
p.normal {font-style:normal;}
p.italic {font-style:italic;}
p.oblique {font-style:oblique;}
78. Set Font Size With
Pixels
Setting the text size with pixels, gives
you full control over the text size:
Example :
h1 {font-size:40px;}
h2 {font-size:30px;}
p {font-size:14px;}
88. HTML layout with DIV,
SPAN and CSS
Although we can achieve pretty nice layouts
with HTML tables, tables weren't really
designed as a layout tool.
The div element is a block level element
used for grouping HTML elements. Once
grouped, formatting can be applied to the
div element and everything contained within
it. While the div tag is a block-level element,
the HTML span element is used for
grouping elements at an inline level.
90. I'd recommend is that you place the
CSS into an external style sheet.
One major benefit of using CSS is
that, if you place your CSS in a
separate location (i.e. an external style
sheet), your site becomes much easier
to maintain.
96. Create Radio buttons
<input type="radio" name="sex"
value="male" /> Male
<input type="radio" name="sex"
value="female" /> Female<br/>
Editor's Notes
#60:Movie use it for other browser like opera
File formate
MP4 -&gt; video/mp4
WebM -&gt; video/webm
Ogg -&gt; video/ogg
MP3-&gt;audio/mpeg
Ogg -&gt; audio/ogg
Wav -&gt; audio/wav