Home >> HTML 5 >> What is Images in HTML 5

What is Images in HTML 5

Images are used for creative web page design.

It is used by <img> tag.

Example

<!Doctype Html>  
<Html>     
<Head>      
        <Title>Image</Title>  
</Head>  
<Body>   
        <img src="logo.jpg" width="200" height="200" alt="logo">
</Body>  
</Html>  

Output

 

Post Your Comment

Next Questions
What is Favicon
What is Tables
What is Table Borders
What is Table Sizes
What is Table Headers
What is Table Padding and Spacing
What is Table Colspan and Rowspan
What is Table Styling
What is Table Colgroup
How many type of Lists
What is Unordered Lists
What is Ordered Lists
What is Block and Inline Elements
What is HTML class Attribute
What is HTML id Attribute
What is HTML Iframes
What is HTML JavaScript
What is HTML File Paths
What is HTML Head Element
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

Copyright ©2022 coderraj.com. All Rights Reserved.