Computer Science, asked by aditya55548489, 1 year ago

what are tags in HTML

Answers

Answered by Ninu2018
2

Tag Description

<!DOCTYPE>  Defines the document type

<html> Defines an HTML document

<head> Defines information about the document

<title> Defines a title for the document

<body> Defines the document's body

<h1> to <h6> Defines HTML headings

<p> Defines a paragraph

<br> Inserts a single line break

<hr> Defines a thematic change in the content

<!--...--> Defines a comment

Answered by mohsinalam
3
title>Defines a title for the document<body>Defines the document's body<h1> to <h6>Defines HTML headings<p>Defines a paragraphs


please mark this as brainliest answer



Similar questions