PDA

View Full Version : Explain the difference between html and tags?



spobitsseo
07-31-2017, 09:44 PM
Explain the difference between html and tags?

sulbha
08-01-2017, 02:21 AM
HTML elements commmunicate to the browser how to render text.When surrounded by angular brackets < > the form HTML tags.For the most part,tags come in pairs and surround text.

RH-Calvin
08-02-2017, 11:37 PM
HTML is a programming language used to define tags and links on a webpage. Tags are keywords that are defined using HTML elements to increase the visibility of your website in search engines.

damponting44
10-09-2017, 02:24 AM
HTML is a programming dialect used to characterize labels and connections on a page. Labels are catchphrases that are characterized utilizing HTML components to expand the perceivability of your site in web crawlers.
A tag is HTML code that you use to characterize every component in your page. For instance, <p>… </p> labels check the start and end of a passage component. The <img> tag recognizes a (picture).
So a component is something that shows up in for all intents and purposes all print (and website pages), while HTML labels are what you use to characterize what everything is in a record that you're creating.

sulbha
10-09-2017, 03:52 AM
HTML stands for Hyper Text Markup Language and tags are used in HTML to format and display the content in the web page on the web browser. The tags are used in HTML called HTML tags. These are the hidden keywords in the web page.

chrisforce
10-12-2017, 10:38 AM
Basically, tag is a part of an HTML element, Tags are labels we use to mark up the beginning and end of an element. The only difference is between a beginning and end tags is the forward slash "/". We label content by putting it between an opening tag and a closing tag.