HTML Academy
Previous task
Introduction to HTML and CSS1/13
Back to the list of tasks
  • 1. What is HTML?
  • 2. HTML tags
  • 3. Tag nesting
  • 4. Tag attributes
  • 5. What is CSS?
  • 6. Change the values of the CSS property
  • 7. Let’s change the properties in the CSS rules
  • 8. Create your own CSS rule
  • 9. Apply the styles by class
  • 10. Let’s use two classes
  • 11. Let’s redefine the styles
  • 12. Let’s finish setting up the styles
  • 13. Summary of “Introduction to HTML and CSS”
HTML tags
  • Sign up
  • Log in

Loading…
Everything will be ready in few seconds

  • Theory
  • Theory
  • Comments

What is HTML?

Hi, there! It’s great that you want to learn more about how to create webpages. Our course is devoted to this process.

The best way to start learning something is to change the code and see what happens! Luckily for you, we have a working website that you can experiment with, right now.

If you’re going to make changes, they might as well be major changes so that the difference is as noticeable as possible. So, first let’s remove this line and see what happens as a result:

<link rel="stylesheet" href="muffin-style.css">

Well, let’s go! Click “To the task” below, then delete that chunk of code in the editor on the left to see what changes in the mini-browser on the right.

Comments

  • index.html
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Instructor Muffin</title> <!-- Delete the line below --> <link rel="stylesheet" href="muffin-style.css"> </head> <body> <div class="container"> <header class="site-header"> <h1>Instructor Muffin</h1> <p>Training for beginner kittens</p> </header> <section class="features"> <h2>Why choose me?</h2> <p>I myself was once a kitten. But look at me now.</p> <p>I have got the master fully trained.</p> </section> <section class="skills"> <h2>What will you learn, you may ask?</h2> <ul class="skills-list"> <li>How to snatch food from the master’s plate</li> <li>How to give furniture a vintage look</li> <li>How to open the door and not go in</li> <li>How to wake the master up at night</li> </ul> </section> <footer class="site-footer"> <p>© Muffin, 2019</p> <p>I don’t have any contact information, but I can find you myself.</p> </footer> </div> </body> </html>

What didn’t you like in this task?

Thanks! We’ll fix everything at once!

The code has changed, click “Refresh” or turn autorun on.

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%
Goalscompleted
0
    1. Delete the <link rel="stylesheet" href="muffin-style.css"> code on line 7.

    Cookies ∙ Privacy ∙ License Agreement ∙ About ∙ Contacts ∙ © HTML Academy OÜ, 2019−2025

    VISAMastercard

    Log in

    or

    Forgot your password?

    Sign up

    Sign up

    or
    Log in

    Restore access

    Have you forgotten your password or lost access to your profile? Enter your email connected to your profile and we will send you a link to restore access.

    Forgot to connect your email to the profile? Email us and we’ll help.