In this project, I was required to build a basic recipe website with what I learn about HTML so far in TOP. Which are:
- Elements
<html>
,<head>
,<body>
- Tags
<tittle>
- heading tags
<h1-h6>
<img>
,<a>
<ul>
,<ol>
,<li>
<p>
,<strong>
,<em>
,<br>
- Attribute
lang="en"
charset="utf-8"
src="absolute or relative paths"
alt="description"
- size attributes
width=""
,height=""
href="absolute or relative links"
target="_blank or _self"
rel="noopener noreferrer"
- HTML