Computer Science, asked by JAINISH8881, 1 year ago

HTML uses Pre- specified tags or User- defined tags or fixed tags or tags used for linking?

Answers

Answered by Anonymous
5
HTML uses Pre-specified tags...for e.g:

<html>
<head>
<title>
<body>
<span>
<div>
<article>
<section>
etc....

anchor tag is also html tag...

anchor tag is used for adding hyperlink on a web page...

syntax of anchor tag:
<a href="url goes here">clickable text will be here</a>


Answered by Siddharthakumarpanda
3

Pre-specified Tags is used by HTML.

Similar questions