html Pine基本导航标题示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Pine基本导航标题示例相关的知识,希望对你有一定的参考价值。

<table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
  <tr>
    <td style="padding: 0 20px;">
      <table cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
          <!-- Logo column -->
          <td class="col pb-sm-2" width="200" style="padding: 0 10px;">
            <img src="http://placehold.it/160x160?text=LOGO" class="align-sm-center" alt="Logo" width="80" style="border-radius: 50%; max-width: 80px; width: 100%;">
          </td>
          <!-- Navigation column -->
          <td class="col" width="420" style="padding: 0 10px; vertical-align: middle;">
            <!-- Basic Nav -->
            <table align="right" class="nav align-sm-center" cellpadding="0" cellspacing="0" role="presentation">
              <tr>
                <td class="nav-item" style="padding-right: 30px;">
                  <a href="http://example.com" style="color: #000000; text-decoration: none;">News</a>
                </td>
                <td class="nav-item" style="padding-right: 30px;">
                  <a href="http://example.com" style="color: #000000; text-decoration: none;">Services</a>
                </td>
                <td class="nav-item" style="padding-right: 30px;">
                  <a href="http://example.com" style="color: #000000; text-decoration: none;">Work</a>
                </td>
                <td class="nav-item">
                  <a href="http://example.com" style="color: #000000; text-decoration: none;">Store</a>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

以上是关于html Pine基本导航标题示例的主要内容,如果未能解决你的问题,请参考以下文章

html Pine Google字体示例

html Pine .col类示例

html Pine Stats基本背景图像

html Pine Stats基本文本为中心

Pine Script 如何创建警报?

html Bootstrap-Powered HTML:基本的bootstrap布局示例,包含导航栏,jumbotron,容器,行,列