Home >> HTML 5 >> What is HTML Head Element in HTML 5

What is HTML Head Element in HTML 5

HTML Head Element defines the information used by HTML document.

Example

<!Doctype Html>  
<Html>     
<Head>   
   <meta charset="UTF-8">   
   <Title> HTML Head Element </Title> 
   <link rel="stylesheet" type="text/css" href="style.css">
</Head>  
<Body>   
    <img src="logo.jpg" width="200" height="200" alt="logo">
</Body>  
</Html> 

Output

Post Your Comment

Next Questions
What is HTML Layout
What is HTML Responsive Website Design
What is HTML Forms
What is HTML Form Attributes
What is HTML Form Elements
What is HTML Input Types
What is HTML Input Attributes
What is HTML Input form attributes
What is HTML SVG Graphics
What is HTML Multimedia
What is HTML Video
What is HTML Audio
How to Embed YouTube Video
What is HTML Predefined Tags
What is HTML Predefined Attributes
Comment Tag
DOCTYPE Tag
a Tag
abbr Tag
acronym Tag
address Tag
applet Tag
area Tag
article Tag
aside Tag

Copyright ©2022 coderraj.com. All Rights Reserved.