Computer Science, asked by sahausha948, 2 months ago

compare between a.data amd informtion b.SARM and DRAM c. ALU and CU.​

Answers

Answered by adirandborgohain
0

Answer:

Stands for "Hypertext Markup Language." HTML is the language used to create webpages. "Hypertext" refers to the hyperlinks that an HTML page may contain. "Markup language" refers to the way tags are used to define the page layout and elements within the page.

Below is an example of HTML used to define a basic webpage with a title and a single paragraph of text.

<!doctype html>

<html>

<head>

<title>TechTerms.com</title>

</head>

<body>

<p>This is an example of a paragraph in HTML.</p>

</body>

</html>

Similar questions