我正在爲我的html類做功課。這本書讓我們插入一些CSS。所以我複製粘貼它。這裏是。什麼是.css in css?
body {
font-family: Arial, Verdana, Garamond;
font-size: 11pt;
}
a {
text-decoration: none;
color: #122973;
}
table {
width: 65%;
margin-left: auto;
margin-right: auto;
border-spacing:10px;
}
.menu {
text-align: left;
width: 20%;
}
.content {
width: 80%;
}
但我不明白.content
是什麼。或者.menu
。 當我用Google搜索的內容,它給我的東西像
content: open-quote;
content: close-quote;
content: no-open-quote;
content: no-close-quote;
這裏是解決圖像我的功課。 該圖片的哪一部分使用.menu和.content規則? 在我的作業中,它從來沒有說過要給任何一個叫做內容或菜單的課程。
家庭作業提供的標記或您希望自己寫的東西是標記嗎? – BoltClock 2015-03-31 16:42:28
搜索Google不會爲你做任何事情,課程可以設置爲任何內容。 – APAD1 2015-03-31 16:44:23
所有的CSS都來自這本書。 我們必須輸入html。 剛剛想到,也許我們應該使用常識,並將這些類放在html中。由於通常我們只是沿着方向走,所以我的思想開始滑落。我們從來不需要做任何事情,除了方向所說的話。 – 2015-03-31 16:45:19