</head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html> • ⼤大部分標籤需要標⽰示兩兩次<…> <…/>,表⽰示開始和結束 • html 內有 head 跟 body • body 內有 2 個標籤, h1 跟 p • 寫在開始與結束中間的⽂文字會顯⽰示在網⾴頁上,不同的標籤有不同的特性、預設樣式
</head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html> • <!DOCTYPE html> 標記這是⼀一個 html ⽂文件 • html 標記⽂文件的範圍 • head 標記網⾴頁的後設資料(metadata),即描述網⾴頁的資料:網⾴頁標題、作者... • 不會直接顯⽰示在網⾴頁上 • body 標記網⾴頁內容,即會直接顯⽰示在網⾴頁上的內容
a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> <hr class="my-4"> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a> </div>