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
Lemur [1.5K]
3 years ago
7

The questions are in the pictures, i basically have to create a web page, drop the html code and files below thank you.

Computers and Technology
1 answer:
matrenka [14]3 years ago
3 0

This contains pretty much what you need:


<!DOCTYPE html>



<html>


<head>


   <meta charset="utf-8" />


   <title>The Page Title</title>


</head>


<body>



   <h1>First paragraph</h1>


   <p>This is a paragraph of text.</p>


   <h2>Second level paragraph</h2>


   <p>


       Here is an unordered list of options:


       <ul>


           <li>First</li>


           <li>Second</li>


           <li>Third</li>


       </ul>


       Here is another unordered list of options:


       <ul>


           <li>First</li>


           <li>Second</li>


           <li>Third</li>


       </ul>


       Here is an ordered list of options:


       <ol>


           <li>First</li>


           <li>Second</li>


           <li>Third</li>


       </ol>


   </p>


   <h4>Third level</h4>



</body>


</html>

You might be interested in
What would be some reasons to change the default page<br> encoding?
madam [21]

Answer:

Synchronization with the document for one reason or another

5 0
3 years ago
Explain the following terms:<br><br> a) Atomicity<br><br> b) DML
GenaCL600 [577]

Answer:

a) Atomicity:- It is among the one of the ACID properties of transactions.It states that an atomic transaction is irreducible and indivisible series of data operations such that either nothing occurs or all occurs.

b) DML(Data Manipulation Language):- It is a computer programming language that is used for inserting,deleting,manipulating data in the database.For example -SQL.

6 0
3 years ago
In a data dictionary, ____ is the maximum number of characters for an alphabetic or character data element or the maximum number
const2013 [10]

Answer:

length

Explanation:

<h2><u>Fill in the blanks </u></h2>

In a data dictionary, <u>length</u>  is the maximum number of characters for an alphabetic or character data element or the maximum number of digits and number of decimal positions for a numeric data element.

4 0
3 years ago
In order to customize the status bar, you must
Marianna [84]

The answer is:

D) Click on the icon with the horizontal bars.

8 0
3 years ago
Read 2 more answers
a network has been crashed to the point where all activities are critical. additional crashing: group of answer choices is unnec
Lunna [17]

Option D is correct. Project managers and stakeholders often use the project management technique of "crashing" to deal with emerging problems.

By allocating more resources where they are most needed, project crashing maintains or accelerates a project's scope and timeline. Crashing is a compression approach that focuses on the project timetable to hasten the project's completion date. Here are some plausible instances of crashing: Over-time. adding more resources to a particular activity. Crashing is the process of reducing the length of time it takes to complete a project by changing its scope or adding resources. Fast-tracking, which involves adjusting project activities so that they are completed in parallel and with less time spent, is typically the first option when a project's production duration needs to be shortened.

Learn more about crashing here-

brainly.com/question/4701800

#SPJ4

3 0
1 year ago
Other questions:
  • A user is claiming a host can be reached via the IP address but not through the name. What should a technician do first to resol
    13·1 answer
  • How do I download the Microsoft word on my Hp probook
    8·2 answers
  • What font option will elevate part of the text to a higher level and decrease its size? A. Subscript
    8·1 answer
  • What email server does Global Enterprises use?
    7·1 answer
  • Do you need internet to play xbox one
    14·1 answer
  • You would like to put the data in order by product number. What should you do?
    15·1 answer
  • Write a java program that prompts the user to input the elapsed time for an event in hours, minutes, and seconds. The program th
    13·1 answer
  • How would you write this using Java: Use a TextField's setText method to set value 0 or 1 as a string?
    5·1 answer
  • What is software engineering? What are the objectives of software engineering?
    5·1 answer
  • What type of e-mail typically lures users to sites or asks for sensitive information?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!