Questions tagged as 'tags'

5
answers

What is the / datalist tag for?

When I was using Sublime Text to edit a html file, I noticed that it suggested a tag with the name of datalist . I've never seen this tag before, but it does seem that really exists . As I did not see any explanation in Portu...
asked by 11.04.2017 / 18:39
2
answers

In HTML5 should nulls be enclosed with "" or with "/"?

In HTML 5, there is a series of null elements, which according to # and data examples (English) by W3C, they are closed using only > : Null Elements area, base, br, col, embed, hr, img, input, keygen, link, menuitem, meta, pa...
asked by 05.01.2014 / 20:55
2
answers

Is it acceptable to use h2, h3, p, div tags inside anchors (a / a)?

Is it acceptable in SEO and semantics to use tags like <h2> , <h3> , <p> and <div> within <a href=""></a> ? I noticed that to make items on a page people usually use a struct...
asked by 11.01.2016 / 15:49
2
answers

Is there any difference between clip property and overflow?

Studying the clip property I came across the following statement:    The clip quer property works similarly to overflow   with some differences. This gave me some doubts: Is this a true statement? What would these diff...
asked by 18.04.2017 / 03:32
1
answer

Is it correct to name html tag attributes arbitrarily?

I'd like to know about creating and manipulating attributes in html that are created . We have the attributes already known as id , class , etc. that we put in the tags so we can manipulate them. I went in search of other alternatives of name...
asked by 04.02.2016 / 15:04
1
answer

Why is a class or id declared in script and link tags?

I often see encoding in the <script> / <link> tags that have class tags: <script type="text/javascript" language="javascript" class="init"> <link rel="stylesheet" href="css/main.css" class="main-stylesheet"...
asked by 04.08.2017 / 20:06
1
answer

Put emoticons in the chat of my site [closed]

I would like to know how in php or javascript how to put emoticons as the person types the text and a command, eg: Hello good morning [/ sun] or I'm fine [: smile] Anyway, regardless of the command how to do it to be replaced by an ima...
asked by 26.10.2016 / 08:22
1
answer

By divs next to bootstrap

I have 5 divs, I want them aligned on the same line ... However the div div is not aligned ... <section class="content"> <div class="row"> <div class=" col-xs-2 "> <a href="#" class="thumbnail"> <...
asked by 04.12.2018 / 03:49
1
answer

Can we use {variable} in CodeIgniter Views?

I know that we can use Views.html file in CodeIgniter, now I would like to know if we can use {variavel} tags directly like in Smarty. Example: <body> <h1>{msg}</h1> </body> Are there any native replacement fun...
asked by 22.12.2015 / 15:21
2
answers

HTML href attribute exclusively for a / a beacon?

It is correct to set the href attribute to another beacon that is not a . Example: <ul> <li href="#page1">Page1</li> <li href="#page2">Page2</li> <li href="#page3">Page3</li&g...
asked by 08.01.2017 / 15:03