이 무엇을 의미하는지 알 수 없습니까? 오늘은 에디터가 이 글을 통해 자세한 소개를 해드리겠습니다."/> 이 무엇을 의미하는지 알 수 없습니까? 오늘은 에디터가 이 글을 통해 자세한 소개를 해드리겠습니다.">

>php教程 >PHP开发 >BootStrap중

  • BootStrap중
  • 高洛峰
    高洛峰원래의
    2016-12-28 13:01:091329검색
  • 최근 bootstrap3.3.5를 배우고 있는데 663b62d0565d601ff1fa497b49f256ee의 의미를 알 수 없는 문제가 발생했습니다.

    프레젠테이션

    n. [웹] 프리젠테이션, 목록 [일반 소프트웨어] 데모(출처: Turing Computer Glossary); 설명, 개요, 설명, 표현; [의료] 표현, 외모(심리적) [Jing] 프롬프트, 넘겨주기

    이것에서 추론할 수 있습니다: 프리젠테이션은 부트스트랩b7bd487be4414a9c6281349821223537은 [목록]이 가장 적합함을 의미합니다.

    순서가 지정되지 않은 HTML 목록:

    <ul>
     <li>Coffee</li>
     <li>Tea</li>
     <li>Milk</li>
    </ul>
    참고: ff6d136ddc5fdfeffaf53ff6ee95f185 태그는 순서가 지정되지 않은 목록을 정의하고, li 태그는 순서가 지정되지 않은 양식/항목을 정의합니다.

    동일: a77f8c7197df53e366b78080562c330b5db79b134e9f6b82c0b36e0489ee08ed 역할의 역할은 유사합니다. 즉, 메뉴 목록 항목/ 목.

    다음은 [사례]입니다:

    <div class="dropdown">
     <button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown">
     选择你喜欢的品种
     <span class="caret"></span>
     </button>
     <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
     <li role="presentation" class="dropdown-header">选择你喜欢的水果</li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">苹果</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">香蕉</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">菠萝</a></li>
     <li role="presentation" class="divider"></li>
     <li role="presentation" class="dropdown-header">选择你喜欢的树木</li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">松树</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">白杨</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">柳树</a></li>
     <li role="presentation" class="divider"></li>
     <li role="presentation" class="dropdown-header">选择你喜欢的蔬菜</li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">芹菜</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">萝卜</a></li>
     <li role="presentation"><a role="menuitem" tabindex="-1" href="#">白菜</a></li>
     <li role="presentation" class="divider"></li>
     </ul>
    </div>

    위는 편집자가 소개한 BootStrap의 실제 경험입니다. 의미 분석, 도움이 되었으면 좋겠습니다. 질문이 있으시면 메시지를 남겨주세요. 편집자가 시간에 맞춰 답변해 드리겠습니다. 또한 PHP 중국어 웹사이트를 지원해 주신 모든 분들께 감사드립니다.

    BootStrap의
  • 성명:
    본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.