Most voted "tags" questions
Tags are markup language structures containing instructions, having a start mark and an end mark so that the browser can render a page. There is a trend nowadays to use tags only as style delimiters and/or content, both in HTML and XML.
Learn more…103 questions
Sort by count of
-
-2
votes2
answers88
viewsTags do not understand much
Good evening I would like to know all about Tags, not only the basics as <html></br><h1> etc... but like what each one does for example I can’t figure out some of these elements.…
-
-2
votes1
answer100
viewsHow to implement an inputText for "Tags" or "keywords" in Android Studio?
I am creating an android app and need a simple inputText that allows the user to type "tags" very similar to the field of questions here on the site. How do I implement this? Do I need some external…
-
-2
votes1
answer86
viewsHow to run wmv in <video> (Google Chrome) tag?
I am unable to run . wmv, . mpg for example, in Chrome via tag . The code is more or less this, <video id="video1" class="videos"> <source src="temp/meuVideo.wmv" type="video/wmv" />…