answersLogoWhite

0


Best Answer

You need to use style sheets. You can define a style in an external style sheet and link it to the documents you need. A change in the style sheet will affect all documents it is linked to.

Here is an example of a simple style sheet:

body {

background-color: #d0e4fe;

}

h1 {

color: orange;

text-align: center;

}

p {

font-family: "Times New Roman";

font-size: 20px;

}

User Avatar

Wiki User

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

Wiki User

9y ago

You can specify global styles by using a Cascading Style Sheet (CSS) document. The HTML page will use the style included in a linked style sheet in the portion of your HTML page. You use this kind of tag > on your page.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you specify global styles for HTML tags?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are built-in tags Like for HTML and CSS?

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


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


What are sets of styles that use common fonts colors and formats called?

Generally, sets of styles are called Cascading Style Sheets (CSS). These styles can define everything related to HTML tags.


Which type of style sheet is placed directly on the HTML tag?

an inline style sheet is directly placed inside of an HTML document using the <style></style> tags, but CSS styles can be placed on almost any HTML tag. To specify an HTML tag in your selector, just write out the tag without a leading qualifier (. for class, # for id) so you would have something like span{ //css rules here }


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.


What are the tags in HTML surronded by?

HTML tags are put between <>. Example: <FONT size="2">


What are and used for in HTML?

HTML uses tags for its complete functionality. These tags are defined to do a certain work.


What is the first step to learn HTML?

The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.