leetcode卡 website tutorial:网站教程
leetcode卡如何建立网站示例1:HTML创建您的第一个HTML页面。
<!DOCTYPE html>
<head>
<>Example 1</>
</head>
<body>
<h1>Hello world!</h1>
<p1>My first HTML :)</p1>
</body>
</html>
示例2:CSS
.html
<!DOCTYPE html>
<head>
<link rel=\"stylesheet\" type=\"text/css\" href=\"./style.css\">
<>Example 2</>
</head>
<body>
<h1 style=\"color: gray; font-family: 'Helvetica Neue'; font-weight: 100; font-size: 70px;\">Hello world</h1>