Css Combinators

Css Combinators 有以下四種descendant selector (space)child selector (>)adjacent sibling selector (+)general sibling selector (~)以這個html為例,html都是巢狀,所以是一層包一層的結果,如果我們想要選擇下層的標籤內容,可以使用descendant selector  語法是:在上層跟下層中間加上一個”空白”<!DOCTYPE html><html><head> <style> div...

Css Selector

 範例如下index.html<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>uHost</title> <link rel="shortcut icon" href="favicon.png"> <link rel="stylesheet" href="index.css"></head><body><main> <section> <h1>Get the freedom...