Answers for "what does a tag do in html"

1

HTML tags - what are tags ?

HTML tags are like keywords which define how web browser will 
format and display the content. The common tags are:
<HTML> ... <HTML>   encloses html content
<HEAD> ... <HEAD>   encloses header
etc.

in React, user HTML tags can be generated with user customized attibutes,
These new html tags delimit what are referred to as React Components.
Posted by: Guest on November-17-2021
0

how to make a tag in html

//Example

<h1> Place text here </h1>
Posted by: Guest on April-03-2021

Code answers related to "what does a tag do in html"

Browse Popular Code Answers by Language