answersLogoWhite

0


Best Answer

No tags are used in CSS. Tags are actually what CSS primarily styles.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There are various built-in tags for HTML and CSS. <head>, <body> etc are some tags which are built-in for HTML.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are built-in tags Like for HTML and CSS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a combination of HTML tags CSS and scripting language?

Dynamic HTML, the DOM (document object model) describes a combination of HTML tags, CSS, and scripting language.


What are the types of style sheets?

CSS is CSS. Three methods in order of preference and precedence are:External CSS fileEmbedded CSS using the style tags placed between the head tags of the HTML page.Inline CSS used inside an HTML tag.Types could refer to ones that can be made specifically for media, print, screen, etc. See list of media types in related links.


What do the effects of CSS look like?

Tags that are styled with CSS defining bold text may look like this. Tags that are styled with CSS defining italicized text may look like this. Tags that are styled with CSS defining text that is strike-through'ed may look like this.


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


What is inline css?

instead of putting your CSS in a separate file, you can append it to the HTML tag itself like so: &lt;span style="color: #000000; font-weight: bold;"&gt; this is highly unrecommended though, because if you do your styling that way, you have a lot of mixing between HTML and CSS and editing the style (e.g. replacing large portions of CSS code to apply a new design to a site) WILL be a pain.

Related questions

How many tag css css3 in HTML?

You can apply as many tags as you want. The CSS tags apply style to the content


How does you call javascript file in css?

In your HTML add in the tags


What is a combination of HTML tags CSS and scripting language?

Dynamic HTML, the DOM (document object model) describes a combination of HTML tags, CSS, and scripting language.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What is the use of css?

CSS is used to add style to HTML documents. HTML is designed to code the elements of a webpage, like text and pictures. CSS (Cascading Style Sheets) is used to define how they look (color, size, bold, etc.). CSS was used to fix a problem created when HTML tries to define how a page looks. It is now not acceptable to have HTML tags like &lt;b&gt; (which makes text bold). You should now include all of that information in CSS.


What are the types of style sheets?

CSS is CSS. Three methods in order of preference and precedence are:External CSS fileEmbedded CSS using the style tags placed between the head tags of the HTML page.Inline CSS used inside an HTML tag.Types could refer to ones that can be made specifically for media, print, screen, etc. See list of media types in related links.


What do the effects of CSS look like?

Tags that are styled with CSS defining bold text may look like this. Tags that are styled with CSS defining italicized text may look like this. Tags that are styled with CSS defining text that is strike-through'ed may look like this.


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


How are CSS files created for and used by website pages?

How toYou can use CSS as an external file imported into a HTML file or CSS can be embedded into the HEAD section of a HTML page.Creating/Editing a CSS fileYou can create a CSS file by saving a .txt file as a .css file type. The easiest way though to edit CSS is by searching the web to find a Text Editor, an editor is usually free to download and will allow a user to manipulate CSS and HTML files and to save them.Importing CSS into a HTML fileTo import a CSS file into a HTML file a STYLE declaration must be made inside the HEAD tags of the document and a link to the CSS file is placed within the STYLE tags, see example below.Linking CSS into a HTML fileTo link a CSS file into a a HTML file, a LINK tag must be used and placed within the HEAD tags. Embedding CSS into a HTML fileTo embed CSS styles into a HTML file a STYLE tag must be used to contain the CSS, see example below.


What is inline css?

instead of putting your CSS in a separate file, you can append it to the HTML tag itself like so: &lt;span style="color: #000000; font-weight: bold;"&gt; this is highly unrecommended though, because if you do your styling that way, you have a lot of mixing between HTML and CSS and editing the style (e.g. replacing large portions of CSS code to apply a new design to a site) WILL be a pain.


Why some Html tags are obsolete?

Tags become obsolete when there is a much better way to do the same thing, so for example most style-based tags like &lt;font&gt;, and attributes like align or bgcolor, are replaced by the CSS font, text and background properties


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/