2024-01-29
Max. 50 points
Name:
Task | Max. | Achieved |
---|---|---|
1 | 25 | |
2 | 25 | |
Sum | 50 |
rm -r ~/delme
mkdir ~/public_html
chmod o+x ~
chmod o+rx ~/public_html
touch ~/public_html/index.html
body
<h1>I Love Programming!</h1>
<style>
html {
background-color: #ddd;
}
</style>
style
Tag
form {
font-family: 'Fira Code', monospace;
}