What is the meaning of HTML <style> tag in english?

( 5 ) 1 Rating
 1 views  .  0 comments  .   0 up votes .    0 down votes . shares 0 Download Solution PDF tuteeHUB earn credit +10 pts

Answer: HTML <style> tag

When writing in HTML, the <style> tag is used to change the appearance and position of various elements on a WEB page. It is placed in the document's <head> and implemented as a class, or used for applying inline CSS to a single element. The following SECTIONS contain information about this tag, including an example of it in use, and related attributes and browser compatibility.

Style tag with CSS<style TYPE="text/css"> <!-- p { color:orange; } --> </style>Note

With HTML5, you no longer need to specify the type="text/css" attribute in the tag.

Element with a style attribute example code<p style="color:orange">This paragraph contains orange text!</p>Example result

This paragraph contains orange text!

Attributes

Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair; all tags support STANDARD attributes. The following table shows all of the current unique HTML attributes for the <style> tag, and a description of each.

Note

The type attribute is optional in HTML5, but still required in HTML 4.

AttributeDescription
disabledDesignates that the <style> should not be applied to the current document.
mediaDesignates what media/device for a media resource.
scopedDesignates that the styles only apply to this element's parent element.
typeDesignates the media type of a <style> element.
Compatibility
EdgeInternet ExplorerFirefoxSafariOperaChrome
All versionsAll versionsAll versionsAll versions5.0+All versions

tuteehub_quiz
Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.






Report
Write Your Comments or Explanations to Help Others


Comments(0)



Tuteehub Dictionary Web Story
HTML help in Computer Definitions
Tuteehub Dictionary Web Story
T - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
Microsoft Windows Help in Computer Definitions
Tuteehub Dictionary Web Story
N - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
O - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
P - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
Q - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
R - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
S - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
Y - Definitions in Computer Definitions
Tuteehub Dictionary Web Story
X - Definitions in Computer Definitions


Ever curious about what any word really means? Dictionary has got them all listed out for you to explore. Simply,Choose a subject/topic and get started on a self-paced learning journey in a world of word meanings and translations.

open app imageOPEN APP