Questions tagged as 'html5'

1
answer

URLs in doctype and html tags

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2) <html xmlns="http://www.w3.org/1999/xhtml"> With HTML5 the use of URLs in the <!DOCTYPE html>...
asked by 12.05.2015 / 00:23
1
answer

How to compare two dates in Javascript or jQuery

I'm trying to compare two dates coming from fields text , turning them into object Date , as follows (the first function is to format the field input with XX/XX/XXXX ): function formatar(mascara, documento){...
asked by 07.06.2015 / 01:11
3
answers

Doubt about how the header is interpreted

We have a <header> main on the page where we normally put the logo image. Within this <header> does the image require both alt and title to be interpreted by the correct search engines? I would like...
asked by 30.12.2014 / 03:52
2
answers

How to use @ Font-face with an arbitrary font?

I would like to know how it works @ font-face how should I apply it in my CSS code as I want to use a font called Tekton Pro in> but if you only use the font-family: Tekton Pro tag does not work and would like it to get caught up in brows...
asked by 20.05.2015 / 15:35
2
answers

Make a multipage website offline

Assuming I have a multi-page site - for example a blog - I want to put an option for anyone who visits it to have access to it without internet. As not every device has constant access to the internet, and not every place has that possibility...
asked by 06.02.2014 / 14:10
1
answer

How to make the clip property: rect (...) do not occupy space (width)

I would like to know if there is any chance that clip: rect(...) will actually 'cut' the element in question, not just hiding it. Here in this image, without clip: rect(...) , shows the border to exceed the space of your containe...
asked by 15.02.2014 / 21:31
1
answer

Send "@ Html.BeginForm" to controller from another area. Asp.Net

I have a controller in a Area named " LoginProfessional ", with actions Index, Logon, Logoff . I make a RenderPage by calling Index in the Area root of the project, however when I click the button it...
asked by 15.05.2014 / 19:11
2
answers

Vertical alignment in a div with position: absolute

I would like to know if it is possible to vertical-align in a div with position absolute? Here is the code for analysis: .teste { background: #F00; width: 500px; height: 100px; display: table-cell; vertical-align: mi...
asked by 28.08.2014 / 16:22
2
answers

What is the best practice for integrating external content with my site?

I'm developing a website in PHP and I'm going to need to integrate content that will be on a page from an external site. This page will be poorly formatted, without header footer and sidebar , I'll just have the link on this page...
asked by 06.07.2016 / 14:00
1
answer

How to do animation with SVG or CSS of a Text walking along the path?

I have an SVG which is a Text aligned in a Path . But my intention is to make the text "running" by Path , like a Marqueer . The idea would be something like this image. ButwhatIwasabletodowasanimatetheentireElementby"running...
asked by 28.11.2018 / 12:36