Advertisement
Ziomnexpl

listy HTML

Jan 20th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.     <title>Document</title>
  9. </head>
  10.  
  11. <body>
  12.     <ol type="I">
  13.         <li>wprowadzenie
  14.             <ol type="1">
  15.                 <li>składniejęzyka htms
  16.                     <ol type="a">
  17.                         <li>znaczniki i elementy</li>
  18.                         <li>struktura dokumentu html</li>
  19.                         <li>pierwszastrona www</li>
  20.                     </ol>
  21.  
  22.                 </li>
  23.                 <li value="7">kaskadowe arkusze stylów
  24.                     <ol type="a">
  25.                         <li>struktura i wygląd dokumentów</li>
  26.                         <li>dołączanie stylów do dokumentów
  27.                             <ul type="square">
  28.                                 <li>style zewnętrzne</li>
  29.                                 <li>style zewnętrzne</li>
  30.                             </ul>
  31.                         </li>
  32.                         <li>domyślny język stylów</li>
  33.                     </ol>
  34.                 </li>
  35.                 <li>składnia kaskadowych arkuszy stylów
  36.                     <ol>
  37.                     </ol>
  38.                 </li>
  39.             </ol>
  40.         </li>
  41.         <li>dodatki
  42.             <ol type="A">
  43.                 <li>instalacja oprogramowania</li>
  44.             </ol>
  45.         </li>
  46.         <li>skorowidz
  47.  
  48.         </li>
  49.     </ol>
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement