Topics

HTML Results

Posted in on January 27 at 08:27 PM
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:
simple actual used tags
 
 
Learn HTML
Hi today we will be learning the basic structure of a webpage.

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>&nbsp;</div>
<div>&nbsp;</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)