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
Lena [83]
3 years ago
9

Using your editor, open the sp_home_txt.html and sp_layout_txt.css files from the html03 c case1 folder. Enter your name and the

date in the comment section of each file, and save them as sp_home.html and sp_layout.css respectively
Computers and Technology
1 answer:
Gemiola [76]3 years ago
5 0

Answer:

<!-- Ashley Jones 5th April, 2020-->

/* Ashley Jones 5th April, 2020 */

Explanation:

Comment tags in HTML and CSS (in programming in general) are used to explain one's codes. They can help to better remember and understand when you want to edit the source code later on.

In HTML, <!-- begin a comment and are ended with --> Whatever comments are made between the tags are usually not displayed in the browser. So to enter name and date in the sp_home_txt.html will be <!-- Ashley Jones 5th April, 2020 -->.

In CSS,  /* begin a comment and are ended with */ Everything written within is not interpreted. They also help to explain a code and are usually ignored by a browser. So to enter name and date in the comment section of sp_layout_txt.css  when opened in the editor will be /* Ashley Jones 5th April, 2020 */

You might be interested in
Which of the following is not a type of bank? A.Credit Union B.Online Bank C.Payday Lender D.Retail Bank
Damm [24]
C. a payday lender is a type of loan
7 0
4 years ago
. Assuming each reference costs 1 byte, and each piece of data/info costs 1 byte as well. When will a doubly linked list be more
mixer [17]

Answer:

The circular individually linked list is more efficient for time sharing process ,when multiple application are running on pc it is responsibility of an output system to put all process on a list and execute them all by giving them piece of time and make them wait when cpu is selected to other process.

It will be more suitable for output system to use circular list as when it reaches to last of list it will be manually reaches to starting node or process.

Singly circular linked list is used when we are concerned with the memory as only one process will be allocated memory at once and there are no chances of process to go never-ending waiting.

Explanation:

4 0
3 years ago
ANSWER ASAP!!!!!!
dsp73
The answer is D I think
8 0
3 years ago
Read 2 more answers
Define a function CoordTransform() that transforms the function's first two input parameters xVal and yVal into two output param
Butoxors [25]

Complete Question:

Define a function CoordTransform() that transforms its first two input parameters xVal and yVal into two output parameters xValNew and yValNew. The function returns void.

The transformation is new = (old + 1) * 2. Ex: If xVal = 3 and yVal = 4, then xValNew is 8 and yValNew is 10.

Answer:

The function written in C++ is as follows:

void CoordTransform(int xVal, int yVal) {

   int xValNew = (xVal + 1) * 2;

   int yValNew = (yVal + 1) * 2;

   cout<<"New x: "<<xValNew<<endl;

   cout<<"New y: "<<yValNew;

}

Explanation:

This line defines the function

void CoordTransform(int xVal, int yVal) {

This line declares and calculates xValNew

   int xValNew = (xVal + 1) * 2;

This line declares and calculates yValNew

   int yValNew = (yVal + 1) * 2;

This line prints xValNew

   cout<<"New x: "<<xValNew<<endl;

This line prints yValNew

   cout<<"New y: "<<yValNew;

}

<em>See attachment for complete program that includes the main method</em>

Download cpp
4 0
3 years ago
Bookmarks are saved in firefox in the ____.
laiz [17]
It is history list.But still you can check it by yourself
4 0
3 years ago
Other questions:
  • It is better to know the main components of all computer programming languages
    9·1 answer
  • What key stage involves considering design options?
    12·1 answer
  • 3) An example of interactive web page is<br>​
    11·1 answer
  • Stress results from _______. A. Outside stimulus b. Internal stimulus c. Outside calm d. Internal calm
    12·2 answers
  • From the Start screen (on Excel), you can
    12·2 answers
  • How to find determinant of ​
    15·1 answer
  • What is not true of credit scores?
    11·1 answer
  • A home user reports to a network technician that the Internet is slow. The network administrator discovers that multiple unknown
    12·2 answers
  • If the algorithm does not have instructions for unanticipated results, the computer program will
    15·1 answer
  • The WordPress Widgets submenu is located where on the WordPress site?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!