نمونه کد بلک آموزشی
کد با دکمه کپی
HTML & CSS Code
<!DOCTYPE html>
<html>
<head>
<style>
code {
font-family: Consolas, "courier new";
color: #e9f6f1;
background-color: #787878;
padding: 2px;
font-size: 105%;
}
</style>
</head>
<body>
<h1>The code element + CSS</h1>
<p>The HTML <code>button</code> tag defines a clickable button.</p>
</body>
</html>
Comments
Post a Comment