<!-- sample solutions to Adding Style-->
<style>
</style>
<!-- sample solutions to Center your Heading-->
<style>
h1 {
text-align: center;
}
</style>
<!-- sample solutions to Center your Paragraph-->
<style>
h1, p {
text-align: center;
}
</style>
<!-- sample solutions to Work Your Body-->
<style>
body {
text-align: center;
}
</style>
<body>
</body>
<!-- sample solutions to Good Head on your Shoulders-->
<head>
<style>
body {
text-align: center;
}
</style>
</head>
<body>
</body>
No comments:
Post a Comment