|
|
Line 1: |
Line 1: |
− | {| class="wikitable"
| |
− | |-
| |
− | ! style="background-color:#1E90FF; color:white; padding:20px; text-align:center;"| Scheje Education
| |
− | |-
| |
| | | |
− | {| colspan="5" style="text-align:center;"
| |
− | | class="menu" style="background-color:#333; overflow:hidden; position:sticky; top:0;"
| |
− | ! [[#search in CNMCyber|Search in CNMCyber]]
| |
− | ! [[#about us|About Us]]
| |
− | ! [[#services|Services]]
| |
− | ! [[#login|Log In]]
| |
− | |}
| |
− |
| |
− | This code creates a table with one row and four columns, where each column contains a menu item. The colspan attribute is set to 5 to make the table span across five columns, and the style attribute is used to center the table and apply some styling to the menu bar, such as a fixed position at the top of the page and a dark background color. The ! markup is used to indicate a table header cell, which is styled as a menu item with a link to the corresponding section of the page.
| |
− |
| |
− | You can customize the appearance of the menu bar by adjusting the values of the style attribute or by adding additional styling using CSS.
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | ! class="content" style="padding:20px;"
| |
− | |
| |
− | {{-}}
| |
− | {| style="margin:0 auto;"
| |
− | |-
| |
− | | colspan="2" |<!-- Header -->
| |
− | <div style="background-color:#87CEEB; color:white; padding:20px; text-align:center;">
| |
− | <h1>Scheje Education</h1>
| |
− | </div>
| |
− | |-
| |
− | | colspan="2" |<!-- Main content -->
| |
− | <div id="content" style="padding:20px;">
| |
− | <!-- Programs -->
| |
− | <div id="programs">
| |
− | <h2>Programs</h2>
| |
− | <ul>
| |
− | <li><b>Business and Management</b>
| |
− | <ul>
| |
− | <li>About Us</li>
| |
− | <li>Registter</li>
| |
− | <li>For Employers</li>
| |
− | </ul>
| |
− | </li>
| |
− | <ul>
| |
− |
| |
− | </ul>
| |
− | </li>
| |
− | <li><b>Information Technology</b>
| |
− | <ul>
| |
− | </ul>
| |
− | </li>
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− | <ul>
| |
− | <li>New York City, NY</li>
| |
− | <li>Los Angeles, CA</li>
| |
− | <li>Houston, TX</li>
| |
− | <li>Chicago, IL</li>
| |
− | </ul>
| |
− | </div>
| |
− | <!-- Notable alumni -->
| |
− | <div id="alumni">
| |
− | <h2>Notable alumni</h2>
| |
− | <ul>
| |
− | <li>Jane Doe - Class of 2005, CEO of ABC Company</li>
| |
− | <li>John Smith - Class of 2010, CFO of XYZ Corporation</li>
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− | |}
| |
− | |-
| |
− | | colspan="2" |<!-- Footer -->
| |
− | <div style="background-color:#4CAF50; color:white; padding:10px; text-align:center;">
| |
− | <p>© 2023 Scheje Education</p>
| |
− | </div>
| |
− | |-
| |
− | |}
| |