HTML 在頁面上建立物件清單並使其可編輯。如下面的程式碼所示:Canvas 和 Button 物件是用條件和特徵來描述的。
<h1>Button with div practice</h1> <canvas id = "d1"> <p>CSS exposes the graphical properties of each object and heading. The structure here resembles a class, where {} specifies useful knowledge.<br> When using CSS, try to rely on the extended list of parameters. I recommend W3Schools for a detailed look at function arguments.<br> </p> <pre class="brush:php;toolbar:false">h1 { color: #5F9EA0; font-family: courier; } canvas { width: 80pt; heigth: 140pt; padding: 5pt; border: 1pt solid lightgray; front-size: 16pt; } .Pinkback { background-color: #FAEBD7; } .Aquaback { background-color: #7FFFD4; } .LightGreen { background-color: #90EE90; } .Khaki { background-color: #F0E68C; }
這是更廣泛的調色板顏色描述的範例 (HTML):
最後但並非最不重要的一點是,使用眾所周知的 JavaScript 語言。這將使您能夠識別圖形模型並在程式結構中使用它們。
function changeColor() { dd1=document.getElementById("d1"); dd2=document.getElementById("d2"); dd1.className = "GreenL"; dd2.className = "Khaki"; } function doPink() { var dd1 = document.getElementById("d1"); dd1.style.backgroundColor = "LightGreen"; var canvas = document.getElementById("d2"); var ctx = canvas.getContext("2d"); ctx.clearRect(0,0, canvas.width, canvas.height); //canvas.style.backgroundColor = "Khaki"; } function doAqua() { var dd1 = document.getElementById("d2"); dd1.style.backgroundColor = "Khaki"; var ctx = dd1.getContext("2d"); ctx.fillStyle="Brown"; ctx.fillRect(10,10,60,60); ctx.fillRect(80,10,75,75); ctx.fillRect(165,10,90,90); ctx.fillStyle = "DarkSlateGray"; ctx.font = "30px Arial"; ctx.fillText("beaute", 20,135); }
順便說一句,為了串聯三種描述網頁的風格,我建議在早期階段使用CodePen。它將幫助您避免對 JS、HTML 和 CSS 感到困惑。祝你好運!
以上是一些WEB結構的詳細內容。更多資訊請關注PHP中文網其他相關文章!