Category: HTML

HTML complete tutorial for beginners and experts

Iframes – HTML

Display a webpage inside a webpage. Syntax iframe attributes height sets height of iframe. width sets width of iframe. src…

Id – HTML

It is an attribute of all html elements, used to uniquely identify Html elements. it gives unique identity to html…

Class – HTML

Class is an attribute or property of all html elements, used to apply style or css to change look and…

JavaScript – HTML

HTML is static, it means elements default behavior cannot be changed. so to change its default behavior and to manipulate…

Comment – HTML

HTML comments are not visible to user, because it is not processed or rendered by web browser.It is used by…

Title – HTML

It is webpage short description which gives user an idea about webpage. it is displayed next to favicon on web…

favicon – HTML

It is an image with size of 20px x 20px, displayed left in title bar of web browser. For favicon…

<address> tag HTML

address tag is used for Contact Information in HTML Example: <html><body><address>H-39<br/>Writers Lane<br>90-20-30<br>India.</address></body></html>