Author: Charles L Mack III
Visit Gmoolah
--Page Code--
(
<div>All Website's have main parts that make up the structure of the page. A interpreter translates the page code from human readable code to code the computer can understand and turn into a beautiful webpage you can read and interact with. Head -- Where you put important details of the page like title description, ect. Body -- This is where you can design the look and fel of the webpage. Footer -- The footer contains information like copyright, contacts,related document links,branding,social,ect. Most tags used must have a opening and closing tag . Tags can go inside other tags. empty tags:</div>
<footer></footer>
<div>simple actual used tags</div>
<div> </div>
<div> </div>
<div>Learn HTML</div>
<div>Hi today we will be learning the basic structure of a webpage.</div>
<footer>
<p>Author: Charles L Mack III<br /> <a href="https://gmoolah.com/">Visit Gmoolah</a></p>
</footer>
)
Comments (0)