Computer Science, asked by patilhimani, 4 months ago

Answer theseeeee ..pLzzzzzzzz​

Attachments:

Answers

Answered by Anonymous
1

Answer:

creative tag is used to create, please mark my answer as brainliest answer, and be my friend

Answered by yadavamita28
1

Answer:

Heading tag: It is used to define the heading of html document.

Syntax:

<h1> Statements... </h>

<h2> Statements... </h2>

<h3> Statements... </h3>

<h4> Statements... </h4>

<h5> Statements... </h5>

<h6> Statements... </h6>

Code:

<h1>Heading 1 </h1>

<h2>Heading 2 </h2>

<h3>Heading 3 </h3>

<h4>Heading 4 </h4>

<h5>Heading 5 </h5>

<h6>Heading 6 </h6>

Anchor element is used to create link

<a> Links. <a> links are one of the most important tags for SEO, and the majority of internal and external domain linking is achieved by using this HTML tag. ...

Image Links. ...

JavaScript Links. ...

Rel Links. ...

Nofollow Links.

hope it helped I tried my besy

Similar questions