Giter Site home page Giter Site logo

jhoan5 / html Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17.47 MB

I made this guide to search something that I could forget to make easier HTML development and consolidate my knowledge in INCAP

License: MIT License

html incap comprehensive guide tags

html's Introduction

Comprehensive Guide to HTML

HTML

Set Up

  1. Install a text editor like Visual Studio Code or use Notepad.
  2. Create a new file with the .html extension, such as index.html.
  3. Write "Hello, World!" inside the file and open it in a web browser to see the result.

Tags

  1. Tags are used with the format <tagName> content(tags or text) </tagName>.
  2. The <tag> notation indicates that the tag needs to be opened, and </tag> indicates that it needs to be closed.
Group Tags
HTML Document <Doctype html>,html, head , body
Head Tags title, style, <meta>, <link>, <script>
Heading h1, h2, h3, h4, h5, h6
Paragraphs p
Semantic Text i, em, b, strong, code, sub, sup, time, s, del
Semantic Container header, nav, main, footer, address
Form Elements form, select, textarea, button, label ,<input>
List ul, ol, li, dl, dt, dd
Table table, thead, tbody, tfoot, th, tr, td, caption
Media video, audio, iframe, embed, object, svg,<img>
Character Reference &lt;, &gt;, &amp;
Comment <!-- comment -->
Cite and Quotation q, blockquote, abbr, cite
Deprecated Tags font, center, u, strike, applet, big, small, dir
Deprecated Tags menu, basefont, frame, frameset, isindex, blink

Attributes or Properties of Tags

Group tags Attributes
All id, class, data-*, style, lang, dir, hidden, on*event
All contenteditable, draggable, spellcheck, tabindex,aria-*
meta charset, name, http-equiv, content, itemprop
Link href, target, rel, type
Text align, valign, width, height, translate
Form action, method, accept, accept-charset, enctype
input placeholder, value, type, name, checked, required
List type, start, value , reversed
Table colspan, rowspan, scope, headers
Image src, alt, title, width, height
Media controls, autoplay, loop, muted, poster

Resources

To learn HTML and practice, you might visit some of these resources:

Thank You

Thank you for reading. I hope this guide will be helpful to you.

Note: I am not a professional. I am just a learner. Feel free to colabore to this repository. I will appreciate it.

html's People

Contributors

jhoan5 avatar

Stargazers

Seila Muk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.