Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Explain the difference between html and tags? (http://siteownersforums.com/showthread.php?t=199573)

spobitsseo 07-31-2017 09:44 PM

Explain the difference between html and tags?
 
Explain the difference between html and tags?

musictalentin 08-01-2017 02:34 AM

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

travelowebseo 11-30-2017 02:47 AM

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:


This is the content of the paragraph element.




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:


A start tag with an attribute:



All times are GMT -7. The time now is 06:40 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.