search
HomeWeb Front-endHTML Tutorial'Mastering CSS DIV web page style and layout supporting video tutorial'_html/css_WEB-ITnose

Content introduction
With the advent of Web 2.0, the standardized CSS DIV design method for web pages is gradually replacing the traditional table layout mode, and learning CSS has become a required course for designers.
This book systematically explains the basic theory and practical application technology of CSS cascading style sheets, and analyzes CSS in a simple and easy-to-understand manner through a large number of examples. It mainly includes the basic grammar and concepts of CSS, setting text, pictures, backgrounds, tables, Methods for web page elements such as forms and menus, and the use of CSS filters. It focuses on explaining how to use CSS DIV for web page layout, focusing on practical operations, so that readers can master the essence of CSS DIV while learning CSS application technology. This book also explains in detail the technical details that are less covered in other books, including the comprehensive application of extended CSS and JavaScript, XML and Ajax, etc., guiding readers to create web pages that comply with Web standards, so that readers who are engaged in or want to engage in professional work in website design and development can readers to improve their technical level and competitiveness. Finally, comprehensive examples of five common types of complete web pages are given, allowing readers to further consolidate the knowledge they have learned and improve their comprehensive application capabilities.
This book has detailed content, clear structure, and step-by-step instructions. It pays attention to the echoes and comparisons between each chapter and examples. It can be used as an introductory textbook for CSS beginners, and is also suitable for intermediate and advanced users for further study and reference.

Table of Contents
Part 1 CSS Basics
Chapter 1 Initial Experience with CSS
1.1 The Concept of CSS
1.2 Using CSS to Control Pages
1.3 Experience CSS
Chapter 2 Basic syntax of CSS
2.1 CSS selector
2.2 Selector declaration
2.3 CSS inheritance
Chapter 3 Use CSS to set rich text effects
3.1 CSS text style
3.2 Text example one: Simulating the Google company logo
3.3 Text example two: Making a colorful title for the page
3.4 CSS paragraph text
3.5 Paragraph example: Baidu search
Chapter 4 Setting images with CSS Effects
4.1 Image style
4.2 Alignment of images
4.3 Mixed arrangement of images and text
4.4 Image and text example: Eight Immortals Crossing the Sea
Chapter 5 Use CSS to set the background of a web page
5.1 Background color
5.2 Background image
5.3 Background synthesis 1: My personal homepage
5.4 Background synthesis 2: Ancient words "Niannujiao·Chibi Nostalgia"
Chapter 6 Using CSS to style tables and forms
6.1 Control table
6.2 Table example 1: Alternate rows change color
6.3 Table example 2: Table that changes color when the mouse passes over it
6.4 Table example 3: Calendar
6.5 CSS and forms
6.6 Comprehensive example One: Directly input Excel table
 6.7 Comprehensive example two: Imitating Sina Netizen Questionnaire
Chapter 7 Using CSS to set page and browser elements
 7.1 Rich hyperlink special effects
 7.2 Mouse effects
7.3 Page scroll bar
Chapter 8 Use CSS to create practical menus
8.1 Item list
8.2 Menus without tables
8.3 Menu horizontal and vertical conversion
8.4 Menu example 1: Baidu Navigation Bar
8.5 Menu Example 2: Popular Tab Menu
Chapter 9 Application of CSS Filters
9.1 Filter Overview
9.2 Channel (Alpha)
9.3 Blur (Blur)
9.4 Motion Blur
9.5 Chroma
9.6 Dropshadow
9.7 Flip
9.8 Glow
9.9 Gray Gray
9.10 Invert
9.11 Mask
9.12 Shadow
9.13 X-ray
9.14 Emboss and Engrave)
9.15 Wave
Part 2 CSS DIV beautification and layout
Chapter 10 Understanding CSS positioning and div layout
10.1 div tag and span tag
10.2 Box model
10.3 Positioning of elements
10.4 Positioning example 1: Easily sign pictures
10.5 Positioning example 2: Text shadow effect
Chapter 11 Analysis of CSS div layout method
11.1 CSS layout concepts
11.2 Fixed-width and centered layout
11.3 Left-center-right layout
11.4 Block background color problem
11.5 Typesetting example: electronic photo album
11.6 Analysis of div typesetting and traditional table typesetting
Chapter 12 CSS div beautification and layout practice
12.1 Framework construction
12.2 Example 1: Blue Classic
12.3 Example 2: Along the River During Qingming Festival
12.4 Example 3: Jiaohe Ancient City
12.5 Automatically select CSS style
Part 3 CSS Mixed Application Technology
Chapter 13 Integrated Application of CSS and JavaScript
13.1 Overview of JavaScript
13.2 Basics of JavaScript syntax
13.3 Example 1: Excel table highlighted during input
13.4 Example 2: Text from far to near
13.5 Example 3: Marquee special effect
13.6 Example 4: Picture fade in and out
13.7 Example 5: CSS to implement PPT slideshow
13.8 Example 6: Lighting effect
13.9 Example 7: Stage lighting
13.10 Example 8: Searchlight
13.11 Example 9: Mouse text following
Chapter 14 Comprehensive application of CSS and XML
14.1 XML basics
14.2 XML link CSS file
14.3 XML text shadow effect
14.4 XML ancient poetry calligraphy and painting
14.5 Tables with interlaced color changes using XML
Chapter 15 Comprehensive application of CSS and Ajax
15.1 Overview of Ajax
15.2 Getting started with Ajax
15.3 Ajax example: a web page that can freely drag the layout area
Part 4 Comprehensive Cases
Chapter 16 My Blog
16.1 Analysis Structure
16.2 Module Split
16.3 Overall Adjustment
Chapter 17 Small Studio Website
17.1 Analysis Structure
 17.2 Module Split
17.3 Overall Adjustment
Chapter 18 Corporate Website
18.1 Analysis Structure
18.2 Module Split
18.3 Overall Adjustment
Chapter 19 Online Shopping Website
 19.1 Analysis Structure
19.2 Module Analysis
19.3 Overall Adjustment
Chapter 20 Travel Website
20.1 Analysis Structure
20.2 Module Split
20.3 Overall Adjustment

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?Mar 04, 2025 pm 12:32 PM

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

How to efficiently add stroke effects to PNG images on web pages?How to efficiently add stroke effects to PNG images on web pages?Mar 04, 2025 pm 02:39 PM

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.