head element and body tag Web Development

Head Element and Body Tag in HTML

  • October 9, 2020
  • 0 Comments

HTML <HEAD> Element The<head> element is just a container for all other header elements. It is the first thing to appear after the opening of the <html> tag. Here the scriptwriter can show decorative scripts like CSS code or JavaScript code. The <head> tag has its closing tag also which ends above the start of […]

Element and Attributes Web Development

HTML – HTML Element and Attributes Group

  • October 9, 2020
  • 0 Comments

<HTML> Element The <html> element is the containing element for the whole HTML document. After the declaration of the DOCTYPE, each and every HTML document should have the <html> element opening and closing </html> tag.   If you are writing strict XHTML 1.0 the opening must also include a namespace identifier.  The concept of using […]