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
Marizza181 [45]
2 years ago
10

Use HTML to create a web page

Computers and Technology
1 answer:
Fynjy0 [20]2 years ago
3 0

Answer:

Creating web page using html

<html>

<head>

<title>my first web page </title>  

</head>

<body>

<h1 align=”center”>My first web page </h1>

<p align=”center”>hello brainly </p>

<body>

</html>

Explanation:

Following are the steps to create any web page in html

Step 1:open notepad or nodepad++ .

Step 2:creating a web page by using html structure.

Step 3: save the file with .html extension.

Step 4:Run on the browser .

Following are the description of <html> structure

<html> :This tag is the root element,which always contains one <head>tag and one <body> tag .

<head>:It contains machine-readable information I.e metadata of the   document .

 it contains many tags like <script>,<link>,<title>,<style> etc.

<title>:The <title> tag is inside the <head> tag the content <title>tag is displayed as the page title in the tab of the browser .

<body>:The <body> tag act as container it means it holds the  content of the document. All the content like heading, paragraph are contained by <body> tag.It contains may tags like <p>,<a>,<h2> etc.

You might be interested in
What's another word for contact print?
Naily [24]
Contact sheet. Anything else?
8 0
3 years ago
Read 2 more answers
Click cell C6 in the Data worksheet and insert a column. Type Series Name in cell C6. Click cell C7 in the Data worksheet and in
Rudiy27

Answer:

right click cell C6 then insert entire column.

Type "Series Name"

Insert function to C7 = VLOOKUP (B7,$A$2:$B$4,2,FALSE)

Copy through C22

Select the range then select format and column width to change the width to 18.

7 0
3 years ago
Wired network are the most reliable and provide the highest speed?
lbvjy [14]

A wired connection is almost always reliable and fastest, so that one gets a True.

When it comes to wireless networks, it really just depends on how you're setting them up.  A normal wireless set up is generally effortless to set up because a lot of router manufacturers include wizards in the router's firmware to help you get started, so that gets a False.

8 0
2 years ago
Write an exception class named InvalidTestScore. Modify the TestScores class you wrote in Part I so that it throws an InvalidTes
Elan Coil [88]

Answer:

See Explaination

Explanation:

package testscores;

import java.util.ArrayList;

import java.util.List;

public class TestScores {

public List<Integer> scorearray=new ArrayList<>();

public TestScores(List<Integer> scores) throws InvalidTestScore{

this.scorearray=scores;

for(int i=0;i<scorearray.size();i++){

if(scorearray.get(i)>100 || scorearray.get(i)<0){

throw new InvalidTestScore(this.scorearray.get(i));

}

}

}

public double average(){

int tot=0;

for(int i=0;i<this.scorearray.size();i++){

tot=tot+this.scorearray.get(i);

}

return tot*(1.0)/(this.scorearray.size());

}

class InvalidTestScore extends Exception

{

private double amount;

public InvalidTestScore(int Score)

{

System.out.println("Invalid Score "+Score);

}

}

}

8 0
3 years ago
. Which of the following is NOT an option for increasinghard drive storage space?
Andrew [12]

Answer: B) Install an addition memory card to the current drive

Explanation: Drive  storage space is space that has particular capacity to store files and data. If the storage reaches the capacity,it turns out that more space is required for the data storage. The hard drive is a major storage space in a system with large capacity. So, if it gets full, there are various ways it could be increased such as replacing it with other internal hard drive, external hard drive etc.

But installation of the memory card is not the solution for increasing the space because they don't have very large space and can only support small devices.

7 0
2 years ago
Other questions:
  • The major difference between a calculator and a computer, when performing calculations, is that a
    10·1 answer
  • 5. Which of the following is a Windows feature that allows you to temporarily store text?
    13·2 answers
  • The FaceSnap app has permission to use many devices on your smartphone, including the camera. A data privacy concern that arises
    6·1 answer
  • The "network of networks," consisting of LANs (Local Area Networksnetworks connecting two or more computers, usually within the
    5·1 answer
  • Use the drop-down menus to describe how Adnan can add shapes to his presentation.
    11·1 answer
  • __________ is the order of arrangement of files and folders.
    6·1 answer
  • From which type of data storage does the CPU load information for processing during normal operation?
    14·1 answer
  • Do word provides an undo button that can be used to cancel the most recent command or action
    13·1 answer
  • A _________ is a component commonly used in an analog pressure gauge. Use letter keys to select choices A microprocessor B press
    8·1 answer
  • When all the system testing and bugs correction has done, the software product will be delivered to the user for __________.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!