<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Listing 6.12</title>
</head>
<body>
<?php
function headingWrap( $txt, $size=3 ) {
print "<h$size>$txt</h$size>";
}
headingWrap("Book title", 1);
headingWrap("Chapter title",2);
headingWrap("Section heading");
headingWrap("Another Section heading");
?>
</body>
</html>
Eredmény:
Nincsenek megjegyzések:
Megjegyzés küldése