Https://usecry.com

HTML

(!DOCTYPE html>

This element announce the browser that this file is a html file

(head>

This element is where to put the element that's not gonna shown on the page

(title>

This element as what it say, is for the title of the web page

(style>

This element is where to put CSS (Cascading style sheet)

(body>

This element is where to put the element that's gonna shown on the page

(h1>,(h2>,(h3>,(h4>,(h5>,(h6>

Those element is the heading, it will bold and stand out the word

(p>

This element is where to write paragraph

(b>

This element is bold, it will make words heavier

(i>

This element is italic, it will make the words hard to read

(img>

This is image element, it's for inserting image on the web page. It can not be use alone, need add src inside the img element. (img src="/p/orange.png">(example picture)