HTML ELEMENT

HTML Elements

As mention in our previous page,tags and elements are interwoven,this means that HTML ELEMENTS ARE MADE UP OF TWO TAGS. therefore Html element is made up of characters that live inside angled brackets: an opening tag(<>) and a closing tag(<>) with a forward slash. Each HTML element tells the browser something about the information that sits between its opening and closing tags. HTML uses elements to discribe the structure of a page.

Things To Know about HTML tags

  • Tags act like containers. They tell you something about the information that lies between their opening and closing tags
  • HTML tags are not case sensitive:<H1> means the same as <h1> The HTML5 standard does not require lowercase tags, but it is best to use lowercase so that your document can be editor in both HTML5 document tpye and stricter document types like XHTML.
  • HTML make use of different tags to design web pages.

these are but a few of the editors that are free and easy to use.

A typical HTML document structure

  •       
                        <!DOCTYPE html>	 
    <html>
    <head>
    <title>Page Title</title>
    </head>
    <body>
     
    <h1>My First Heading</h1>
    <p>The golden rule of a paragraph.</p>
    
    <h2>elements  and tags </h2>
    <p>what do you think an element is? :</p>
    
    <img src="sample.jpg" width="500" height="600">
    
    </body>
    </html>
                        

    HTML Element

    All the HTML elements can be categorized or grouped into two.

    • HTML Element display.
    • HTML Element content.

    HTML Element: Display

    Every HTML element has an inbuilt default settings of display value, we can see element on their default display pattern they have with themselves as relative to visual change. These elements are also divided into two for better understanding and they are block or inline.

    HTML Element: Content

    Every HTML element has an inbuilt content and we can see element on their default build up content base on design pattern they have with themselves as relative to inbuilt properties. These elements are divided into two for better understanding and they are as follows Semantic and Non-semantic element .

    Dess App

    DessApp is an Integrated E-learning Education, Interactive and User-friendly features, smarter options and redefining your school costs effectively and efficiently.

    View
    1 1