Day 5

 The following example begins by declaring the HTML5 document type (DOCTYPE) and then defines the root element <html>that marks the beginning of the HTML document. The element contains <html>two elements, the <head>and element <body>; the and element <head>contains metadata describing the document, such as the element <title>that sets the page title, the element <meta>that sets the document's character encoding, the element <link>that references the CSS document, and the element <script>that references the JavaScript code. The and element represents the content of the page itself, such as images (the ) <body>element, paragraphs (the ) element, and so on. Notice how each section of the document ends with appropriate closing tags.<img><p>

تعليقات