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>...
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){...
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...
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...
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...
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...
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...
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...
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...
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...