Daily Archives: June 29, 2010

Nested Elements in HTML

<html> has two nested elements: <head> and <body>. You can call them both children of <html>. <body> is nested within the <html> element thus is the “child” of <html>. <head> is also nested within the <html> element is is also … Continue reading

Posted in Web Design | Tagged , , | Leave a comment