- 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:

推薦閱讀
- Android Development with Kotlin
- Scala Design Patterns
- Unity 2020 Mobile Game Development
- Servlet/JSP深入詳解
- R的極客理想:工具篇
- Teaching with Google Classroom
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Unity 2017 Mobile Game Development
- Geospatial Development By Example with Python
- OpenMP核心技術指南
- CodeIgniter Web Application Blueprints
- Simulation for Data Science with R
- Building Slack Bots
- 快樂編程:青少年思維訓練
- Spark技術內幕:深入解析Spark內核架構設計與實現原理