enmascarar url html

Solutions on MaxInterview for enmascarar url html by the best coders in the world

showing results for - "enmascarar url html"
Patty
29 Apr 2018
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">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Documento sin título</title>
6 <style type="text/css"> 
7html, body, div, iframe { 
8margin:0; 
9padding:0; 
10height:100%; 
11} 
12iframe { 
13display:block; 
14width:100%; 
15border:none; } 
16</style>
17 </head>
18 <body>
19 <iframe src="http://www.tudominio.com/home.html"></iframe>
20  </body>
21 </html>