Computer Science, asked by poonamkhanna39, 1 year ago

what is HTML tag explain its type

Answers

Answered by Anonymous
3

Hi,


An HTML code that defines every structure on an HTML page, including the placement of text and images and hypertext links. HTML tags begin with the less-than (<) character and end with greater-than (>). These symbols are also called "angle brackets.".


There are two types of tags

1. paired tag

2. unpaired tags


paired tags consist of two tags

for example div, aside, article, h1, h2 ,h3 etc...

example: <h1>Hello World!</h1>


unpaired tags are those tags which does not need a companion tag.

for exmaple: br, input, img etc

exmple: <br/>


Answered by legendarysumit
3
the HTML table model allows you to arrange data in two rows and column each table may have an associated caption that provides a short description of the purpose of the table

it types of tags are
border
border colour
BG colour
background colour
cellspacing
cellpadding
align
height and width

LEGENDARYSUMIT01: mrk brainliest
Similar questions