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
Ahat [919]
3 years ago
12

How are html pages different from style sheet

Computers and Technology
1 answer:
Temka [501]3 years ago
5 0

Answer:

HypeTextMarkupLanguage aka HTML is a Markup Language (as in the name) and is used for making websites and functions that you would add variables using Javascript. CSS aka Cascading Style Sheets, is a style sheet. The purpose of CSS is to make the site/game or whatever your making too look nice.

Example:

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>Example</title>

<!-- Add Style Sheets Below -->

<style>

body {

 background-color: yellow;

}

</style>

</head>

<body>

<!-- In HTML you can make buttons or links -->

<center>

<button>You can add style using CSS</button>

</center>

<!-- You can add Javascript to the button to make it play a sound or open a new window -->

</body>

</html>

You might be interested in
A Supermarket manager hired one packager who can pack 15 boxes every two minutes. Ater some time the manager noticed that packag
Semenov [28]

Answer:

40mn

Explanation:

500/t=15/2+15/3

500/t=75/6

75t=500×6

t=3000/75

t=40

6 0
3 years ago
Read 2 more answers
Which one of the following is a type of network security?
valina [46]

Answer:

I think it's (login security)

5 0
3 years ago
Mason is planning to use the Horizontal Type Mask Tool for some text editing in a project. Which icon will he select from the Te
SCORPION-xisa [38]
The answer is T
Explanation: I just took the test :)
6 0
3 years ago
Someone hacked into one of the company's computers. Which type of network is that hacker using
zysi [14]

Are there a,b,c,d options ?


5 0
3 years ago
Square a Number This is a practice programming challenge. Use this screen to explore the programming interface and try the simpl
yan [13]

Answer:

import java.io.*;

public class Main {

  public static void main(String[] args) throws IOException {

      BufferedReader brObject = new BufferedReader(new InputStreamReader(System.in));

      String str;

      while ((str = brObject.readLine()) != null) {

          int number = Integer.parseInt(str);

          System.out.println(number * number);

      }

  }

}

Explanation:

  • Inside the main method, create an object of BufferedReader class to read lines from standard input.
  • Declare a string and run a while loop until it reaches the end of the input.
  • Inside the while loop convert the string into an integer data type.
  • Finally display the output by squaring the number.
3 0
3 years ago
Other questions:
  • Your game design company has recently asked all employees to use a specific personal information management application (PIM) to
    6·1 answer
  • A disadvantage of creating a website with tables, without CSS is
    15·2 answers
  • How to Ctrl + shift + F4 but in a HP laptop?​
    8·2 answers
  • This is C++
    10·1 answer
  • What is the base for a hexadecimal number system?
    11·1 answer
  • We can include following item(s) during configuration itemidentification:
    10·1 answer
  • Programming In C:
    5·1 answer
  • When your grounded and the only thing you can get on is a computer........................oh welllllllllllllllllllllllllllllllll
    7·1 answer
  • Explain with examples what is software​
    6·1 answer
  • Similarities between incremental and<br> prototyping models of SDLC
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!