50 likes | 158 Views
Tvorba webových stránek. < html > < head > </ head > <body> </ body> </ html >. CSS. <link rel =" stylesheet " href =" styl. css " type="text/ css " />
E N D
<html> • <head> • </head> • <body> • </body> • </html>
CSS • <link rel="stylesheet" href="styl.css" type="text/css" /> • #menu { position:absolute; padding-left:1em; border-color:aqua; background-color:dodgerblue; width:24%; margin:0.2em; margin-top:0px; z-index:2; border-style:ridge; min-height:250px; }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> • <html> • <head> • <meta http-equiv="content-type" content="text/html; charset=utf-8"> • <link rel="stylesheet" href="styl.css" type="text/css" /> • <title>titulek</title> • </head> • <body> • <h1 id="menu">ahoj</h1> • </body> • </html>