天天看点

HTML标签基础知识

<!doctype html><!--这是声明是使用html5版本解析的-->

<html>

<head>

<title>我的第一个网页</title>

</head>

<body>

<p>这是一个段落</p>