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 중국어 웹사이트의 기타 관련 기사를 참조하세요!