html5

html:5 basic

<!DOCTYPE html>
<html>
<head>
    <!-- Our metedata goes here -->
    <title></title>
</head>
<body>
    <!-- Our content goes here -->
</body>
</html>

basic tag

paragraph

<h1></h1>
<h2></h2>
<p></p>

list

div and span

table

forms 表单

input

label

Last updated

Was this helpful?