diff --git a/index.html b/index.html index 7d0f88c..8068c9e 100644 --- a/index.html +++ b/index.html @@ -8,21 +8,21 @@ HTML | Tutorial - - + + @@ -34,7 +34,7 @@ gtag('config', 'G-RTJEZN25K6'); - +
@@ -50,7 +50,7 @@

HTML Tuto As someone who started learning HTML from scratch, I understand the excitement and challenges that come with it. Here, you'll find straightforward guides and practical examples that make learning HTML enjoyable and accessible.

- So, take a moment to relax, maybe grab a cup of coffee, and enjoy the process of creating something awesome with HTML. + So, take a moment to relax, maybe grab a cup of coffee, and enjoy the process of creating something awesome with HTML.

* It's HTML-only page, NO fancy graphics. * @@ -91,7 +91,7 @@

HTML Tuto
  • HTML Attributes
  • Misc.
  • - + @@ -105,104 +105,104 @@

    HTML Tuto

    Introduction to HTML

    Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

    - +
    - + web-components/html-templates Created with Sketch. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -210,8 +210,6 @@

    Introduction to HTML

    - -

    @@ -248,7 +246,7 @@

    My First Heading

    Components of HTML Document

      -
    1. +
    2. <!DOCTYPEhtml >

      Defines that this document is an HTML5 document.All HTML documents must start with a document type declaration.

    3. @@ -354,14 +352,14 @@

    4. one or more heading elements
    5. Logo or Icon
    6. Authorship information.
    7. - +

      Example :
      - <header >

      + <header >

      <hgroup >
      <h2 >
      -     HTML examlpe page
      +     HTML example page
      </h2 >
      <p >
           Posted by Mayborg.
      @@ -370,18 +368,18 @@

           Additional info.
      </p >
      </hgroup > - +

      </header >

      - +
      OUTPUT :
      - -

      HTML examlpe page + +

      HTML example page

      Posted by Mayborg.

      Additional info. -

      - +

      +

      @@ -400,28 +398,28 @@

    8. SiteMap
    9. Back to Top Link
    10. Realted Documents
    11. - +

      Example :
      - <footer > + <footer >

      <p >
          Author: Mayur Borgude.
      </p >
      <p >
      <a href = mailto:mayurborgude @gmail.com > mayurborgude@gmail.com
      </a> </p > - +

      </footer >

      - +
      OUTPUT :
      - +

       Author: Mayur Borgude.

      mayurborgude@gmail.com

      - +
      @@ -432,10 +430,10 @@

      - Specifies main content in a document, the content inside the "main" element should be unique to document . It should not contain any contain any repeated content aacross document such as SideBars, Navigation Links, Copyright Info, Site Logo, and Search Forms. + Specifies main content in a document, the content inside the "main" element should be unique to document . It should not contain any contain any repeated content aacross document such as SideBars, Navigation Links, Copyright Info, Site Logo, and Search Forms.

      Note: - There must only be one "main" element in a document. the "main" element must not be the decendent of: + There must only be one "main" element in a document. the "main" element must not be the decendent of:

      • <article>
      • <aside>
      • @@ -446,7 +444,7 @@

      - +

      @@ -466,17 +464,17 @@

      Defines a search section Elements inside search can be form elements used to perform search.

      Example :
      - <search > + <search >

      <form >
        <input name="fsrch"
               id="fsrch"
               placeholder="Search
               Google">
      </form>
      - +
      </search >

      OUTPUT :
      - +
      @@ -486,7 +484,7 @@


      - +

      @@ -500,22 +498,22 @@

      Defines a search section Elements inside search can be form elements used to perform search.

      Example :
      - <article > + <article >

          <h3 > Tokyo -Japan </h3 >
      -     <p >
      Tokyo , officially the Tokyo Metropolis (東京都, Tōkyō-to), is the capital of Japan and one of the most populous cities in the world, with a population of over 14 million residents as of 2023 and the second-most-populated capital in the world.
          </p> +     <p >
      Tokyo , officially the Tokyo Metropolis (東京都, Tōkyō-to), is the capital of Japan and one of the most populous cities in the world, with a population of over 14 million residents as of 2023 and the second-most-populated capital in the world.
          </p>

      </article >

      OUTPUT :
      - +

      Tokyo -Japan

      Tokyo , officially the Tokyo Metropolis (東京都, Tōkyō-to), is the capital of Japan and one of the most populous cities in the world, with a population of over 14 million residents as of 2023 and the second-most-populated capital in the world.

      - -
      - + + +
      @@ -528,33 +526,33 @@

      tag defines some content aside from the content it is placed in.
      The aside content should be indirectly related to the surrounding content.
      - + Tip : The "aside" content is often placed as a sidebar in a document. - +

      Note: The "aside" element does not render as anything special in a browser. However, you can use CSS to style the "aside" element (see example below).

      Example :
      - - <aside > + + <aside >

          <h3 > Osaka -Japan </h3 >
      -     <p >
      Osaka is a designated city in the Kansai region of Honshu in Japan, and one of the three major cities of Japan (Tokyo-Osaka-Nagoya). It is the capital of and most populous city in Osaka Prefecture, and the third-most populous city in Japan, following the special wards of Tokyo and Yokohama.
          </p> +     <p >
      Osaka is a designated city in the Kansai region of Honshu in Japan, and one of the three major cities of Japan (Tokyo-Osaka-Nagoya). It is the capital of and most populous city in Osaka Prefecture, and the third-most populous city in Japan, following the special wards of Tokyo and Yokohama.
          </p>

      </aside >

      OUTPUT :
      - + - + + +
      @@ -565,7 +563,7 @@

      Osaka -Japan

      <details >
      <summary > ... </summary>
      </details>
      - +

      The "details" tag specifies additional details that the user can open and close on demand.
      @@ -574,15 +572,15 @@

      The "summary" tag is used in conjunction with "details" to specify a visible heading for the details.

      Example :
      - - <details > + + <details >

          <summary > Nashik -India
          </summary >
      -     <p >
      Nashik , Marathi: [naːʃik], formerly Nasik is a city in the northern region of the Indian state of Maharashtra. Situated on the banks of the river Godavari. The population of Nashik city is around 2.2 million and is emerging as one of the fastest-growing cities in India.
          </p> +     <p >
      Nashik , Marathi: [naːʃik], formerly Nasik is a city in the northern region of the Indian state of Maharashtra. Situated on the banks of the river Godavari. The population of Nashik city is around 2.2 million and is emerging as one of the fastest-growing cities in India.
          </p>

      </details >

      OUTPUT :
      - +
      Nashik -India @@ -590,9 +588,9 @@

      Nashik , Marathi: [naːʃik], formerly Nasik is a city in the northern region of the Indian state of Maharashtra. Situated on the banks of the river Godavari. The population of Nashik city is around 2.2 million and is emerging as one of the fastest-growing cities in India.

      - -

      - + + +
      @@ -603,25 +601,25 @@

      <dialog > ...</dialog>
      - +

      The "dialog" tag defines a dialog box or subwindow. The "dialog" element makes it easy to create popup dialogs and modals on a web page.

      Example :
      - - <dialog open > + + <dialog open >
      Hello, Buddy!
      </dialog >

      OUTPUT :
      - + Hello, Buddy! - - + +
      @@ -632,7 +630,7 @@




      - +