- index.html
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Connect to template styles here -->
</head>
<body>
Greetings to everyone! Welcome to my first site. Up until just recently I had no idea what a coder does for a living, but now I have found interactive courses in HTML and CSS and I have set myself the goal of becoming one. I even was assigned an instructor, Muffin, who does not allow me to slack off and will track my progress. My first assignment is to keep a diary and honestly write about all of my accomplishments.
</body>
</html>
You’ve gone to a different page
Goalscompleted
0
Link the template styles file to the page.
- Add the
<link>
tag to the<head>
tag. - Then add the
rel
attribute with thestylesheet
value to the<link>
tag - and the
href
attribute with theoutlines.css
value.
Comments