Skip to content

This repo contains all information about Web development technologies.

License

Notifications You must be signed in to change notification settings

cs60apa/WebTechnologies

Repository files navigation

HTML 5

Explanation of Tags

Some HTML Tags with A:

  • <a>: Used for navigation links in the header and email link in the footer.
  • <abbr>: Used to define the abbreviation "AI" with a title attribute providing the full term "Artificial Intelligence".
  • <address>: Used to display the contact information in the footer.
  • <area>: Used in conjunction with <map> to create clickable areas on an image.
  • <article>: Used to define the main content section with an article.
  • <aside>: Used to define a sidebar with additional content about the magazine and an audio player.
  • <audio>: Used to embed an audio player for the podcast in the sidebar. You can save this code as an HTML file and open it in your browser to see the webpage in action.

Some HTML Tags with B:

  • <base>: Specifies the base URL for all relative URLs in the document.
  • <bdi>: Isolates a part of text that might be formatted in a different direction from other text outside it.
  • <bdo>: Overrides the current text direction.
  • <blockquote>: Defines a section that is quoted from another source.
  • <body>: Defines the main content of an HTML document.
  • <br>: Inserts a line break.
  • <button>: Creates a clickable button.

Some HTML Tgas with C's & D's

  • <canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript).
  • <caption> Defines a table caption.
  • <cite> Defines the title of a work.
  • <code> Defines a piece of computer code.
  • <col> Specifies column properties for each column within a element.
  • <colgroup> Specifies a group of one or more columns in a table for formatting.
  • <data> Links the given content with a machine-readable translation.
  • <datalist> Specifies a list of pre-defined options for input controls.
  • <dd> Defines a description/value of a term in a description list.
  • <del> Defines text that has been deleted from a document.
  • <details> Defines additional details that the user can view or hide.
  • <dfn> Represents the defining instance of a term.
  • <dialog> Defines a dialog box or window.
  • <div> Defines a section or division in a document.
  • <dl> Defines a description list.
  • <dt> Defines a term/name in a description list.

Some HTML Tags with E's, F's, H's & H's

  • <em> Defines emphasized text.
  • <embed> Defines a container for an external application or interactive content (a plug-in).
  • <fieldset> Groups related elements in a form.
  • <figcaption> Defines a caption for a <figure> element.
  • <figure> Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
  • <footer> Defines a footer for a document or section.
  • <form> Defines an HTML form for user input.
  • <h1> to <h6> Defines HTML headings.
  • <head> Defines information about the document.
  • <header> Defines a header for a document or section.
  • <hr> Defines a thematic change in the content.
  • <html> Defines the root of an HTML document.

About

This repo contains all information about Web development technologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published