HTML

Description

A Beginner's Guide To HTML
Mr.Everything Sean , Siddhu and Jack
Mind Map by Mr.Everything Sean , Siddhu and Jack, updated more than 1 year ago
Mr.Everything Sean , Siddhu and Jack
Created by Mr.Everything Sean , Siddhu and Jack about 2 years ago
1
0

Resource summary

HTML
  1. Basic Commands
    1. <p>
      1. This command is used in a regular paragraph. Example: <p>The dog was very cute</p>
      2. <h1>
        1. Mostly used in a title or heading. Example: <h1>All About Dogs</h1>
        2. <body>
          1. You put the bulk of the text inside of here Example: <body><h1>All About Dogs</h1><p>Dogs are very cute</p></body>
        3. CSS Advanced Commands
          1. radial-gradient
            1. Makes A Radial Gradient. Example: radial- gradient(circle, SkyBlue, SkyBlue 50%, LightCyan 50%, SkyBlue);
            2. background-size
              1. Sets the background size. Example: background-size: 8px 8px;
              2. font-family
                1. Sets the font family. Example: font-family:sans-serif;
              3. CSS Basic Commands
                1. color
                  1. Used to set a font color. Example: color: black;
                  2. font-weight
                    1. Used to set the boldness of the font. Example: font-weight: bold;
                    2. background-color
                      1. Used to set the background colour. Example: background-color: thistle;
                    3. Advanced Commands
                      1. <br>
                        1. Used instead of an enter key
                        2. <li>
                          1. Used to make a list. Example: <ul> <li>Dogs</li><li>Cats</li><li>Birds</li> </ul>
                          2. <link>
                            1. Used to link another page of HTML or CSS. Example: <link type="text/css" rel="stylesheet"href="Main-Stylesheet.css"/>
                          Show full summary Hide full summary

                          Similar

                          Web Designing & Development Full Tutorial
                          Nandkishor Dhekane
                          Code Challenge Flow Chart
                          Charlotte Hilton
                          Flvs foundations of programming dba 2
                          mariaha vassar
                          front end developer test
                          joni jiniani
                          Test I. Introduction to web technologies
                          Angel Martínez Rodriguez
                          Intro to HTML
                          Balikkoftesi
                          Front-End Web Development
                          Chanthy Ngin
                          HTML + CSS
                          Justina Sadikova
                          OpenSource Programming
                          Faheem Ahmed
                          BGE HTML + CSS
                          Ian Simpson
                          HTML Basics
                          Priyam Soni