What does this mean in html
<TT>
Answers
Answered by
19
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
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
Math,
2 months ago
English,
2 months ago
Hindi,
2 months ago
Computer Science,
4 months ago
Math,
4 months ago
Math,
9 months ago
India Languages,
9 months ago
Math,
9 months ago