MARKEUP TAGS IN HTML
markup tag
all type are tags which used for show any
content are called markup tag like
<body><BR><h1><hr>
etc.
html tag are describe by HTML tags
every tag will be
used for perform certain tag type.
<!doctype .HTML>
doctype is default text when we start codding in Dreamweaver.it tell us that which kind of document are using now.
<head>
head tag only for using title.
EXAMPLE: <title>first
website</title>
title is a short description of contain. its
show at title bar.
Comments
Post a Comment