Skip to content

Latest commit

 

History

History
173 lines (145 loc) · 5.85 KB

File metadata and controls

173 lines (145 loc) · 5.85 KB

alt text image.png

html periodic table

img.png alt text

Complete Html Basic to Advanced 🚀

Quick Reference 🚀🧑‍💻

DOM interfaces

AbortController
AbortSignal
AbstractRange
Attr
CDATASection
CharacterData
Comment
CustomEvent
Document
DocumentFragment
DocumentType
DOMError Deprecated
DOMException
DOMImplementation
DOMParser
DOMPoint
DOMPointReadOnly
DOMRect
DOMTokenList
Element
Event
EventTarget
HTMLCollection
MutationObserver
MutationRecord
NamedNodeMap
Node
NodeIterator
NodeList
ProcessingInstruction
Range
StaticRange
Text
TextDecoder
TextEncoder
TimeRanges
TreeWalker
XMLDocument

A document containing HTML is described using the Document interface

the Element interface is enhanced to become HTMLElement and various subclasses

HTML Dom

Svg Dom

Html Syllabus Quick Reference 🚀

  • Tim Berners-Lee ( Father of HTML )
  1. Html tag

  2. Doctype tag

  3. head tag

  4. meta tag

  5. title tag

  6. body tag

  7. script tag

  8. html_formatting

  9. inline-and-block-elements

  10. html-images-tag-in-depth

  11. video

  12. audio

  13. You Tube Plugin

  14. How to Add Google Map

  15. How to Add pdf or Docs in Website

  16. How to Add Multiple Links on Image

  17. html_forms

  18. html_forms_attributes

  19. html_form_elements

    <input>
    <label>
    <select>
    <textarea>
    <button>
    <fieldset>
    <legend>
    <datalist>
    <output>
    <option>
    <optgroup>
    
  20. form_input_types

    <input type="button">
    <input type="checkbox">
    <input type="color">
    <input type="date">
    <input type="datetime-local">
    <input type="email">
    <input type="file">
    <input type="hidden">
    <input type="image">
    <input type="month">
    <input type="number">
    <input type="password">
    <input type="radio">
    <input type="range">
    <input type="reset">
    <input type="search">
    <input type="submit">
    <input type="tel">
    <input type="text">
    <input type="time">
    <input type="url">
    <input type="week">
    
  21. html5_draganddrop

  22. att_select_form

  23. Form radio input

  24. Form checkbox input

  25. Form Datalist

  26. Form Fieldset and legend

  27. anchor tag

  28. Semantics Tags

    <article>
    <aside>
    <details>
    <figcaption>
    <figure>
    <footer>
    <form>
    <header>
    <main>
    <mark>
    <nav>
    <section>
    <summary>
    <time>
    

Authors

🔗 Links

portfolio linkedin instagram

🚀 About Me

I'm ASHUTOSH KUMAR FULLSTACK DEVELOPER

I specialize in creating modern and responsive web applications. With a strong passion for FULLSTACK development, I bring creative solutions to life through code and design. Additionally, I am a winner 🏆 of the GDG Patna WEB Hackathon

Acknowledgements

  • Ashutosh kumar for creating and maintaining this repository.