Go Back   Site Owners Forums - Webmaster Forums > Web Design > Graphic Design

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 07-19-2017, 10:03 PM   #1
spobitsseo
Registered User
 
Join Date: Jun 2017
Posts: 71
How do you insert a comment in html?

How do you insert a comment in html?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
spobitsseo is offline   Reply With Quote

Old 07-19-2017, 11:42 PM   #2
manalisoni
Registered User
 
Join Date: Jul 2017
Posts: 258
Notice that there is an exclamation point (!) in the opening tag, but not in the closing tag. Comments are not displayed by the browser, but they can help document your HTML source code. Comments help you and others understand your code and increases code readability.

This is a valid comment goes here. Here given comment is a valid comment and will be wiped off by the browser.

<!DOCTYPE html>

<html>

<head>

<title>Valid Comment Example</title>

</head>

<body>

<!-- This is valid comment -->

<p>Document content goes here.....</p>

</body>

</html>

Thanks
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
manalisoni is offline   Reply With Quote
Old 07-21-2017, 12:33 AM   #3
MAIAWILLOW
Registered User
 
Join Date: Jun 2017
Posts: 77
1.Insert a single-line comment. Comments are designated by the tags <!-- and --> 2.Create a multiline comment.
3.Use the comment function to quickly disable code.
4.Use the comment function to hide scripts on unsupported browsers.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
MAIAWILLOW is offline   Reply With Quote
Old 07-24-2017, 03:22 AM   #4
SaraSanjay
Registered User
 
Join Date: May 2016
Posts: 551
Notice that there is an exclamation point (!) in the opening tag, but not in the closing tag.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
SaraSanjay is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML (Hypertext Markup Language) ehsanagar HTML / DHTML 3 10-06-2016 02:15 AM
How to use the comment tags in web page's HTML source code? jamesranatte Search Engine Optimization 0 07-02-2012 03:06 PM
HTML 5 and HTML 4 johnhedberg3 HTML / DHTML 3 06-16-2012 04:08 AM
Differences with HTML 4 and HTML 5 danielnelson HTML / DHTML 11 06-10-2012 09:21 PM
1.Basic distinguishing features of HTML 4 and HTML 5 rooseveltjobs HTML / DHTML 0 04-12-2012 10:00 PM


All times are GMT -7. The time now is 03:48 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.