1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
mixas84 [53]
3 years ago
15

Create a Simple HTML/CSS header:?

Computers and Technology
1 answer:
anygoal [31]3 years ago
6 1

Answer:

We can create headers in  html using <h1> through <h6> tags

Explanation:

We have six types of headings. They are:

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

If we want the heading to mark it as an important one, we can use <h1>.

So, <h1> heading is used for main headings.

If we want the heading to mark it as a least important one, we can use <h6>.

<h3>, <h4>, <h5> are used for sub headings.

Each HTML heading has a default size. However, you can specify the size for any heading with the style attribute, using the CSS font-size property as shown below:

   <em> <h1 style="font-size:50px;">The Hindu</h1></em>

We use headings to show the document structure.

Here is a simple html code :

<!DOCTYPE html>

<html>

<body>

<h1 style="font-size:50px;">This is my heading</h1>

<p> some text here</p>

</body>

</html>

You might be interested in
Types of network model​
dexar [7]

Answer:

OSI Model and TCP/IP Model

Explanation:

4 0
3 years ago
Blank uses computer resources from multiple locations to solve a common problem.
DedPeter [7]

Answer:

Grid computing

Explanation:

3 0
3 years ago
WILL GIVE BRAINLIEST ANSWER!!!<br><br> How do you manage your screen time?
Aloiza [94]
You can set it up in settings and set strict hours for screen time.
7 0
3 years ago
Read 2 more answers
Which is a characteristic of vector images? A. They have a large file size and occupy a lot of space. B. They can be resized wit
Naddik [55]

B (They can be resized without losing image clarity)

4 0
3 years ago
Create a program called "Geometry" Prompt the user for a small decimal number. Prompt the user for a large decimal number. Using
skelet666 [1.2K]

Answer:

In Python:

import random

small = float(input("Small: "))

large = float(input("Large: "))

radius = round(random.uniform(small, large),2)

volume = round(4/3 * 22/7 * radius* radius* radius,2)

print("Radius: "+str(radius))

print("Volume: "+str(volume))

Explanation:

This imports the random module

import random

The next two lunes prompt the user for small and large decimal number

small = float(input("Small: "))

large = float(input("Large: "))

This generates the radius

radius = round(random.uniform(small, large),2)

This calculates the volume

volume = round(4/3 * 22/7 * radius* radius* radius,2)

This prints the generated radius

print("Radius: "+str(radius))

This prints the calculated volume

print("Volume: "+str(volume))

<em>Note that, the radius and the volume were approximated to 2 decimal places. Though, it wasn't stated as part of the program requirement; but it is a good practice.</em>

8 0
3 years ago
Other questions:
  • Dave has to create animations for a game. Which tool can Dave use?
    9·2 answers
  • What operating system type uses icons to represent programs
    9·2 answers
  • Binary code what does this mean I was sick so I don't under stand
    7·2 answers
  • La computadora es un medio de comunicacion moderno?
    8·1 answer
  • When someone registers a domain name that is a company's trademark, hoping to resell it to the company at an exorbitant profit,
    14·2 answers
  • Explain default dictionary in microsoft word​
    9·1 answer
  • What social media profession entails determining how and in what way an organization will create and maintain a social media pre
    7·1 answer
  • Identify the programmer’s responsibility in maximizing the programs reliability by having awareness of the beneficial and harmfu
    8·1 answer
  • Write down the importance of computers in this modern era of information technology in brief.​
    13·1 answer
  • Why do we need to use a VPN service?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!