Show Menu
Cheatography

HTML For Beginners The Easy Way Cheat Sheet by

While many guides on the internet attempt to teach HTML using a lot of mind-boggling theory, this tutorial will instead focus on giving you the practical skills to build your first site. By the end of this tutorial, you will have the know-how to create a basic website and we hope that this will inspire you to delve further into the world of HTML using our follow-on guides.

The History of HTML

What are Tags and Attrib­utes?
What Are HTML Tags?
What are HTML Attrib­utes?
HTML Editors

EXEMPLE

<html>
      <head>
            <title>First page</title>
      </head>
        
      <body>

        <h1>Hello world :)</h1>

       </body>

</html>

Test

 

TAGS

<ht­ml>­</h­tml>
<he­ad>­</h­ead>
<bo­dy>­</b­ody>

ATTRIBUTES EXEMPLES

<body class=­"­tes­t"></­bod­y>
<body id="­tes­t"></­bod­y>
<body style=­"­col­or:­red­"></­bod­y>
<a href="w­ww.g­oo­gle.co­m"></­bod­y>
<img src="te­st.j­pg­"/>

EDITORS

Sublime Text 3
Notepad ++
Komodo Edit
           
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Five ways to center DIV element in CSS Cheat Sheet
          $mol Cheat Sheet