+ 1
basic tags used in html
3 Answers
+ 2
head tag
title tag
body tag
paragraph, image,table,form tags etc
+ 1
HTML layout
<!DOCTYPE HTML> // <--HTML5 only
<HTML>
<HEAD>
<TITLE></TITLE>
<STYLE><\STYLE>
<SCRIPT>JavaScript<\SCRIPT>
<?PHP
php \ SQL code
?>
</HEAD>
<BODY>page content tags here<\BODY>
<HTML>
0
html
head
title
script
body
h1..h6
p
img
input
form
pre...