Code - List HTML

List Html
List Html

List is a common form used to decipher the list. For example, lists that are used in html is:- List with numbers
  • - List unnumbered (bulleted list)
  • - List definition

Writing sample list :


<html>
<head> <title> example of writing list </ title>
</ head>
    <body>
       <h4> sample list numbers </ h4>
       <ol>
          <li> you </ li>
          <li> I </ li>
          <li> You and I </ li>
       </ ol>
       <h4> example bulleted list </ h4>
        <ul>
           <li> you </ li>
           <li> I </ li>
           <li> You and I </ li>
       </ ul>
</ body>
</ html>

Other examples:


<html> <head> <title> -2 writing sample list </ title> </ head> <body>
     <h4> disc bulleted list </ h4>
          <ul type = "disc">
              <li> he </ li>
              <li> we </ li>
              <li> yes please </ li>
        </ ul>
     <h4> circle bullets list </ h4>
        <ul type = "circle">
              <li> now </ li>
              <li> next </ li>
              <li> what tomorrow yo </ li>
       </ ul>
</ body> </ html>

http://project29-blogku.blogspot.co.id/

Full flash tutorial >> Flash Tutorial


Create Animation || Game || quiz game || animate cc || adobe flash cs 6

Share this

Related Posts

Previous
Next Post »