answersLogoWhite

0

What are HTML stylesheets?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

HTML is a markup language and not a style sheet. CSS is the styling code used to make an HTML page look the way you want it. CSS Tutorials might help you.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How does a style sheet affect the look of a web page?

Stylesheets are used to format the HTML content. They separate the content from the presentation of the content.


How do you attach the stylesheet with the servlet?

You cannot attach a stylesheet with a servlet. Stylesheets are related to HTML and User Interface layer and hence can be attached to JSP pages.


What is document heading?

The head of a HTML document is where you define your sites title and meta tags, as well as linking to stylesheets. It is also possible to link to JavaScript in the head, but it is best to link them at the bottom of the body.


What is a document head?

The head of a HTML document is where you define your sites title and meta tags, as well as linking to stylesheets. It is also possible to link to JavaScript in the head, but it is best to link them at the bottom of the body.


Why cascading style sheet being made?

Stylesheets enable you to create all your html styling in a central location so when you have to change something (e.g. you want to have a different font) you do not have to replace it in a lot of files but change it only in your stylesheet.


What you use to format a webpage?

It depends on what you mean by format. If you mean formatting the data so that similar data is grouped together, then that's what HTML tags are for. If instead you mean format in the sense of adding visual styles (borders, colors, font-sizes, etc.) then you want to us Cascading Stylesheets (CSS) a separate language from HTML.


What is shown in each element?

Title element: Specifies the title of the webpage, displayed in the browser tab. Meta element: Provides metadata about the HTML document, such as character set, description, and keywords. Link element: Links external resources like stylesheets to the HTML document. Image element: Embeds images in the webpage. Paragraph element: Defines a paragraph of text in the HTML document.


How do you adjust the size of the background of your HTML design?

You use CSS (Cascading Stylesheets) to add backgrounds to block level elements inside an HTML design. If you want a design for the entire page, the CSS markup will use the "body" selector. The background-image rule is then applied. When you're finished, it might look something like this: body { background-image: url('images/bg.png'); background-repeat: repeat-x; } CSS isn't part of HTML, but a separate language contained in either an external file, or in code added along with the HTML in your HTML document.


What kind of technology does eBay use?

Ebay Uses a data base to list there there products out to the public. Users can also access that database to submit there own products. Ebay's Database was probably created by Professional Web Developers using HTML/StyleSheets/And Scripting.


What is a good book to learn how design a web page?

Before you learn how to build a web page make sure you have the appropriate software, such as FrontPage, or Dreamweaver. A book I recommend is Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics.


What are the strengths of javascript to HTML?

HTML is a markup language which allows you to define and place elements on a page, or Document Object Model (DOM). Of course, HTML is static. That means that when a web designer uses a certain HTML attribute to make a word bold, for example, there is no way with HTML alone to change that setting. One part of JavaScript allows a programmer to add/remove or modify the DOM elements on the fly using scripts and stylesheets known as CSS. The combination of HTML, JavaScript and CSS is collectively known as DHTML (Dynamic HTML). Note that Javascript is a fully developed object based scripting language and can do many other things aside from DOM manipulation.


What are the shortcomings of HTML?

With HTML, you can create a horribly plain site. HTML itself will not create a dynamic site that gives text different font and color and enables people to sign in. Disadvantages of HTML are that it's very limited. At the heart of every site, even this site, there is HTML, but all that HTML is enclosed by huge amounts of CSS, PHP and much more. So ultimately, I'm just saying that HTML doesn't and can't do everything. Kevin =P