Questions tagged as 'tag'

2
answers

What is the meaning of branch, tag, and trunk?

What do they mean and what are the best practices for using them?     
asked by 11.06.2014 / 19:52
3
answers

What are the allowed elements within the P tag?

I've been through a few issues, and I could still see in this answer that the <p> tag does not accept any element as a child. It seems that there are exceptions to some tags, that is, they can be added within a <p>...
asked by 10.07.2018 / 18:16
1
answer

Getting information from a div in C #

Well, I have a code that reads the page however I need the following: <a href="/t848p15-teste">2</a> The idea of the code is to look for a <a> tag that has this 2 and return the link. In case, it would return...
asked by 18.07.2016 / 22:35
1
answer

What does "::" mean in PHP? [duplicate]

In PHP, what do these four dots mean? ::? I see a lot on things like: stackOverflow :: class     
asked by 23.08.2017 / 21:32
2
answers

Why do you need to close the script tag?

Why open only a <script> tag does not work correctly? I know it's not the same as the CSS StyleSheets : <link rel="stylesheet" href="assets/css/bootstrap.min.css" /> But why do I need to open and close the <script&...
asked by 28.04.2017 / 22:50
1
answer

For what reason, I have to double click on the bookmarklet to insert a dynamic content

I developed a small plugin commonly known as bookmarklet . This result is almost satisfactory for my case, however, there is an empencilho. For me to start it I have to double click otherwise, it does not launch the player on the page. Since...
asked by 10.12.2017 / 22:17
1
answer

How to define a favicon? Is it mandatory to set it?

There are certain things that, by not doing constantly, I always forget how to do it. And one of them is setting favicon to my site. What tags and attributes should I use to correctly define a favicon on my site? (I always forget, but...
asked by 27.01.2017 / 17:00
1
answer

How to create tag event?

I'm creating a form and would like to add tags every time a name is selected with an autocomplete. This would be equivalent to adding tags to an OS question. I would like to have a background on how to start researching this, as I cou...
asked by 26.09.2015 / 22:03
1
answer

Replace xml tag with nodejs

Hello, I would like some help to remedy a problem I am facing. I need to rename the tags of an xml file by nodejs. I thought about making use of regex, using fs to read the file, but I was kind of lost. <RESULTS> <ROW> <COLU...
asked by 04.10.2018 / 08:15
1
answer

Regular PHP expression, how to remove open html tags?

Hello! I need to remove from my string an html snippet that bugged, it goes like this: e="text-align:left;"> Texto normal ... This causes a visual error. Another error that is generating at the end of the text ex: <p style="text-ali...
asked by 16.05.2016 / 15:44