- The HTML and CSS Workshop
- Lewis Coulson Brett Jephson Rob Larsen Matt Park Marian Zburlea
- 142字
- 2021-06-11 12:55:00
Summary
In this chapter, we have begun our journey into building web pages. Knowing the range of HTML tags available to you is crucial in writing well-formed HTML documents. These include header, footer, and section tags.
You should now feel comfortable taking a visual design or wireframe and converting this into the skeleton of an HTML document. We also looked at three common ways of styling a page layout with CSS. These involved the use of float-, flex-, and grid-based layout techniques. We then looked into what makes up the box model and used this knowledge to build the home and product pages of the video store.
In the next chapter, we will learn about the non-structural HTML elements used for content on a web page. We will then look into a number of common styling approaches to these elements using CSS.
- 在最好的年紀學Python:小學生趣味編程
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Network Automation Cookbook
- UML+OOPC嵌入式C語言開發精講
- PySide GUI Application Development(Second Edition)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- C語言程序設計
- Java高級程序設計
- 每個人的Python:數學、算法和游戲編程訓練營
- Kohana 3.0 Beginner's Guide
- Java與Android移動應用開發:技術、方法與實踐
- C++ Primer(中文版)(第5版)
- Java無難事:詳解Java編程核心思想與技術(第2版)
- Mastering PyCharm