to with explanations of what each tag defines or represents in HTML code."> to with explanations of what each tag defines or represents in HTML code."> Address: [go: up one dir, main page] Include Form Remove Scripts Session Cookies Open navigation menuClose suggestionsSearchSearchenChange LanguageUploadSign inSign inDownload free for days0 ratings0% found this document useful (0 votes)2K views11 pagesHTML Elements W3 SchoolsThe document provides an alphabetical listing of common HTML tags with short descriptions of each tag's purpose. There are over 80 tags listed from <!DOCTYPE> to <rp> with explanations of what each tag defines or represents in HTML code.Uploaded byRuthra DeviAI-enhanced descriptionCopyright© © All Rights ReservedWe take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as PDF, TXT or read online on ScribdDownloadSaveSave HTML Elements W3 Schools For Later0%0% found this document useful, undefined0%, undefinedEmbedSharePrintReport0 ratings0% found this document useful (0 votes)2K views11 pagesHTML Elements W3 SchoolsThe document provides an alphabetical listing of common HTML tags with short descriptions of each tag's purpose. There are over 80 tags listed from <!DOCTYPE> to <rp> with explanations of what each tag defines or represents in HTML code.Uploaded byRuthra DeviAI-enhanced descriptionCopyright© © All Rights ReservedWe take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as PDF, TXT or read online on ScribdCarousel PreviousCarousel NextDownloadSaveSave HTML Elements W3 Schools For Later0%0% found this document useful, undefined0%, undefinedEmbedSharePrintReportDownload nowDownloadYou are on page 1/ 11SearchFullscreen8/9/2021 HTML Reference Menu HTML CSS HTML Element Reference ❮ Home Next ❯ HTML Tags Ordered Alphabetically Search.. Tag Description <!--...--> Defines a comment <!DOCTYPE> Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Not supported in HTML5. Use <abbr> instead. Defines an acronym <address> Defines contact information for the author/owner of a document <applet> Not supported in HTML5. Use <embed> or <object> instead. Defines an embedded applet <area> Defines an area inside an image maphttps://www.w3schools.com/tags/default.asp 1/118/9/2021 HTML Reference <article> Defines an article <aside> Defines content aside from the page content <audio> Defines embedded sound content <b> Defines bold text <base> Specifies the base URL/target for all relative URLs in a document <basefont> Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a 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 <big> Not supported in HTML5. Use CSS instead. Defines big text <blockquote> Defines a section that is quoted from another source <body> Defines the document's body <br> Defines a single line break <button> Defines a clickable button <canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript) <caption> Defines a table caption <center> Not supported in HTML5. Use CSS instead. Defines centered text <cite> Defines the title of a work <code> Defines a piece of computer code <col> Specifies column properties for each column within a <colgroup> element <colgroup> Specifies a group of one or more columns in a table for formattinghttps://www.w3schools.com/tags/default.asp 2/118/9/2021 HTML Reference <data> Adds a machine-readable translation of a given content <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> Specifies a term that is going to be defined within the content <dialog> Defines a dialog box or window <dir> Not supported in HTML5. Use <ul> instead. Defines a directory list <div> Defines a section in a document <dl> Defines a description list <dt> Defines a term/name in a description list <em> Defines emphasized text <embed> Defines a container for an external application <fieldset> Groups related elements in a form <figcaption> Defines a caption for a <figure> element <figure> Specifies self-contained content <font> Not supported in HTML5. Use CSS instead. Defines font, color, and size for text <footer> Defines a footer for a document or section <form> Defines an HTML form for user input <frame> Not supported in HTML5. Defines a window (a frame) in a frameset <frameset> Not supported in HTML5. Defines a set of frames <h1> to <h6> Defines HTML headingshttps://www.w3schools.com/tags/default.asp 3/118/9/2021 HTML Reference <head> Contains metadata/information for 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 <i> Defines a part of text in an alternate voice or mood <iframe> Defines an inline frame <img> Defines an image <input> Defines an input control <ins> Defines a text that has been inserted into a document <kbd> Defines keyboard input <label> Defines a label for an <input> element <legend> Defines a caption for a <fieldset> element <li> Defines a list item <link> Defines the relationship between a document and an external resource (most used to link to style sheets) <main> Specifies the main content of a document <map> Defines an image map <mark> Defines marked/highlighted text <meta> Defines metadata about an HTML document <meter> Defines a scalar measurement within a known range (a gauge) <nav> Defines navigation links <noframes> Not supported in HTML5. Defines an alternate content for users that do not support frames <noscript> Defines an alternate content for users that do not support client-side scriptshttps://www.w3schools.com/tags/default.asp 4/118/9/2021 HTML Reference <object> Defines a container for an external application <ol> Defines an ordered list <optgroup> Defines a group of related options in a drop-down list <option> Defines an option in a drop-down list <output> Defines the result of a calculation <p> Defines a paragraph <param> Defines a parameter for an object <picture> Defines a container for multiple image resources <pre> Defines preformatted text <progress> Represents the progress of a task <q> Defines a short quotation <rp> Defines what to show in browsers that do not support ruby annotations <rt> Defines an explanation/pronunciation of characters (for East Asian typography) <ruby> Defines a ruby annotation (for East Asian typography) <s> Defines text that is no longer correct <samp> Defines sample output from a computer program <script> Defines a client-side script <section> Defines a section in a document <select> Defines a drop-down list <small> Defines smaller text <source> Defines multiple media resources for media elements (<video> and <audio>) <span> Defines a section in a document <strike> Not supported in HTML5. Use <del> or <s> instead. Defines strikethrough texthttps://www.w3schools.com/tags/default.asp 5/118/9/2021 HTML Reference <strong> Defines important text <style> Defines style information for a document <sub> Defines subscripted text <summary> Defines a visible heading for a <details> element <sup> Defines superscripted text <svg> Defines a container for SVG graphics <table> Defines a table <tbody> Groups the body content in a table <td> Defines a cell in a table <template> Defines a container for content that should be hidden when the page loads <textarea> Defines a multiline input control (text area) <tfoot> Groups the footer content in a table <th> Defines a header cell in a table <thead> Groups the header content in a table <time> Defines a specific time (or datetime) <title> Defines a title for the document <tr> Defines a row in a table <track> Defines text tracks for media elements (<video> and <audio>) <tt> Not supported in HTML5. Use CSS instead. Defines teletype text <u> Defines some text that is unarticulated and styled differently from normal text <ul> Defines an unordered list <var> Defines a variable <video> Defines embedded video contenthttps://www.w3schools.com/tags/default.asp 6/118/9/2021 HTML Reference <wbr> Defines a possible line-break ❮ Home Next ❯ Create your own websitehttps://www.w3schools.com/tags/default.asp 7/118/9/2021 HTML Reference with W3schools Spaces Get started COLOR PICKER LIKE US Get certified by completing a course today! school w3 s 1 CE 02 TI 2 R FI . ED Get started CODE GAMEhttps://www.w3schools.com/tags/default.asp 8/118/9/2021 HTML Reference Play Game Ads by Send feedback Why this ad? Report Error Forum About Shop Top Tutorials HTML Tutorial CSS Tutorialhttps://www.w3schools.com/tags/default.asp 9/118/9/2021 HTML Reference JavaScript Tutorial How To Tutorial SQL Tutorial Python Tutorial W3.CSS Tutorial Bootstrap Tutorial PHP Tutorial Java Tutorial C++ Tutorial jQuery Tutorial Top References HTML Reference CSS Reference JavaScript Reference SQL Reference Python Reference W3.CSS Reference Bootstrap Reference PHP Reference HTML Colors Java Reference Angular Reference jQuery Reference Top Examples HTML Examples CSS Examples JavaScript Examples How To Examples SQL Examples Python Examples W3.CSS Examples Bootstrap Examples PHP Examples Java Examples XML Examples jQuery Examples Web Courses HTML Course CSS Course JavaScript Course Front End Course SQL Course Python Course PHP Course jQuery Course Java Course C++ Course C# Coursehttps://www.w3schools.com/tags/default.asp 10/118/9/2021 HTML Reference XML Course Get Certified » W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content.While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy. Copyright 1999-2021 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.https://www.w3schools.com/tags/default.asp 11/11You might also likeFUOYE Cut-Off Mark 2024 - 2025 For All Courses - UTME2024PDFNo ratings yetFUOYE Cut-Off Mark 2024 - 2025 For All Courses - UTME202413 pagesHow To Update Contact Mobile Number & Email ID of BSNL Telephone & Broadband Internet Connection Online - KeralaTelecom - InfoPDFNo ratings yetHow To Update Contact Mobile Number & Email ID of BSNL Telephone & Broadband Internet Connection Online - KeralaTelecom - Info12 pagesEasy Tamil Typing: Step 1: Click HerePDFNo ratings yetEasy Tamil Typing: Step 1: Click Here8 pagesRoads HaryanaPDFNo ratings yetRoads Haryana9 pagesopen source GIS PDFNo ratings yetopen source GIS 7 pagesFuses Location - Hiace 200j (2004-)PDFNo ratings yetFuses Location - Hiace 200j (2004-)3 pages(Download) GX-Developer - Mitsubishi PLC - Software (Real 100%)PDFNo ratings yet(Download) GX-Developer - Mitsubishi PLC - Software (Real 100%)12 pagesTop Books On C++ For Beginners and AdvancedPDFNo ratings yetTop Books On C++ For Beginners and Advanced29 pagesKAMUS KOMPETENSI (Spencer & Spencer) - PDF Download GratisPDFNo ratings yetKAMUS KOMPETENSI (Spencer & Spencer) - PDF Download Gratis10 pagesDesign of Steel StructurePDFNo ratings yetDesign of Steel Structure29 pagesTelephone Conversations Fill in The Blank - ESL Worksheet by VawserPDFNo ratings yetTelephone Conversations Fill in The Blank - ESL Worksheet by Vawser1 pageEmployee Counselling - Meaning, Concept, Types, Benefits and ChallengesPDFNo ratings yetEmployee Counselling - Meaning, Concept, Types, Benefits and Challenges43 pagesAEG Electrolux Washing Machine EWM100PDFNo ratings yetAEG Electrolux Washing Machine EWM1006 pagesOptiX RTN 905 1E - 2E Radio Transmission System V100R007C10. Commissioning Guide. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. - PDFPDFNo ratings yetOptiX RTN 905 1E - 2E Radio Transmission System V100R007C10. Commissioning Guide. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. - PDF14 pages250+ TOP MCQs On Strategies To Control Environmental Pollution and AnswersPDFNo ratings yet250+ TOP MCQs On Strategies To Control Environmental Pollution and Answers5 pages300+ REAL TIME C Language Objective Questions & AnswersPDF100% (1)300+ REAL TIME C Language Objective Questions & Answers31 pagesToolsPDFNo ratings yetTools9 pagesSONY TC-K710S SpecificationsPDFNo ratings yetSONY TC-K710S Specifications4 pagesSuper Quick Charger: Bcg-34HrmfPDFNo ratings yetSuper Quick Charger: Bcg-34Hrmf2 pagesHow Corn Syrup Is Made - Material, Used, Processing, Parts, Composition, Steps, ProductPDFNo ratings yetHow Corn Syrup Is Made - Material, Used, Processing, Parts, Composition, Steps, Product7 pages$50m Power Plant in Lagos'll Drive Economic Growth'PDFNo ratings yet$50m Power Plant in Lagos'll Drive Economic Growth'6 pagesNeuro QuantologyPDFNo ratings yetNeuro Quantology13 pagesmChamp TournamentsPDFNo ratings yetmChamp Tournaments2 pagesADMIN Doctrines of Administrative Law Legal Bites Law and BeyondPDFNo ratings yetADMIN Doctrines of Administrative Law Legal Bites Law and Beyond4 pagesMechanical Engineering Tools, Manufacturing Tools, Design and Manufacturing Calculators Design Reference, GD&T Training Resources - Engineers EdgePDFNo ratings yetMechanical Engineering Tools, Manufacturing Tools, Design and Manufacturing Calculators Design Reference, GD&T Training Resources - Engineers Edge6 pagesPatterns in Stock Prices PIVOTE Jesse LivermorePDFNo ratings yetPatterns in Stock Prices PIVOTE Jesse Livermore7 pagesThe Ultimate HTML Cheat SheetPDF100% (1)The Ultimate HTML Cheat Sheet13 pages8 Examples of Accountability - SimplicablePDFNo ratings yet8 Examples of Accountability - Simplicable10 pagesDokumen Raker - Rapat Evaluasi Kurikulum Yang Berisi Rekomendasi Perbaikan Hasil Evaluasi k13 - PDF Download GratisPDFNo ratings yetDokumen Raker - Rapat Evaluasi Kurikulum Yang Berisi Rekomendasi Perbaikan Hasil Evaluasi k13 - PDF Download Gratis3 pagesSurat Ijin Kerja Panas (Hot Work) Di Pt. Pertamina Ep Asset 3 Oil and Gas Transportation - Balongan Indramayu Laporan Tugas Akhir. - PDF Download GratisPDFNo ratings yetSurat Ijin Kerja Panas (Hot Work) Di Pt. Pertamina Ep Asset 3 Oil and Gas Transportation - Balongan Indramayu Laporan Tugas Akhir. - PDF Download Gratis14 pagesAssam HSLC Results 2023, Assam 10th Class ResultsPDFNo ratings yetAssam HSLC Results 2023, Assam 10th Class Results2 pagesIRCTC Next Generation Eticketing SystemPDFNo ratings yetIRCTC Next Generation Eticketing System2 pagesFINALLY BEAUTIFUL STRANGER (VER. 2) Guitar Chords by Halsey - Guitar Chords ExplorerPDFNo ratings yetFINALLY BEAUTIFUL STRANGER (VER. 2) Guitar Chords by Halsey - Guitar Chords Explorer3 pagesTroubleshooting For GSM KPIs (SD Block & SD Drop)PDFNo ratings yetTroubleshooting For GSM KPIs (SD Block & SD Drop)11 pagesResults For Sri Lakshmi Chennakesava Tirupatham - Rajahmundry - Zonalinfo2PDFNo ratings yetResults For Sri Lakshmi Chennakesava Tirupatham - Rajahmundry - Zonalinfo22 pagesProgress Report - ReadTheory 30.09.2020PDFNo ratings yetProgress Report - ReadTheory 30.09.20204 pagesPROGRAM PENGEMBANGAN KEPROFESIAN BERKELANJUTAN - PDFPDFNo ratings yetPROGRAM PENGEMBANGAN KEPROFESIAN BERKELANJUTAN - PDF2 pagesMCQs of Automatic Generation and Voltage Control (Power System Operation and Control - 2180909) - GTU MCQPDF100% (1)MCQs of Automatic Generation and Voltage Control (Power System Operation and Control - 2180909) - GTU MCQ3 pagesMaterial Planning Sheet_WK17 - Base FilePDFNo ratings yetMaterial Planning Sheet_WK17 - Base File606 pages_Cover Your Ass__ the Guiding Principle of Our Time _ Zero HedgePDFNo ratings yet_Cover Your Ass__ the Guiding Principle of Our Time _ Zero Hedge9 pagesPython Coding Tricks and Tips - 16th Edition - November 2023PDFNo ratings yetPython Coding Tricks and Tips - 16th Edition - November 202382 pagesPetrol Price in Raiganj - Raiganj Petrol Price - Cost of Petrol in RaiganjPDFNo ratings yetPetrol Price in Raiganj - Raiganj Petrol Price - Cost of Petrol in Raiganj17 pagesHow To Write Emails in Japanese (With Practical Examples)PDF100% (1)How To Write Emails in Japanese (With Practical Examples)12 pagesRhcsa CheatsheetPDF100% (1)Rhcsa Cheatsheet12 pagesThank You for Installing the Extension - GG Auto Clicker - GG Auto Clicker - Automate Mouse Clicks With Ease!PDFNo ratings yetThank You for Installing the Extension - GG Auto Clicker - GG Auto Clicker - Automate Mouse Clicks With Ease!2 pagesValidation Master PlanPDF0% (1)Validation Master Plan37 pagesCentral Goods and Services Tax (CGST) Act, 2017 PDFNo ratings yetCentral Goods and Services Tax (CGST) Act, 2017 10 pagesJogue Xadrez Como Magnus Carlsen - PDFPDFNo ratings yetJogue Xadrez Como Magnus Carlsen - PDF5 pagesSupreme Court of India_ Organisation, Jurisdiction and PositionPDFNo ratings yetSupreme Court of India_ Organisation, Jurisdiction and Position11 pagesFÁBRICA DE ACCESORIOS DOBLE ACRISTALAMIENTO S.A. BARROTILLOS - PDF Descargar librePDFNo ratings yetFÁBRICA DE ACCESORIOS DOBLE ACRISTALAMIENTO S.A. BARROTILLOS - PDF Descargar libre11 pagesArduino Test: Quiz NavigationPDF100% (1)Arduino Test: Quiz Navigation6 pagesCanton fair All Phases itemisedPDFNo ratings yetCanton fair All Phases itemised33 pagesRef Bts Parameters Sran21b Sran21a 02PDFNo ratings yetRef Bts Parameters Sran21b Sran21a 02103 pagesInterview QuestionsPDFNo ratings yetInterview Questions13 pagesList of Construction Material Prices in The Philippines 2018 - PHILCON PRICESPDF50% (2)List of Construction Material Prices in The Philippines 2018 - PHILCON PRICES12 pagesDOKUMEN RAKER - RAPAT EVALUASI KURIKULUM YANG BERISI REKOMENDASI PERBAIKAN HASIL EVALUASI K13 - PDF Download GratisPDFNo ratings yetDOKUMEN RAKER - RAPAT EVALUASI KURIKULUM YANG BERISI REKOMENDASI PERBAIKAN HASIL EVALUASI K13 - PDF Download Gratis3 pagesEjercicio de Simple Past Tense (Regular Verbs)PDF0% (1)Ejercicio de Simple Past Tense (Regular Verbs)4 pagesAngularJS W3Schools-1PDFNo ratings yetAngularJS W3Schools-1182 pagesNeural Network Programming With Java - Sample ChapterPDFNo ratings yetNeural Network Programming With Java - Sample Chapter25 pagesMCQ Tutorial - MCQ Questions For Set 31 in Cloud ComputingPDFNo ratings yetMCQ Tutorial - MCQ Questions For Set 31 in Cloud Computing2 pagesGoodbye Party For Miss Pushpa TSPDFNo ratings yetGoodbye Party For Miss Pushpa TS8 pages0 445 120 354, Injector CR, Common Rail System BOSCH, 0445120354PDFNo ratings yet0 445 120 354, Injector CR, Common Rail System BOSCH, 04451203544 pages16.1.3 Lab - Configure Route Redistribution Within The Same Interior Gateway Protocol - ILMPDFNo ratings yet16.1.3 Lab - Configure Route Redistribution Within The Same Interior Gateway Protocol - ILM26 pagesFlask SocketioPDFNo ratings yetFlask Socketio49 pagesPersonal Surveyor 200 User Handbook: Gas Measurement Instruments LTDPDFNo ratings yetPersonal Surveyor 200 User Handbook: Gas Measurement Instruments LTD92 pagesLAB 7 Delay Calculation using LoopsPDFNo ratings yetLAB 7 Delay Calculation using Loops12 pagesEjercicio de Simple Present Tense Test-2 - DARIO GRUESOPDFNo ratings yetEjercicio de Simple Present Tense Test-2 - DARIO GRUESO6 pagesModified PPT Review 2PDFNo ratings yetModified PPT Review 216 pages3.2 Logic Gates and Logic CircuitsPDFNo ratings yet3.2 Logic Gates and Logic Circuits16 pagesDell Latitude D510 SchematicsPDFNo ratings yetDell Latitude D510 Schematics46 pagesChopper Notes1PDFNo ratings yetChopper Notes17 pagesxv6 Source CodePDFNo ratings yetxv6 Source Code91 pagesDiscord BotPDFNo ratings yetDiscord Bot17 pagesBTC Brochure ENPDFNo ratings yetBTC Brochure EN2 pagesEstonia's National Artificial Intelligence Strategy 2019-2021PDFNo ratings yetEstonia's National Artificial Intelligence Strategy 2019-202110 pages8085 MicroprocessorPDFNo ratings yet8085 Microprocessor36 pagesAn Assembly Language Program Can Have Up To 5 Fields: 1.address Field 2.object Code Field 3.label Field 4.mnemonic FieldPDFNo ratings yetAn Assembly Language Program Can Have Up To 5 Fields: 1.address Field 2.object Code Field 3.label Field 4.mnemonic Field50 pagesHTML Color NamesPDFNo ratings yetHTML Color Names26 pagesFinal PaperPDFNo ratings yetFinal Paper34 pagesFinding The Real Origin Ips Hiding Behind Cloudflare or TorPDFNo ratings yetFinding The Real Origin Ips Hiding Behind Cloudflare or Tor10 pagesEjercicio de Reading Past SimplePDFNo ratings yetEjercicio de Reading Past Simple4 pagesSystem Thinking Review 1 FinalPDFNo ratings yetSystem Thinking Review 1 Final23 pages1.3.7 High and Low Level Languages and Their Translators ANSWERSPDFNo ratings yet1.3.7 High and Low Level Languages and Their Translators ANSWERS10 pagesArduino Test: Quiz NavigationPDF0% (2)Arduino Test: Quiz Navigation2 pagesRudra 18PDFNo ratings yetRudra 1821 pagesXGCVPDFNo ratings yetXGCV11 pagesKnowledge RepresentationPDFNo ratings yetKnowledge Representation14 pagesweb taskPDFNo ratings yetweb task6 pagesDatabase Management System Assignment 1: Ruthra Devi A 19E084PDF0% (1)Database Management System Assignment 1: Ruthra Devi A 19E08414 pages19e011 - DBMS ActivityPDFNo ratings yet19e011 - DBMS Activity13 pagesYaseen Ashraf CV..PDFNo ratings yetYaseen Ashraf CV..3 pagesIndian Institute of Technology, Indore CS 207: Database & Information Systems Dbms ProjectPDFNo ratings yetIndian Institute of Technology, Indore CS 207: Database & Information Systems Dbms Project20 pagesAn Iot Based Voice Controlled Blind Stick To Guide Blind PeoplePDFNo ratings yetAn Iot Based Voice Controlled Blind Stick To Guide Blind People7 pagesInternet FreePDF0% (1)Internet Free6 pagesLab No # 01: ObjectivePDFNo ratings yetLab No # 01: Objective4 pagesInformation Sheet 1.1.4 - DocumentationPDFNo ratings yetInformation Sheet 1.1.4 - Documentation9 pagesDivergencePDFNo ratings yetDivergence5 pagesUnlocking Steps for DJI GO 4PDFNo ratings yetUnlocking Steps for DJI GO 45 pagesAir Quality Monitoring SystemPDFNo ratings yetAir Quality Monitoring System8 pagesChapter 16. Log Analysis Cybersecurity - Attack and Defense StrategiesPDFNo ratings yetChapter 16. Log Analysis Cybersecurity - Attack and Defense Strategies1 pageUntitled Form111 - Google FormsPDFNo ratings yetUntitled Form111 - Google Forms3 pagesWhatsApp Chat With Ritik Chauhan NIUPDFNo ratings yetWhatsApp Chat With Ritik Chauhan NIU1 pageIoT SchedulePDFNo ratings yetIoT Schedule2 pagesEx:-5 Implementation of Moisture Sensor For Your ApplicationPDFNo ratings yetEx:-5 Implementation of Moisture Sensor For Your Application2 pages9.8 Divergence of A Vector Field: Vxyzvxyzivxyzjvxyzk V V V V V X y ZPDFNo ratings yet9.8 Divergence of A Vector Field: Vxyzvxyzivxyzjvxyzk V V V V V X y Z3 pagesSustainable Design FinalPDFNo ratings yetSustainable Design Final1 pageEmail Policy Cyber Security PolicyPDFNo ratings yetEmail Policy Cyber Security Policy2 pages
HTML Elements W3 Schools
AI-enhanced description
Menu
HTML CSS
Tag Description
Defines an acronym
https://www.w3schools.com/tags/default.asp 1/118/9/2021 HTML Reference
https://www.w3schools.com/tags/default.asp 2/118/9/2021 HTML Reference
<details> Defines additional details that the user can view or hide
https://www.w3schools.com/tags/default.asp 3/118/9/2021 HTML Reference
https://www.w3schools.com/tags/default.asp 4/118/9/2021 HTML Reference
https://www.w3schools.com/tags/default.asp 5/118/9/2021 HTML Reference
❮ Home Next ❯
https://www.w3schools.com/tags/default.asp 7/118/9/2021 HTML Reference
with W3schools Spaces
Get started
COLOR PICKER
LIKE US
Get certified
by completing
a course today!
school w3 s 1 CE
02
TI 2 R
FI . ED
CODE GAME
https://www.w3schools.com/tags/default.asp 8/118/9/2021 HTML Reference
Play Game
Ads by Send feedback Why this ad?
Report Error
Forum
About
Shop
Top Tutorials HTML Tutorial
CSS Tutorial
https://www.w3schools.com/tags/default.asp 9/118/9/2021 HTML Reference
JavaScript Tutorial
How To Tutorial
SQL Tutorial
Python Tutorial
W3.CSS Tutorial
Bootstrap Tutorial
PHP Tutorial
Java Tutorial
C++ Tutorial
jQuery Tutorial
Top References HTML Reference
CSS Reference
JavaScript Reference
SQL Reference
Python Reference
W3.CSS Reference
Bootstrap Reference
PHP Reference
HTML Colors
Java Reference
Angular Reference
jQuery Reference
Top Examples HTML Examples
CSS Examples
JavaScript Examples
How To Examples
SQL Examples
Python Examples
W3.CSS Examples
Bootstrap Examples
PHP Examples
Java Examples
XML Examples
jQuery Examples
Web Courses HTML Course
CSS Course
JavaScript Course
SQL Course
Python Course
PHP Course
jQuery Course
Java Course
C++ Course C# Course
https://www.w3schools.com/tags/default.asp 10/118/9/2021 HTML Reference
XML Course
Get Certified »
W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content.While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.
https://www.w3schools.com/tags/default.asp 11/11