Question

Regarding Django, 1. Can the same CSS be used with multiple pages? Yes or no? 2....

Regarding Django,

1. Can the same CSS be used with multiple pages? Yes or no?

2. Can CSS be used to change the font size of all h1 elements?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Yes, you don't need separate CSS for each page.

<head>
<link rel="stylesheet" href="link to css file">
</head>

2.Yes. CSS be used to change the font size of all h1 elements

Code to be written in your .css file

h1 {
    font-size: 36pt;
}

Thanks!
Upvote if it helped

Add a comment
Know the answer?
Add Answer to:
Regarding Django, 1. Can the same CSS be used with multiple pages? Yes or no? 2....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Regarding HTML and CSS answer the following... 1: Describe the different types of positioning used in...

    Regarding HTML and CSS answer the following... 1: Describe the different types of positioning used in CSS. 2: What is the difference between section and article elements in HTML5 3: What are the various types of semantic elements in HTML5. Please describe them briefly 4: What is the difference in a and b a. #myId, .myClass p, #myidTwo p:first-child a { color;blue; } b.#myId { color:blue; } .myClass p { color:blue; } #myidTwo p:first-child a { color:blue; }

  • In my HTML and CSS pages I want to make this aside output in 2 even...

    In my HTML and CSS pages I want to make this aside output in 2 even columns rather than the way it is (do I need a column layout?), below is my code for the html AND the CSS: HTML: <aside>        <h3>Surfer Slang</h3>     <dl>        <dt>barney</dt>        <dd>A new and inexperienced surfer</dd>        <dt>boost</dt>        <dd>To take off from a wave into an aerial</dd>        <dt>cutback</dt>        <dd>To change direction when streaking ahead of the curl</dd>        <dt>gandalf</dt>...

  • Create a storyboard for a four (4) page Website (one (1) home page and three (3)...

    Create a storyboard for a four (4) page Website (one (1) home page and three (3) sub pages) and one (1) Cascading Style Sheet (.css). Using Microsoft Word, Microsoft Visio, or Dia, create a diagram of the layout and navigation structure. Explain the effects that the Cascading Style Sheet (.css) will have on the Web page. There must be a minimum of two (2) changes. Be sure to include detail. (Example: The Cascading Style Sheet (.css) will make the background...

  • Could you create a website based on html and css? Details in the below: Note: You...

    Could you create a website based on html and css? Details in the below: Note: You can put link that I can download that folder Based on Project 2-1, do the necessary changes to have a webpage structure of a header, main, and footer sections. Then: •Set the width of the page to 700px •Use the font family starting with Verdana •Move one of the images from your Project 2-1 to the header. •Set the width of the header image...

  • Which CSS attribute would change an element's font color to blue? 1- font-color: blue; 2- background:...

    Which CSS attribute would change an element's font color to blue? 1- font-color: blue; 2- background: blue, 3- color: blue: 4- background-color: blue; 5- font: blue;

  • Overview The purpose of this assignment is to explore the manner in which CSS styles can...

    Overview The purpose of this assignment is to explore the manner in which CSS styles can be transported into an external file. Assignment You may find the W3 Schools examples on this process useful (http://www.w3schools.com/css/css_howto.asp). Once you have a working understanding of how to move your stylesheet outside of the HTML file and into a CSS file, remove and style information from your Weekly Assignment #02's HTML file and move it to an externally attached CSS file. When you are...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • technical writing are items in a set of technical instructions that can be used multiple times...

    technical writing are items in a set of technical instructions that can be used multiple times and may be required to manipulate or transform other items. are items in a set of technical instructions that can only be used only once and are more likely to be transformed. (2 points) a. Dangers, Equipment b. Equipment, Special conditions c. Materials, Tools d. Tools, Materials II. Important Terms and Concepts 9. Match the following design concepts with their definitions. (4 points) contrast...

  • 2. HTMIICSS Coding Write the XHITMI and CSS code necessary to recreate the following appearance on-screen. Adaprted from the WA.B.L page of the Washington Beer Commision webrite, washingtonbeer.c...

    2. HTMIICSS Coding Write the XHITMI and CSS code necessary to recreate the following appearance on-screen. Adaprted from the WA.B.L page of the Washington Beer Commision webrite, washingtonbeer.com ashington Home of the WASHINGTON BEER Commission What is WA.B.L? WA.DL, is a community of WAshington Ber Lovers celebrating the FRESH LOCAL AWARD WINNING c rah beer produced Its a Washingtion Deer Fan Club WA.B.L. Perks WABL neems, and oner businesses prometing lanty Washngton beer Each hirt with a design unique to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT