<!DOCTYPE html> : indicate the filetype is html

<html>:starts of html content

<head>:html head part

<title>:tilte of the html page in browser

<body>:html body part

<p>:paragragh

<h1>:heading

<h1>,<h2>,<h3>,<h4>,<h5>,<h6>:Headings just different in size

<img src="location of the p_w_picpath">:add p_w_picpath to website

<a href="URL">:hyperlink site when click the p_w_picpath


详细内容见codecademy: HTML Basic


(完)