--> Html Tags list | Alpha Codist

Search This Blog

Html Tags list

programming, java, software, PHP, C programming, programming languages, Alpha Codist, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, tag list

 
programming, java, software, PHP, C programming, programming languages, Alpha Codist, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, tag list


Name of syntax

What it does

Example

<html>…..</html>

The html code contains in it

<html>

<head>…..</head>

<body>…..</body>

</html>

<head>…..</head>

This contains the details of html

<head>

<meta charset = “UTF-8”>

<title>Alpha Codist</title>

</head>

<body>…..</body>

This contains the basic structure of html file

<html>

<head>…</head>

<body>

<h1>Alpha Codist</h1>

</body>

</html>

<h1>…</h1>,<h2>…</h2>,<h3>…</h3>

<h4>…</h4>,<h5>…</h5>,<h6>…</h6>

For creating a header. H1 is the biggest header and h6 is the smallest.

<html>

<head>…</head>

<body>

<h1>Alpha Codist</h1>

</body>

</html>

<p>…</p>

To write a paragraph

<html>

<head>…</head>

<body>

<p>Alpha Codist is the best website to learn coding without videos.</p>

</body>

</html>

<title> </title>

For giving the page title.

<html>

<head>

<title>Alpha Codist </title>

</head>

<body>…</body>

</html>

<div></div>

This tag groups contents.

<html>

<head>…</head>

<body>

<div>

<h1>Alpha Codist</h1>

<p>Alpha Codist is the best website to learn coding without videos.</p>

</div>

</body>

</html>

<a></a>

This anchor tag is used to make link

<html>

<head>…</head>

<body>

<div>

<h1>Alpha Codist</h1>

<a href=” https://alphacodist.blogspot.com/”> Alpha Codist </a> is the best website to learn coding without videos.</p>

</div>

</body>

</html>

<input></input>

To create an input field.

<html>

<head>

<title>Alpha Codist </title>

</head>

<body>

<input type="text" placeholder="First name" id="form"></input>

</body>

</html>

<form></form>

To create form.

<html>

<head>

<title>Alpha Codist </title>

</head>

<body>

<form><input>…</input></form>

</body>

</html>




COMMENTS

Name

beeCrowd,11,C,10,Computer,9,Downloads,3,HTML,1,My Creation,2,Python,24,Python-Soft,1,Shooting,2,
ltr
item
Alpha Codist: Html Tags list
Html Tags list
programming, java, software, PHP, C programming, programming languages, Alpha Codist, Perl, XML program, UNIX, cyber program, C++, HTML, CSS, tag list
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4h2Fya4LyFWFXHAkvjRE05f8G5Dip0tE2ow8dbmeEV3UJBNTXDuTegbu6w5QBwqVlGICfMPpGa33CNdzt9qArx2x0aZT9VPNNr4quAc4NISApzMQ3LTQlU6s87lBKuGjOyp4FLNgOgxBZ/w640-h376/HTML+tag+list.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4h2Fya4LyFWFXHAkvjRE05f8G5Dip0tE2ow8dbmeEV3UJBNTXDuTegbu6w5QBwqVlGICfMPpGa33CNdzt9qArx2x0aZT9VPNNr4quAc4NISApzMQ3LTQlU6s87lBKuGjOyp4FLNgOgxBZ/s72-w640-c-h376/HTML+tag+list.png
Alpha Codist
https://alphacodist.blogspot.com/2020/06/htmltaglist1.html
https://alphacodist.blogspot.com/
https://alphacodist.blogspot.com/
https://alphacodist.blogspot.com/2020/06/htmltaglist1.html
true
7547834254111195316
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content