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

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
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
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 09:02 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.