Thank you very much for this short and to the point tutorial. It really gives me a basic information about how HTML looks. I would love to ask you a question. I have done all the steps right after you and each step really worked me perfectly except when saving "save as" especially when you were naming your doc you have saved it as " webpage.htm" and in the save as type you selected " all files" for me it never displaces that option as all files and the file doesn't appear as you did in yours. So I would love if you can help me do it properly.
<head>
<title> thanks for the help </title>
</head>
<body>
<h1> this video is really helpful </h1>
<p> some word of appreciation</p>
<p> thanks for all the guidance u gave us through this video i appreciate it. This video is really is helpful</p>
<p> ps : this is fun </p>
</body>
RE: Introduction To HTML Elements