Skip to main content

HTML Attributes - What is Attributes in HTML


HTML Attributes





HTML Attributes define additional characteristics or properties of the element for example width and height of an image. 





  • All HTML elements can have attributes
  • HTML Attributes provide additional information about an element
  • Attributes are always specified in the start tag
  • Attributes usually come in name/value pairs like: name="value"




Tip: Both single and double quotes can be used to quote attribute values. However, double quotes are the most common. In situations where the attribute value itself contains double quotes, it is necessary to wrap the value in single quotes





href Attribute in HTML





HTML links are defined with the <a> tag. The link address is specified in the href attribute:





For Example:





<a href=" https://ilmiblog.com.pk/ ">This is a link</a>





src Attribute in HTML





HTML images are defined with the tag. The filename of the image source is specified in the src attribute:





For Example:





<img src="ilmiblog-logo.png">





width and height Attributes in HTML





The width and height attributes of the IMG element specifies the width and height of an image.





For Example:





<img src="ilmiblog-logo.png" width="500" height="600">





alt Attribute in HTML





The required alt attribute specifies an alternate text for an image if the image cannot be displayed. The alt attribute provides alternative information for an image if a user for some reason cannot view it.





For Example:





<img src="ilmiblog-logo.png" alt="Logo of Ilmiblog">





lang Attribute in HTML





The language of the document can be declared in the tag. The language is declared with the lang attribute. Declaring a language is important for accessibility applications and search engines:





For Example:





<!DOCTYPE html>
<html lang="en-US">
<body>





title Attribute in HTML





The value of the title attribute will be displayed as a tooltip when you mouse over the paragraph:





For Example:





<h2 title="ilmiblog Title" > ilmiBlog </h2>





HTML Attributes in Urdu/Hindi Video






https://www.youtube.com/watch?v=7jp4x7RODAc&t=82s




Social Accounts





You Can Visit our YouTube Channel: Techz Hub


Comments

Popular posts from this blog

Find Any Result of Pakistan Online Results

2019 Results Online - Find Any Result of Pakistan Find Any Result of Pakistan online, find exams results of any class, any education board and university of Pakistan. Complete database of every latest and old result of Primary, Middle, Ninth Class, Matric, FSC, FA, ICOM, ICS, BA, BS, BCOM, BSC, MA, MSC, MCOM, LLB, B.Ed, M.Ed, MBA, MIT, CA, ACCA, MPhil, MS CS, PhD, PGD, ADP, BS SE, MS. Simply select your class below, and get the latest result. Complete archives of old results is also available for reference. Simply enter the roll number and get the latest results. Select Class Primary Middle Ninth Class Matric FSC ICOM ICS FA Punjab Boards Multan Faisalabad Bahawalpur Gujranwala Lahore Sargodha Rawalpindi DG Khan Sahiwal Fedral Khyber Pakhtunkhawah Boards Peshawar Sawat Kohat Malakand Abbottabad Bannu Mardan ...

PARTS OF SPEECH – ENGLISH GRAMMAR

There are nine parts of speech Noun Pronoun Adjective Adverb Verb Preposition Conjunction Article Interjection You Can Read All Of Them By Just Clicking On The Topic Link

Midterm solved past papers reference by Moaaz and waqqar

MIDTERM SOLVED PAST PAPERS  Dear  VU  Students here you can read and download Midterm Solved Past Papers Reference by Moaaz and Waqar Siddhu . easily you can download Mid Term Solved Papers Reference by Moaaz and Waqar Siddhu Click the download button and download Solved Mid Term Papers reference by Moaaz and Waqar Siddhu. you can also download  Final term Solved Papers by Moaaz and Waqar Sidhu. SELECT YOUR SUBJECT CODE AND DOWNLOAD PAST PAPER CS Subjects CS001 – Computer Proficiency License Waqar Sidhu Files  Download Midterm Other Solved  Download CS101 – Introduction to Computing Waqar Siddhu Files                Download Other Students Files              Download CS201 – Introduction to Programming Waqar Siddhu Files                Download Other Students F...