Questions tagged as 'html5'

0
answers

Is the style sheet style document defined in HTML Imports obsolete?

I'm noticing that all sites are getting this message in console :    [Deprecation] Styling master document from stylesheets defined in HTML   Imports is deprecated, and is planned to be removed in M65, around   March 2018. Please refer to t...
asked by 18.10.2017 / 14:52
0
answers

What's wrong with my code? insert a die and then insert no more! [closed]

html: <!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Untitled Page</title> <meta name="generator" content="WYSIWYG Web Builder 12"> <meta name="viewport" content="width=dev...
asked by 19.10.2017 / 18:16
1
answer

Footer does not accompany site layout and is not responsive

Hello, good afternoon. I'm having trouble getting the footer responsive, it does not track the page. Can you help me with this code? (I tried to implement some tips that I found here but did not work) Thank you. /*Edição do rodape (F...
asked by 22.02.2018 / 21:42
1
answer

Adaptive border according to text size

Whatisthecorrectwaytodothisborderbelowthetext?I'mcurrentlydoingitthisway,butifthetextistoolargeandbreakforbottomlinetheborderdoesnotfitthesizeandbreaktoo,howdoIadaptittothelinebreakthatmayhavedependingonthesizeofthetext? .blog_post_list {...
asked by 31.10.2017 / 22:55
3
answers

Aligning image next to image

I'm trying to put one image next to another, though: Iwantittobenexttothegrayimage,likethis: html:<divclass="ads01"> <img src="img/160x600.png"/> </div> Css: #ads01{ text-align: left; width: 160px; border-styl...
asked by 29.09.2017 / 19:31
1
answer

As popular dropdown 2 based on dropdown 1 with angular

I want to use two dropdowns in my HTML5 Depending on what I select in dropdown 1, it displays its data in dropdown 2, as in that link . I looked up the documentation for the angled this that came very close, but still did not work. NOTE: Both...
asked by 22.07.2017 / 02:09
0
answers

How to check if the EJS is responding

My application is node with express and ejs 1 - It is running index.html and not index.ejs 2 I am not able to pass the title or title parameter to the view, neither in ejs nor in html app.js and index.ejs look like this: var express = re...
asked by 05.07.2017 / 09:20
2
answers

Edit table elements

Is there any way to edit the elements of the table created with a JavaScript function directly in the table, with a double click? I created a function that uses three inputs to print their values in the table, as I am new to the area I...
asked by 23.08.2017 / 18:48
2
answers

Selector in CSS differences [duplicate]

What's the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }     
asked by 25.04.2017 / 19:48
1
answer

What is the difference between the img, picture and figure elements?

In HTML we have the elements <img> ( image ), <picture> and <figure> , which I believe is a" figure "or" image ". The img is well known, the others have been introduced recently. I notice that i...
asked by 17.10.2015 / 21:36