Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 07-31-2017, 09:44 PM   #1
spobitsseo
Registered User
 
Join Date: Jun 2017
Posts: 71
Smile Explain the difference between html and tags?

Explain the difference between html and tags?
__________________

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 08-01-2017, 02:34 AM   #2
musictalentin
Registered User
 
Join Date: Aug 2017
Posts: 18
Tags are labels you use to mark up the begining and end of an element. ... The only difference between an opening tag and a closing tag is the forward slash "/". You label content by putting it between an opening tag and a closing tag. HTML is all about elements
__________________

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.
musictalentin is offline   Reply With Quote
Old 11-30-2017, 02:47 AM   #3
travelowebseo
Registered User
 
Join Date: Sep 2017
Posts: 224
An element in HTML represents some kind of structure or semantics and generally consists of a start tag, content, and an end tag. The following is a paragraph element:

<p>
This is the content of the paragraph element.
</p>


Tags are used to mark up the start and end of an HTML element.

A start tag consists of an opening angle bracket (<) followed by the element name, zero or more space separated attribute/value pairs, and a closing angle bracket (>).

A start tag with no attributes:

<p>
A start tag with an attribute:

<p class="info">
__________________

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.
travelowebseo 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
Do all HTML tags come in pair? spobitsseo Graphic Design 3 07-24-2017 03:21 AM
Difference between HTML elements and tags mahisharma3200 Web Promotion 0 07-07-2016 02:02 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


All times are GMT -7. The time now is 11:37 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.