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
-
1
votes1
answer187
viewsCSS selectors (H1 - H6 applying after p)
I’m in doubt of applying some effects to css. I tried with the following css selectors: h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { margin: 0 0 0.75em 0; } h1~p, h2~p, h3~p, h4~p, h5~p, h6~p { margin: 0 0…
-
1
votes1
answer56
viewsOG Facebook Goals: Doubt
Whenever I use OG goals for Facebook sharing, I insert them in the header and hide the current site description and title goals. The doubt is as follows: the OG goals need to be in the site header?…
-
1
votes1
answer1795
viewsWhat is the difference between the <b></b> and <Strong></Strong> tags?
Hello, Community! I have a question about the use of tags <b></b> and <strong></strong>. I’ve searched some sites, but I couldn’t find a comparison that differentiated the…
-
1
votes0
answers33
viewsUsing TAGS in PHP
Use of TAG <?= On the PHP website, it says is not recommended use this tag syntax. Below is the excerpt. When PHP interprets a file it looks for the opening tags and closing, which tell PHP to…
-
1
votes1
answer535
viewsCapture results using Htmlagilitypack
I’m using this code to get results using the Html Agility Pack. This is how it is: WebRequest request = WebRequest.Create(texto); WebResponse response = request.GetResponse(); StreamReader reader =…
-
1
votes2
answers1974
viewsRead specific XML tags?
I need to do the reading of tags specifics of that file XML: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
1
votes1
answer603
viewsHow to use two forms with the same ID?
Hello, I found a problem. I’m integrating an HTML form with Google Sheets. The point is that I have two forms, I’m not excellent in Javascript but it seems that the "var Fields" function works only…
-
1
votes1
answer478
viewsRead Tags with the same name in XML
I am with the following example XML file: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
1
votes1
answer608
viewsAbout tag for Mysql database
Good morning! Guys! To with database more than 25 thousand records. I’m reformulating the database because it’s very disorganized so I’m building a script to do everything automatic because do 1 by…
-
1
votes0
answers27
viewsCan I use the Canonical tag for all products?
I want to know if I can use the Canonical tag to reference the same product. Reason: google understands that totally different products are canonical.
-
1
votes3
answers843
viewsHow to extract a specific text from a string via Javascript
Question related to how to remove only part of the text that is after my tags p: and r: I am developing an application similar to chatbot simsimi and for test questions I am storing the questions…
-
1
votes1
answer63
viewsInformation of a specific tag
I am looking for information present in the tags of a repository with the following command that returns the information depending on the parameter I pass in the flag --format. git tag…
-
1
votes0
answers51
viewsHow to isolate specific metadata in a. ris file?
I have a.ris file with information about researchers and a few thousand lines. Each researcher is identified with a set of metadata (these are standardized). I want to know how to isolate specific…
-
1
votes0
answers15
viewsHow to Use Canonical Tag?
I’ve tried help on the net, but I can’t figure out how to resolve this issue. For example: if you have the url - https://www.seusite.com/ and google assign as canonical https://seusite.com , which…
-
1
votes2
answers90
viewsHow to change an element after an action on the page?
I would like when content was added to the input the previous text "Label" turned blue. Are inside a div, a p and an input, the goal is when writing in the input the previous p turned blue.…
-
1
votes1
answer82
views -
0
votes1
answer36
viewsQuestions about Markup Validation errors W3C
This Validator doesn’t bring any information as to where it might be to tidy it up. I know you have Line 233, Column 10, but it could be from anywhere. Is there any method or anything to know how I…
-
0
votes2
answers49
viewsHow to use HATBM with multiple models
I’ll have the model Tag he’s gonna have a relationship HABTMwith POSTS. But I want him to have a relationship too HABTM with USERS because my goal is in the future to be able to find posts that have…
-
0
votes1
answer195
viewsForm being rendered with wrong action attribute
I am using spring form tags to render the forms present in my views, but I am facing problems because they are being generated with the wrong action attribute. In my controller, I have the method:…
-
0
votes0
answers574
viewsCalling a Javasript function from an html code. Note: Javascript code is in the same file
I need to call functions in html without a button, calling when a part of the html code is executed. with the button I already did, it looks like this : <input type="button" value="Nome do botão"…
-
0
votes0
answers888
viewsGoogle Translate: do not translate HTML tags <br>
I am using the Google translator to do sets of translations of HTML documents in Portuguese into English. Is there any way to teach Google to realize that HTML tags are not meant to be translated?…
-
0
votes1
answer606
viewsHow to concatenate html tag in php?
$t ='<span style=\"color:#FF0000;\"> '; $t. "texto '</span>' "; echo $t; The code above does not work, nothing is printed. I believe the problem is the closure of tag span. How to solve?…
-
0
votes1
answer424
viewsTag Form closes alone
When I send this html code via ajax it displays correctly, but closes the Form tag right after opening it, is there another way to do this? or there is some syntax error. $FormUserCad = '<div…
-
0
votes2
answers3743
viewsTo set a select field with a preset value
I need to have the select field bring me the information that is in <%=addressable.getState()%> in which it returns "SP". In the input for city, I can get the value of…
-
0
votes2
answers414
viewsHow to reference an html button in C#
I have the following snippet of HTML code : This code belongs to a page of an Air OS radio (internet radio). I need to reference this button inside a program made in Windows Forms and do a function…
-
0
votes0
answers67
viewsword limit with jquery
i am using the xoxco jquery.tagsinput plugin to insert a field with tags in my article, however I need a limit of tags inserted there, so I need a word counter to limit how many words are inserted,…
-
0
votes0
answers129
viewsHow to Model Tables to Store Tag
I have an SQL Server database where I have a table of videos linked to various tag s. How is done here in the forum where each post is linked to various tags. Best practice for modeling the…
-
0
votes0
answers26
viewsWhen to Use Input Button and Submit
I am developing a login system, but I have two alternatives, use the type button or type Submit, which one to use? <div class="layout_login"> <label for="sizeEmail"…
-
0
votes0
answers29
viewsI need to map this image to use in the app and use the buttons to click and be routed to the place by clicking
I need to map this image to use in the app and use the buttons to click and be routed to the place by clicking…
tagsasked 6 years, 6 months ago Alexandro Ramos 1 -
0
votes1
answer2517
viewsWhat is the difference between Document.querySelector and getelementsbytagname?
I would like to know the differences in the use of these two commands, because for min that I am at the beginning of the study very similar and even equal in some moments, but having different…
-
0
votes2
answers218
viewsGroup tags separated by PHP comma
Good morning! Next I have a doubt, and I’m not able to reach conclusion. I’m creating a field called tag where it serves to search for posts related to tag. In the bank it is completed as follows;…
-
0
votes1
answer66
viewsI can’t create a paragraph! HTML
I create a <p> and write the paragraph inside it, but when I open the page there are no line breaks, the sentence continues only in one line. <!DOCTYPE html> <html> <head>…
-
0
votes2
answers114
viewsWhat does junk mean next to an element (html/xml...)?
In an HTML tag, I found a tag that I hadn’t seen before. I looked it up, but I couldn’t find anything to help me. She’s nesting a tag <li> and the code (changed) is like this: <ul…
-
0
votes1
answer61
viewsCatch Ids Tagsmanager
I have a form with several fields, one of them I use Tagsmanager to insert tags (registered clients), now when I send this form I need to save the ID’s of these registered clients in the same field,…
-
0
votes1
answer211
viewsHow to click non-clickable HTML tags? Via console
Good staff I am with a doubt, I would like to click on non-clickable HTML elements, as for example I know that with the following code we can click a button knowing that I am working via console in…
-
0
votes1
answer158
viewsI cannot align <thead> with <tbody> in my table with SQL query
I have the following table header: <?php echo ' <div style="height:65px"> </div> <table id="oie" border="1" class="minha-table"> <thead class="headerr"…
-
0
votes0
answers26
viewsHow to use ASP tags with Stringbuilder
People I am using Sringbuilder to assemble a page in ASP.NET jpa I did it several times without problems, but now I need to assemble a string that has tas ASP inside it, mount is not the problem but…
-
0
votes2
answers316
viewsAdd title next to your corresponding image
I’m learning HTML and CSS and I’m making a site to practice and I’m having a doubt. I want to put the title of the images next to each other. "The best Cookie’s" on the side right of the…
-
0
votes1
answer73
views -
0
votes1
answer89
viewscss working different - inside tag or in separate file . css
I built a basic file with a simple menu. I simplified it to the maximum to try to find the problem and I can’t. The problem is that when entering the site, the animation specified in the Transition…
-
0
votes0
answers57
viewsTag manager jquery tag tag
since a while ago, my tag manager, in Yii framework, is generating tags with a "tag separator?" instead of a comma, which can be? Code: $('.tm-input').tagsManager({ prefilled: ["<?php echo…
-
0
votes1
answer525
viewsPrinting specific attributes of a python XML file tag
Hello, I’m starting to use the Python language for a survey, and as "activity" I received an XML file from my teacher and I need to "unlock" it, printing tag contents and some attributes specific to…
-
0
votes2
answers53
viewscannot with Number,sent the text on the screen
document.querySelector('button').addEventListener('click', calcular) function calcular() { peso = document.getElementById('peso').value peso = peso.replace(",", ".") peso = Number(peso) altura =…
-
0
votes1
answer36
viewsDisplay a boolean field result if it is True
I’m having difficulty here to display the return of a Boolean field in the template. I need to display the field name if it is true in the template. models topo = models.BooleanField() views def…
-
-1
votes2
answers1016
viewsRegex | Take group split
This tag repeats by changing the content and I would like to know if there is a way to get each content separately TextBox TXTTESTE = new TextBox(); TextBox TXTTESTEDOIS = new TextBox(); TextBox…
-
-1
votes1
answer36
viewsPlace value in Paragrafo without javascript interpreting HTML tag
I have a paragraph<p id='meuParagrafo' >paragra</p> and in Javascript I want to do this document.querySelector("#meuParagrafo").innerHTML = "<b>Bem legal</b>"; the only…
-
-1
votes1
answer584
viewsCopy code snippet, modify and paste into another Div
I am structuring an experimental system where when clicking a button it copies what is selected (in this case a snippet in html) as the below: <section> <h1> titulo </h1>…
-
-1
votes1
answer116
viewsIs it possible to make Vscode "Responsive" Workspace equal to Sublime?
When using Vscode on half screen 2, creates a horizontal scroll that shows what’s beyond the right margin. It doesn’t exist in Sublime because it adapts to the screen size 1. It would be possible…
-
-1
votes1
answer361
viewsgoogle ads conversion code
Good afternoon to all!! All right? i created a google ads conversion tag, which should be triggered by clicking on the Whatsapp link on my site, but I’m not able to install correctly on the trigger,…
-
-1
votes2
answers31
viewsRender different Vue.JS components within a v-for directive
I wonder how I could use a v-for to render different Vue components. I’m using Internet (I say this because I don’t know if Inertia has any function that can help). Being more specific and giving an…