• Home
  • Terms of Service
  • Privacy Policy
  • Contact us
The Daily Bulletin
  • Home
  • Recent News
  • World
  • Politics
  • Health
  • Business
  • Technology
  • Travel
  • Sports
  • Education
  • Entertainment
  • Literature
No Result
View All Result
  • Home
  • Recent News
  • World
  • Politics
  • Health
  • Business
  • Technology
  • Travel
  • Sports
  • Education
  • Entertainment
  • Literature
No Result
View All Result
The Daily Bulletin
No Result
View All Result
Home Technology

HTML Styles

by Kapil RJ
July 24, 2020
in Technology
0
0
SHARES
6
VIEWS
Share on FacebookShare on Twitter
Spread the love

HTML attributes provide additional information about HTML elements.


HTML Attributes

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

The href Attribute

The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:

Example

<a href=”https://www.w3schools.com”>Visit W3Schools</a>


The src Attribute

The <img> tag is used to embed an image in an HTML page. The src attribute specifies the path to the image to be displayed:

Example

<img src=”img_girl.jpg”>


The width and height Attributes

The <img> tag should also contain the width and height attributes, which specifies the width and height of the image (in pixels):

Example

<img src=”img_girl.jpg” width=”500″ height=”600″>


The alt Attribute

The required alt attribute for the <img> tag specifies an alternate text for an image, if the image for some reason cannot be displayed. This can be due to slow connection, or an error in the src attribute, or if the user uses a screen reader.

Example

<img src=”img_girl.jpg” alt=”Girl with a jacket”>

Example

See what happens if we try to display an image that does not exist:<img src=”img_typo.jpg” alt=”Girl with a jacket”>



The style Attribute

The style attribute is used to add styles to an element, such as color, font, size, and more.

Example

<p style=”color:red;”>This is a red paragraph.</p>


The lang Attribute

You should always include the lang attribute inside the <html> tag, to declare the language of the Web page. This is meant to assist search engines and browsers.

The following example specifies English as the language:<!DOCTYPE html>
<html lang=”en”>
<body>
…
</body>
</html>

Country codes can also be added to the language code in the lang attribute. So, the first two characters define the language of the HTML page, and the last two characters define the country.

The following example specifies English as the language and United States as the country:<!DOCTYPE html>
<html lang=”en-US”>
<body>
…
</body>
</html>


The title Attribute

The title attribute defines some extra information about an element.

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

Example

<p title=”I’m a tooltip”>This is a paragraph.</p>


We Suggest: Always Use Lowercase Attributes

The HTML standard does not require lowercase attribute names.

The title attribute (and all other attributes) can be written with uppercase or lowercase like title or TITLE.

However, W3C recommends lowercase attributes in HTML, and demands lowercase attributes for stricter document types like XHTML.

At W3Schools we always use lowercase attribute names.


We Suggest: Always Quote Attribute Values

The HTML standard does not require quotes around attribute values.

However, W3C recommends quotes in HTML, and demands quotes for stricter document types like XHTML.

Good:

<a href=”https://www.w3schools.com/html/”>Visit our HTML tutorial</a>

Bad:

<a href=https://www.w3schools.com/html/>Visit our HTML tutorial</a>

Sometimes you have to use quotes. This example will not display the title attribute correctly, because it contains a space:

Example

<p title=About W3Schools>

 At W3Schools we always use quotes around attribute values.


Single or Double Quotes?

Double quotes around attribute values are the most common in HTML, but single quotes can also be used.

In some situations, when the attribute value itself contains double quotes, it is necessary to use single quotes:<p title=’John “ShotGun” Nelson’>

Or vice versa:<p title=”John ‘ShotGun’ Nelson”>

Previous Post

HTML Paragraphs

Next Post

HTML Headings

Kapil RJ

Next Post

HTML Headings

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest
Author Abhaidev is back with his Suspense Thriller

Author Abhaidev is back with his Suspense Thriller

October 21, 2021
This Sci-Fi book has the ability to shape the future!

This Sci-Fi book has the ability to shape the future!

December 18, 2021
I used beauty in death as my story premise

I used beauty in death as my story premise

November 12, 2021
The Gods Are Not Dead – A Visionary Fiction You Must Read

The Gods Are Not Dead – A Visionary Fiction You Must Read

August 23, 2022
Do you write stories for kids?  क्या आप बच्चों के लिए कहानियाँ लिखते हैं?

Do you write stories for kids? क्या आप बच्चों के लिए कहानियाँ लिखते हैं?

1
कोरोना के ऊपर हिंदी जोक्स / चुटकुले  – II

कोरोना के ऊपर हिंदी जोक्स / चुटकुले  – II

1

Ojass Helps Little People

1
Halloween treat: A night at Dracula’s castle in Transylvania
 

Jazzed up in New Orleans

0
Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

March 30, 2023
Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

March 30, 2023
Saindhav release date OUT: Venkatesh Daggubati, Nawazuddin Siddiqui’s Pan India film to release on THIS date

Saindhav release date OUT: Venkatesh Daggubati, Nawazuddin Siddiqui’s Pan India film to release on THIS date

March 30, 2023
‘Backbone of Manchester United are the Fans’: Thomas Zilliacus Makes Promises to Supporters to Boost Takeover Bid

‘Backbone of Manchester United are the Fans’: Thomas Zilliacus Makes Promises to Supporters to Boost Takeover Bid

March 30, 2023

Recent News

Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

March 30, 2023
Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

March 30, 2023
Saindhav release date OUT: Venkatesh Daggubati, Nawazuddin Siddiqui’s Pan India film to release on THIS date

Saindhav release date OUT: Venkatesh Daggubati, Nawazuddin Siddiqui’s Pan India film to release on THIS date

March 30, 2023
‘Backbone of Manchester United are the Fans’: Thomas Zilliacus Makes Promises to Supporters to Boost Takeover Bid

‘Backbone of Manchester United are the Fans’: Thomas Zilliacus Makes Promises to Supporters to Boost Takeover Bid

March 30, 2023

The Daily Bulletin is India's leading English News Website. The Daily Bulletin offers latest news on Politics, Business, Sports, Entertainment, Lifestyle, Business, Technology, Travel and a lot more.

Stay tuned for all the breaking news in English !

Follow Us

Browse by Category

  • Business
  • Education
  • Entertainment
  • Fashion and Lifestyle
  • Fiction
  • Fiction
  • Health
  • Literature
  • Local News
  • Non Fiction
  • Readers Posts
  • Sports
  • Technology
  • Travel
  • Uncategorized
  • World

Recent News

Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

Norway Defence Firm Unable To Make Ammo. It Has A TikTok “Cat Videos” Link

March 30, 2023
Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

Madrid Masters: Kidambi Srikanth Ousts Sai Praneeth to Reach Quarters

March 30, 2023
  • Home
  • Terms of Service
  • Privacy Policy
  • Contact us

© 2020 The Daily Bulletin - India's leading English News Channel The Daily Bulletin.

No Result
View All Result

© 2020 The Daily Bulletin - India's leading English News Channel The Daily Bulletin.

WP2Social Auto Publish Powered By : XYZScripts.com