- Mastering CSS
- Rich Finelli
- 132字
- 2021-07-08 09:45:55
The Shark movies page
Here we have a new HTML page about shark movies. If you look at this page, you'll see an image on top of a title, on top of some text, and on top of a link; as you scroll down, you'll see that there are three sections like that for each of the three movies:

The HTML is fairly straightforward. There are three sections, each with a div tag with a class of wrapper, which is centering the content. Inside the wrapper class, there's an anchor tag with an image inside it. Underneath the anchor tag is an h1 tag containing the title and some paragraph text. This is followed by an anchor tag, which is a link to learn more. Here's a screenshot of the first section:

推薦閱讀
- The Complete Rust Programming Reference Guide
- Learning NServiceBus(Second Edition)
- C#程序設計教程
- Vue.js 3.0源碼解析(微課視頻版)
- Silverlight魔幻銀燈
- D3.js 4.x Data Visualization(Third Edition)
- 微信小程序開發與實戰(微課版)
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- 從Power BI到Analysis Services:企業級數據分析實戰
- Appcelerator Titanium:Patterns and Best Practices
- Python Projects for Kids
- Java程序設計教程
- VMware vSphere Design Essentials
- 用Go語言自制編譯器