Comment
Writing the comment in the html 5 code help The other developer and develop the code…
HTML comments are not visible to your website visitors
The basic example
<!-- comment here -->
ex:-
<html>
<head>
<!-- meta start -->
ex:-
<html>
<head>
<!-- meta start -->
<meta name="this blog is all about html 5" content="20 ">
<!-- meta end -->
<title>HTML 5 Tutorial </title>
</head>
<!-- body start -->
<body>
<p>this is example of the Meta tag</p>
</body>
<!--body ends -->
</html>
0 comments:
Post a Comment