Computer Science, asked by Louisiana, 4 months ago

What does this mean in html
<TT>​

Answers

Answered by Anonymous
19

Answer:

{\huge{\fcolorbox{pink}{aqua}{\fcolorbox{yellow}{orange}{\bf{\color{purple}{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....

Answered by Anonymous
9

Explanation:

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.

<!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