codeuniv

HTML page with ALL HTML ELEMENTS (html template, html page template, full html, all html elements)

Apr 9th, 2022 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.75 KB | None | 0 0
  1. <!--You can use for any purpose, think it is MIT license or no license-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  
  8. <title>HTML for styling</title>
  9.  
  10. <!-- CSS -->
  11. <link rel="stylesheet" href="http://mrmrs.io:80/html/css/i.css">
  12.  
  13. </head>
  14.  
  15. <body>
  16.  
  17.     <h1>Heading level 1</h1>
  18.     <h2>Heading level 2</h2>
  19.     <h3>Heading level 3</h3>
  20.     <h4>Heading level 4</h4>
  21.     <h5>Heading level 5</h5>
  22.     <h6>Heading level 6</h6>
  23.  
  24.     <h2>Paragraph</h2>
  25.     <p>
  26.         Lorem ipsum <strong>consectetur</strong> adipiscing elit.
  27.     </p>
  28.  
  29.     <p>
  30.         Normal, <abbr title="Abbreviations">abbr</abbr>,
  31.         <del>del</del>
  32.         ,
  33.         <dfn>dfn</dfn>
  34.         , <em>em</em>,
  35.         <ins>ins</ins>
  36.         ,
  37.         <mark>mark</mark>
  38.         , <s>strike through</s>, <small>small</small>, <strong>strong</strong>,
  39.         <sub>sub</sub>, <sup>sup</sup>, <u>u</u>
  40.     </p>
  41.  
  42.     <!-- CHECK UNICODE SUPPORT\multi-languages support-->
  43.     <h3>Thai language</h3>
  44.     <p>กาญจน์ ซังเตผลักดันม้ง แฟนซีอิ่มแปร้ นายพรานยูโร เมคอัพ
  45.         แรงใจซัพพลายเจ็ต ลอจิสติกส์ ค
  46.     <p>แอปเปิ้ลแมกกาซีนยาวี ไอซียูปัจเจกชนเป่ายิ้งฉุบไฮไลท์เตี๊ยม
  47.         ซีรีส์กัมมันตะแม่ค้าโอเลี้ยงวิน เลิฟต่อยอดผลไม้ พงษ์ดิกชันนารีซูม
  48.     <p>
  49.         By <a href="http://lorem.in.th/" onclick="return false;">lorem.in.th</a>
  50.     </p>
  51.  
  52.     <h2>Links</h2>
  53.     <p>
  54.         These are links: <a href="?2017-06-2703%3A30%3A17"
  55.             onclick="return false;">never visited link (just don't click or
  56.             it will becomes visited)</a>, <a href=".">visited link</a>. Mouse hover
  57.         to see effects.
  58.     </p>
  59.  
  60.     <h2>Lists</h2>
  61.     <h3>Unordered list</h3>
  62.     <ul>
  63.         <li>List item with a much longer description or more content.</li>
  64.         <li>List item</li>
  65.         <li>List item
  66.             <ul>
  67.                 <li>Nested list item</li>
  68.                 <li>Nested list item</li>
  69.                 <li>Nested list item</li>
  70.             </ul>
  71.         </li>
  72.         <li>List item</li>
  73.         <li>List item</li>
  74.         <li>List item</li>
  75.     </ul>
  76.     <h3>Ordered list</h3>
  77.     <ol>
  78.         <li>List item with a much longer description or more content.</li>
  79.         <li>List item</li>
  80.         <li>List item
  81.             <ol>
  82.                 <li>Nested List Item</li>
  83.                 <li>Nested List Item</li>
  84.                 <li>Nested List Item</li>
  85.             </ol>
  86.         </li>
  87.         <li>List item</li>
  88.         <li>List item</li>
  89.         <li>List item</li>
  90.     </ol>
  91.     <h3>Mixed</h3>
  92.     <ul>
  93.         <li>List item with a much longer description or more content.</li>
  94.         <li>List item</li>
  95.         <li>List item
  96.             <ol>
  97.                 <li>Nested list item</li>
  98.                 <li>Nested list item</li>
  99.                 <li>Nested list item</li>
  100.             </ol>
  101.         </li>
  102.         <li>List item</li>
  103.         <li>List item</li>
  104.         <li>List item</li>
  105.     </ul>
  106.     <ol>
  107.         <li>List item with a much longer description or more content.</li>
  108.         <li>List item</li>
  109.         <li>List item
  110.             <ul>
  111.                 <li>Nested List Item</li>
  112.                 <li>Nested List Item</li>
  113.                 <li>Nested List Item
  114.                     <ol>
  115.                         <li>Nested List Item</li>
  116.                         <li>Nested List Item</li>
  117.                         <li>Nested List Item
  118.                             <ol>
  119.                                 <li>Nested List Item</li>
  120.                                 <li>Nested List Item</li>
  121.                                 <li>Nested List Item
  122.                                     <ul>
  123.                                         <li>Nested list item</li>
  124.                                         <li>Nested list item</li>
  125.                                         <li>Nested list item</li>
  126.                                     </ul>
  127.                                 </li>
  128.                             </ol>
  129.                         </li>
  130.                     </ol>
  131.                 </li>
  132.                 <li>Nested List Item</li>
  133.                 <li>Nested List Item</li>
  134.             </ul>
  135.         </li>
  136.         <li>List item</li>
  137.         <li>List item</li>
  138.         <li>List item</li>
  139.     </ol>
  140.  
  141.     <h3>Definition list</h3>
  142.     <dl>
  143.         <dt>Definition list</dt>
  144.         <dd>Consectetur adipisicing elit, sed do eiusmod tempor
  145.             incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
  146.             quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
  147.             commodo consequat.</dd>
  148.         <dt>Lorem ipsum dolor sit amet</dt>
  149.         <dd>Consectetur adipisicing elit, sed do eiusmod tempor
  150.             incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
  151.             quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
  152.             commodo consequat.</dd>
  153.     </dl>
  154.  
  155.     <h3>Details &amp; Summary</h3>
  156.     <details>
  157.         <summary>Question 1</summary>
  158.         <p>
  159.             <strong>Pellentesque </strong> senectus et netus et malesuada <em>Aenean
  160.                 ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit
  161.             amet est
  162.             <code>commodo vitae</code>
  163.             , ornare sit tempus lacus enim ac dui. <a href="#"
  164.                 onclick="return false;">Donec enim</a> in turpis pulvinar facilisis.
  165.             Ut felis.
  166.         </p>
  167.  
  168.         <details>
  169.             <summary>Related documents</summary>
  170.             <ul>
  171.                 <li><a href="#" onclick="return false;">Lorem ipsum dolor
  172.                         sit amet, consectetuer adipiscing elit.</a></li>
  173.                 <li><a href="#" onclick="return false;">Aliquam tincidunt
  174.                         mauris eu risus.</a></li>
  175.                 <li><a href="#" onclick="return false;">Lorem ipsum dolor
  176.                         sit amet, consectetuer adipiscing elit.</a></li>
  177.                 <li><a href="#" onclick="return false;">Aliquam tincidunt
  178.                         mauris eu risus.</a></li>
  179.             </ul>
  180.         </details>
  181.     </details>
  182.  
  183.     <details>
  184.         <summary>Question 2</summary>
  185.         <p>Duis consequat metus et eros rutrum, interdum facilisis urna
  186.             interdum. Etiam facilisis diam in libero varius ultricies id id est.
  187.             Sed lacinia pellentesque sem vel sagittis.</p>
  188.     </details>
  189.  
  190.     <h2>Blockquote</h2>
  191.     <blockquote>
  192.         Those people who think they know everything are a great annoyance to
  193.         those of us who do.<cite>Isaac Asimov</cite>
  194.     </blockquote>
  195.  
  196.     <h2>Code</h2>
  197.     <p>
  198.         This is inline code
  199.         <code>&lt;div&gt;div element&lt;/div&gt;</code>
  200.         . This is sample output
  201.         <samp>sample</samp>
  202.         And below is block code.
  203.     </p>
  204.  
  205.     <pre>
  206. &lt;div&gt;
  207.     div element
  208.     &lt;p&gt;paragraph&lt;/p&gt;
  209. &lt;/div&gt;</pre>
  210.  
  211.     <p>
  212.         The input keyboard
  213.         <kbd>Ctrl</kbd>
  214.         +
  215.         <kbd>S</kbd>
  216.         . This is variable:
  217.         <var>y</var>
  218.         =
  219.         <var>m</var>
  220.         <var>x</var>
  221.         +
  222.         <var>b</var>
  223.     </p>
  224.  
  225.     <h2>Table</h2>
  226.     <table>
  227.         <thead>
  228.             <tr>
  229.                 <th>Table heading</th>
  230.                 <th>Table heading</th>
  231.             </tr>
  232.         </thead>
  233.         <tfoot>
  234.             <tr>
  235.                 <th>Table footer</th>
  236.                 <th>Table footer</th>
  237.             </tr>
  238.         </tfoot>
  239.         <tbody>
  240.             <tr>
  241.                 <td>Table data</td>
  242.                 <td>Table data</td>
  243.             </tr>
  244.             <tr>
  245.                 <td>Table data</td>
  246.                 <td>Table data</td>
  247.             </tr>
  248.             <tr>
  249.                 <td>Table data</td>
  250.                 <td>Table data</td>
  251.             </tr>
  252.             <tr>
  253.                 <td>Table data</td>
  254.                 <td>Table data</td>
  255.             </tr>
  256.         </tbody>
  257.     </table>
  258.  
  259.     <h2>Form elements</h2>
  260.     <form>
  261.         <fieldset>
  262.             <legend>Input types</legend>
  263.             <p>
  264.                 <label for="input-type-color">Input Color</label><br> <input
  265.                     id="input-type-color" type="color">
  266.             </p>
  267.             <p>
  268.                 <label for="input-type-date">Input Date</label><br> <input
  269.                     id="input-type-date" type="date">
  270.             </p>
  271.             <p>
  272.                 <label for="input-type-datetime-local">Input Datetime-local</label><br>
  273.                 <input id="input-type-datetime-local" type="datetime-local">
  274.             </p>
  275.             <p>
  276.                 <label for="input-type-email">Input Email</label><br> <input
  277.                     id="input-type-email" type="email">
  278.             </p>
  279.             <p>
  280.                 <label for="input-type-file">Input File</label><br> <input
  281.                     id="input-type-file" type="file">
  282.             </p>
  283.             <p>
  284.                 <label for="input-type-hidden">Input Hidden</label><br> <input
  285.                     id="input-type-hidden" type="hidden">
  286.             </p>
  287.             <p>
  288.                 <label for="input-type-month">Input Month</label><br> <input
  289.                     id="input-type-month" type="month">
  290.             </p>
  291.             <p>
  292.                 <label for="input-type-number">Input Number</label><br> <input
  293.                     id="input-type-number" type="number">
  294.             </p>
  295.             <p>
  296.                 <label for="input-type-password">Input Password</label><br> <input
  297.                     id="input-type-password" type="password">
  298.             </p>
  299.             <p>
  300.                 <label for="input-type-range">Input Range</label><br> <input
  301.                     id="input-type-range" type="range">
  302.             </p>
  303.             <p>
  304.                 <label for="input-type-search">Input Search</label><br> <input
  305.                     id="input-type-search" type="search">
  306.             </p>
  307.             <p>
  308.                 <label for="input-type-tel">Input Tel</label><br> <input
  309.                     id="input-type-tel" type="tel">
  310.             </p>
  311.             <p>
  312.                 <label for="input-type-text">Input Text</label><br> <input
  313.                     id="input-type-text" type="text">
  314.             </p>
  315.             <p>
  316.                 <label for="input-type-time">Input Time</label><br> <input
  317.                     id="input-type-time" type="time">
  318.             </p>
  319.             <p>
  320.                 <label for="input-type-url">Input Url</label><br> <input
  321.                     id="input-type-url" type="url">
  322.             </p>
  323.             <p>
  324.                 <label for="input-type-week">Input Week</label><br> <input
  325.                     id="input-type-week" type="week">
  326.             </p>
  327.  
  328.         </fieldset>
  329.         <p>
  330.             <label fpr="input-type-text-readonly">Input Text read only</label><br>
  331.             <input id="input-type-text-readonly" type="text" readonly="">
  332.         </p>
  333.         <p>
  334.             <label><input type="radio" name="input-radio" value="1">
  335.                 Input radio option 1</label><br> <label><input type="radio"
  336.                 name="input-radio" value="2"> Input radio option 2</label>
  337.         </p>
  338.         <p>
  339.             <label><input type="radio" name="input-radio-disabled"
  340.                 value="1" disabled=""> Input radio option 1</label><br> <label><input
  341.                 type="radio" name="input-radio-disabled" value="2" disabled="">
  342.                 Input radio option 2</label>
  343.         </p>
  344.         <p>
  345.             <label><input type="checkbox"> Input checkbox 1</label><br>
  346.             <label><input type="checkbox"> Input checkbox 2</label>
  347.         </p>
  348.         <p>
  349.             <label><input type="checkbox" disabled=""> Input
  350.                 checkbox 1</label><br> <label><input type="checkbox"
  351.                 disabled=""> Input checkbox 2</label>
  352.         </p>
  353.         <p>
  354.             <label for="input-textarea">Textarea</label><br>
  355.             <textarea id="input-textarea"></textarea>
  356.         </p>
  357.         <p>
  358.             <label for="input-textarea-disabled">Textarea disabled</label><br>
  359.             <textarea id="input-textarea-disabled" disabled=""></textarea>
  360.         </p>
  361.         <p>
  362.             <label for="input-textarea-readonly">Textarea readonly</label><br>
  363.             <textarea id="input-textarea-readonly" readonly=""></textarea>
  364.         </p>
  365.         <p>
  366.             <label for="input-select">Select box</label><br> <select
  367.                 id="input-select">
  368.                 <optgroup label="Group1">
  369.                     <option>1</option>
  370.                     <option>2</option>
  371.                     <option>3</option>
  372.                 </optgroup>
  373.                 <optgroup label="Group2">
  374.                     <option>1</option>
  375.                     <option>2</option>
  376.                     <option>3</option>
  377.                 </optgroup>
  378.                 <option>out of optgroup</option>
  379.             </select>
  380.         </p>
  381.         <p>
  382.             <label for="input-select-multiple">Select multiple</label><br> <select
  383.                 id="input-select-multiple" multiple="">
  384.                 <option>Use Ctrl+click to select multiple options</option>
  385.                 <option>1</option>
  386.                 <option>2</option>
  387.                 <option>3</option>
  388.                 <option>4</option>
  389.             </select>
  390.         </p>
  391.         <p>
  392.             <label for="input-select-disabled">Select disabled</label><br> <select
  393.                 id="input-select-disabled" disabled="">
  394.                 <option>1</option>
  395.                 <option>2</option>
  396.                 <option>3</option>
  397.             </select>
  398.         </p>
  399.         <p>
  400.             <button type="button">Normal button</button>
  401.             <button type="submit" onclick="return false;">Submit button</button>
  402.             <button type="reset" onclick="return false;">Reset button</button>
  403.             <button type="button" disabled="">Disabled button</button>
  404.         </p>
  405.         <p>
  406.             <input type="button" value="Input normal button"> <input
  407.                 type="submit" value="Input submit button" onclick="return false;">
  408.             <input type="reset" value="Input reset button"
  409.                 onclick="return false;"> <input type="button"
  410.                 value="Input disabled button" disabled="">
  411.         </p>
  412.         <p>
  413.             <a class="button" href="#" onclick="return false;">Anchor button</a>
  414.             <a class="button disabled" href="#" onclick="return false;">Anchor
  415.                 disabled button</a>
  416.         </p>
  417.     </form>
  418.  
  419.  
  420.  
  421.     <!--JAVASCRIPT HERE -->
  422.  
  423.     <!-- HTML5 -->
  424.     <script src="mycode.js"></script>
  425.  
  426.     <!-- HTML4 -->
  427.     <script type="text/javascript" src="javascript.js"></script>
  428.  
  429.     </body>
  430.  
  431. </html>
Add Comment
Please, Sign In to add comment