Write A program For Use Of List and Text property using internal css file.
Code : list-text.html
<html>
<head>
<title> list properties</title>
</head>
<ol type ="i">
<li style ="list-style-image:url(home.jpg);
latter-spacing:10;">topologies</li>
</ol>
<ol type ="squre">
<li>bus
<li>ring
<li>star
<li>mach
<li>tree
<li>hybrid
</ol>
<ol type ="i">
<li style ="list-style-image:url(follow.jpg);
word spacing:40;">osi model
</li>
</ol>
<ol type ="i">
<li style ="word-spacing:30">application<li>
<p style -"letter-spacing:10">presentation</p>
<li>session layer
<li>transport layer
<li>network layer
<li>data link layer
<li>physical layer
</body>
</html>
No comments:
Post a Comment