HTML uses Pre- specified tags or User- defined tags or fixed tags or tags used for linking?
Answers
Answered by
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>
<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
3
Pre-specified Tags is used by HTML.
Similar questions