- Practical Web Development
- Paul Wellens
- 136字
- 2021-07-16 13:14:09
Summary
In this chapter, you learned the basics of HTML, the first of several languages we will use to do web development. HTML uses tags such as <p>
and tags can also have attributes, for example, <p class="blue">blue paragraph</p>
. All these tags combined on a page, an HTML page, form the building blocks of a website. Rather than giving an exhaustive list and description of all available HTML elements of tags, we walked you through the most common and useful ones.
HTML elements are used to add content to a website, not to give the site a certain look. Colors, the background and foreground, letter types, borders around images, and many more visible features of a site are handled through style sheets and another language. That language is CSS and that is the topic of our next chapter.
- Learning Java Functional Programming
- PHP程序設計(慕課版)
- Vue.js 3.0源碼解析(微課視頻版)
- Data Analysis with Stata
- C語言程序設計上機指導與習題解答(第2版)
- C#實踐教程(第2版)
- AIRIOT物聯網平臺開發框架應用與實戰
- C語言開發基礎教程(Dev-C++)(第2版)
- 深度學習:Java語言實現
- Unity 2018 Augmented Reality Projects
- 實戰Java高并發程序設計(第2版)
- Java并發編程之美
- C指針原理揭秘:基于底層實現機制
- Java Web應用開發給力起飛
- Android Game Programming by Example