, , , 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)128 views9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewThe document provides examples of HTML tags and their code snippets. It lists common tags like <A>, <B>, <BIG>, <BODY>, <BR>, <CENTER>, <DD>, <DL>, <DT>, <EM>, <FORM>, <H1-6>, <HR>, <HTML>, <I>, <IMG>, <INPUT>, <LI>, <LINK>, <MENU>, Uploaded byKatarina BuhaAI-enhanced title and descriptionCopyright© Attribution Non-Commercial (BY-NC)We take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as DOC, PDF, TXT or read online on ScribdDownloadSaveSave HTML Tags Chart For Later0%0% found this document useful, undefined0%, undefinedEmbedSharePrintReport0 ratings0% found this document useful (0 votes)128 views9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewThe document provides examples of HTML tags and their code snippets. It lists common tags like <A>, <B>, <BIG>, <BODY>, <BR>, <CENTER>, <DD>, <DL>, <DT>, <EM>, <FORM>, <H1-6>, <HR>, <HTML>, <I>, <IMG>, <INPUT>, <LI>, <LINK>, <MENU>, Uploaded byKatarina BuhaAI-enhanced title and descriptionCopyright© Attribution Non-Commercial (BY-NC)We take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as DOC, PDF, TXT or read online on ScribdCarousel PreviousCarousel NextDownloadSaveSave HTML Tags Chart For Later0%0% found this document useful, undefined0%, undefinedEmbedSharePrintReportDownload nowDownloadYou are on page 1/ 9SearchFullscreenHTML Tags ChartTo use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page. Tag <!-<A <B> <BIG> <BODY> Name comment anchor bold Code Example Browser View<!--This can be viewed in the HTML part of a Nothing will show (Tip) document--> <A HREF="http://www.yourdomain.com/">Visit Our Site</A> <B>Example</B> Visit Our Site (Tip) Examplebig (text) <BIG>Example</BIG> body of <BODY>The content of your HTML HTML page</BODY> documentExample (Tip)Contents of your web page (Tip)<BR>The contents of your web The contents of your page<BR>The contents page line break of your page The contents of your web page <CENTER>This will center your contents</CENTER> This will center your contents Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term This is an Example of using the emphasis tag (Tip)<CENTER> center<DD><DL> <DT>Definition Term definition <DD>Definition of the term descriptio <DT>Definition Term n <DD>Definition of the term </DL> <DL> <DT>Definition Term definition <DD>Definition of the term list <DT>Definition Term <DD>Definition of the term </DL> <DL> <DT>Definition Term definition <DD>Definition of the term term <DT>Definition Term <DD>Definition of the term </DL> emphasis embed object embed object This is an <EM>Example</EM> of using the emphasis tag <EMBED src="yourfile.mid" width="100%" height="60" align="center"><DL><DT><EM> <EMBED> <EMBED><EMBED src="yourfile.mid" autostart="true" hidden="false" loop="false"> <bgsound <noembed><bgsound src="yourfile.mid" src="wonderfu.mid" loop="1"></noembed> autostart="false" loop="1"> Music will begin playing when your page is loadedand will only play one time. A control panel will be displayed to enable your visitors to stop the music. <FONT> <FONT> <FONT> font font font <FONT FACE="Times New Roman">Example</FONT> <FONT FACE="Times New Roman" SIZE="4">Example</FONT> <FONT FACE="Times New Roman" SIZE="+3" COLOR="#FF0000">Example</FONT> <FORM action="mailto:you@yourdomain.com"> Name: <INPUT name="Name" value="" size="10"><BR> Email: <INPUT name="Email" value="" size="10"><BR> <CENTER><INPUT type="submit"></CENTER> </FORM>Example (Tip)Example (Tip)Example (Tip)Name: (Tip) Email:<FORM>form<H1> <H2> <H3> <H4> <H5> <H6>heading 1 heading 2 heading 3 heading 4 heading 5 heading 6<H1>Heading 1 Example</H1> <H2>Heading 2 Example</H2> <H3>Heading 3 Example</H3> <H4>Heading 4 Example</H4> <H5>Heading 5 Example</H5> <H6>Heading 6 Example</H6><HEAD>heading <HEAD>Contains elements describing the of HTML document</HEAD> documentNothing will show<HR>horizontal <HR> ruleContents of your web page (Tip) Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page<HR>horizontal <HR WIDTH="50%" SIZE="3"> rule<HR>horizontal <HR WIDTH="50%" SIZE="3" NOSHADE> rule<HR> (Internet Explorer) <HR> (Internethorizontal <HR WIDTH="75%" COLOR="#FF0000" rule SIZE="4"> horizontal <HR WIDTH="25%" COLOR="#6699FF" rule SIZE="6">Explorer)Contents of your web page <HTML><HEAD><META><TITLE>Title of hypertext your web Contents of your web markup page</TITLE></HEAD><BODY>HTML web page language page contents</BODY></HTML> italic image <I>Example</I> <IMG SRC="Earth.gif" WIDTH="41" HEIGHT="41" BORDER="0" ALT="text describing the image"> Example 1: <FORM METHOD=post ACTION="/cgiinput field bin/example.cgi"> <INPUT type="text" size="10" maxlength="30"> <INPUT type="Submit" VALUE="Submit"> </FORM> Example 2: <FORM METHOD=post ACTION="/cgibin/example.cgi"> Example 2: (Tip) input field <INPUT type="text" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;" size="10" maxlength="30"> <INPUT type="Submit" VALUE="Submit"> </FORM> Example 3: <FORM METHOD=post ACTION="/cgibin/example.cgi"> <TABLE BORDER="0" CELLSPACING="0" Example 3: (Tip) input field CELLPADDING="2"><TR><TD BGCOLOR="#8463FF"><INPUT type="text" size="10" MAXLENGTH="30"></TD><TD BGCOLOR="#8463FF" VALIGN="Middle"> <INPUT type="image" name="submit" src="yourimage.gif"></TD></TR> </TABLE> </FORM> Example 4: <FORM METHOD=post ACTION="/cgibin/example.cgi"> Enter Your Comments:<BR> input field <TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR> <INPUT type="Submit" VALUE="Submit"> <INPUT type="Reset" VALUE="Clear"> </FORM> input field Example 5: Example 5: (Tip) <FORM METHOD=post ACTION="/cgibin/example.cgi"> Example 1: (Tip) Example<HTML> <I> <IMG>(Tip)<INPUT><INPUT> (Internet Explorer)<INPUT>Example 4: (Tip)<INPUT><INPUT><CENTER> Select an option: <SELECT> <OPTION >option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT><BR> <INPUT type="Submit" VALUE="Submit"></CENTER> </FORM> Example 6:Select an option:<INPUT><FORM METHOD=post ACTION="/cgibin/example.cgi"> Select an option:<BR> Example 6: (Tip) <INPUT type="radio" name="option"> Option 1 Select an option: <INPUT type="radio" name="option" Option 1 CHECKED> Option 2 Option 2 <INPUT type="radio" name="option"> Option Option 3 input field 3 <BR> <BR> Select an option: Select an option:<BR> Selection 1 <INPUT type="checkbox" name="selection"> Selection 2 Selection 1 Selection 3 <INPUT type="checkbox" name="selection" CHECKED> Selection 2 <INPUT type="checkbox" name="selection"> Selection 3 <INPUT type="Submit" VALUE="Submit"> </FORM> Example 1: (Tip) Example 1: <MENU> <LI type="disc">List item 1 <LI type="circle">List item 2 <LI type="square">List item 3 </MENU> o List item 1 List item 2 List item 3<LI>list itemExample 2: <OL type="i"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Example 2:i. ii. iii. iv.List item 1 List item 2 List item 3 List item 4<LINK>linkVisit our <A HREF="http://www.yourdomain.com/">sit Visit our site e</A><MARQUEE > scrolling (Internet text Explorer)<MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="2" width="100%">Example (Tip)Marquee</MARQUEE><MENU> <LI type="disc">List item 1 <LI type="circle">List item 2 <LI type="square">List item 3 </MENU> <META name="Description" content="Description of your site"> <META name="keywords" content="keywords describing your site"> o List item 1 List item 2 List item 3<MENU>menu<META>metaNothing will show (Tip)<META> <META> <META> <META> <META> <OL>meta meta meta meta meta ordered list<META HTTP-EQUIV="Refresh" CONTENT="4;URL=http://www.yourdomain. Nothing will show (Tip) com/"> <META http-equiv="Pragma" content="nocache"> <META name="rating" content="General"> <META name="ROBOTS" content="ALL"> <META NAME="ROBOTS" content="NOINDEX,FOLLOW"> Numbered <OL> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Numbered Special Start <OL start="5"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Lowercase Letters <OL type="a"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Letters <OL type="A"> <LI>List item 1 Nothing will show (Tip) Nothing will show (Tip) Nothing will show (Tip) Nothing will show (Tip) Numbered1. 2. 3. 4.List item 1 List item 2 List item 3 List item 4Numbered Special Start5. 6. 7. 8.List item 1 List item 2 List item 3 List item 4Lowercase Lettersa. b. c. d.List item 1 List item 2 List item 3 List item 4Capital LettersA. B. C. D.List item 1 List item 2 List item 3 List item 4<LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Letters Special Start <OL type="A" start="3"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Lowercase Roman Numerals <OL type="i"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals <OL type="I"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals Special Start <OL type="I" start="7"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> <FORM METHOD=post ACTION="/cgibin/example.cgi"> <CENTER> Select an option: <SELECT> <OPTION>option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT><BR> </CENTER> </FORM>Capital Letters Special StartC. D. E. F.List item 1 List item 2 List item 3 List item 4Lowercase Roman Numeralsi. ii. iii. iv.List item 1 List item 2 List item 3 List item 4Capital Roman NumeralsI. II. III. IV.List item 1 List item 2 List item 3 List item 4Capital Roman Numerals Special StartVII. VIII. IX. X.List item 1 List item 2 List item 3 List item 4<OPTION>listbox optionSelect an option: (Tip)<P>paragraph This is an example displaying the use of the This is an example paragraph tag. <P> This will create a line displaying the use of theparagraph tag. break and a space between lines. Attributes: Example 1:<BR> <BR> <P align="left"> This is an example<BR> displaying the use<BR> of the paragraph tag.<BR> <BR> Example 2:<BR> <BR> <P align="right"> This is an example<BR> displaying the use<BR> of the paragraph tag.<BR> <BR> Example 3:<BR> <BR> <P align="center"> This is an example<BR> displaying the use<BR> of the paragraph tag. <SMALL> <STRIKE> <STRONG> <TABLE> small (text) deleted text <SMALL>Example</SMALL> <STRIKE>Example</STRIKE> This will create a line break and a space between lines. Attributes: Example 1: This is an example displaying the use of the paragraph tag. Example 2: This is an example displaying the use of the paragraph tag. Example 3: This is an example displaying the use of the paragraph tag.Example(Tip)Example Example Example 1: (Tip)strong <STRONG>Example</STRONG> emphasis table Example 1:Column 1 Column 2 <TABLE BORDER="4" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> Example 2: (Tip) <TD>Column 1</TD> <TD>Column 2</TD> </TR> Column 1 Column 2 </TABLE> Example 2: (Internet Explorer) <TABLE BORDER="2" BORDERCOLOR="#336699" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> Example 3: <TABLE CELLPADDING="2" Example 3: (Tip) Column 1 Row 2 Column 2 Row 2CELLSPACING="2" WIDTH="100%"> <TR> <TD BGCOLOR="#CCCCCC">Column 1</TD> <TD BGCOLOR="#CCCCCC">Column 2</TD> </TR> <TR> <TD>Row 2</TD> <TD>Row 2</TD> </TR> </TABLE> <TABLE BORDER="2" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> table data <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> <DIV align="center"><TABLE> <TR> <TH>Column 1</TH> <TH>Column 2</TH> <TH>Column 3</TH> </TR> <TR> <TD>Row 2</TD> <TD>Row 2</TD> <TD>Row 2</TD> </TR> <TR> <TD>Row 3</TD> <TD>Row 3</TD> <TD>Row 3</TD> </TR> <TR> <TD>Row 4</TD> <TD>Row 4</TD> <TD>Row 4</TD> </TR> </TABLE> </DIV><TD>Column 1 Column 2Colum n1 Row 2 Row 3 Row 4Colum Colum n2 n3 Row 2 Row 2 Row 3 Row 3 Row 4 Row 4<TH>table header<TITLE>document <TITLE>Title of your HTML page</TITLE> title <TABLE BORDER="2" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> table row <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> teletype <TT>Example</TT> underline <U>Example</U> unordere Example 1:<BR> d list <BR>Title of your web page will be viewable in the title bar. (Tip) Column 1 Column 2<TR><TT> <U> <UL>Example Example Example 1:<UL> <LI>List item 1 <LI>List item 2 </UL> <BR> Example 2:<BR> <UL type="disc"> <LI>List item 1 <LI>List item 2 <UL type="circle"> <LI>List item 3 <LI>List item 4 </UL> </UL>List item 1 List item 2Example 2: List item 1 List item 2 o List item 3 o List item 4You might also likeHTML Tags Chart PDFPDF75% (4)HTML Tags Chart PDF8 pagesMK 742PDFNo ratings yetMK 7422 pagesHTML Tags ChartPDFNo ratings yetHTML Tags Chart10 pagesUltra HTML ReferenceFrom EverandUltra HTML ReferenceMike Abelar2/5 (1)Hypertext Markup Language (HTML) Fundamentals: How to Master HTML with EaseFrom EverandHypertext Markup Language (HTML) Fundamentals: How to Master HTML with EaseSteven BrightNo ratings yetHTML Tags ChartPDFNo ratings yetHTML Tags Chart7 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDF100% (12)HTML Tags Chart: Tag Name Code Example Browser View9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View8 pagesHTML Tags Chart For CodingPDFNo ratings yetHTML Tags Chart For Coding9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDF100% (1)HTML Tags Chart: Tag Name Code Example Browser View8 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View11 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View9 pagesHTML CodesPDFNo ratings yetHTML Codes11 pagesExample: HTML Tags ChartPDFNo ratings yetExample: HTML Tags Chart6 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View38 pagesHTML Tags ChartPDFNo ratings yetHTML Tags Chart7 pagesHTML Tags ChartPDF100% (3)HTML Tags Chart10 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View9 pagesHTML Tags Chart: ExamplePDFNo ratings yetHTML Tags Chart: Example9 pagesHTML Tags Chart: ExamplePDFNo ratings yetHTML Tags Chart: Example8 pagesHTML Tags ChartPDFNo ratings yetHTML Tags Chart10 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View11 pagesHTML Tags Chart: Web Design Tips HTML Tips Javascript CodePDFNo ratings yetHTML Tags Chart: Web Design Tips HTML Tips Javascript Code9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View8 pagesName HTML Tag HTML Code Example Browser ViewPDFNo ratings yetName HTML Tag HTML Code Example Browser View11 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View11 pagesTag Name Code Example Browser ViewPDFNo ratings yetTag Name Code Example Browser View9 pagesTag Nam e Code Example Browser ViewPDFNo ratings yetTag Nam e Code Example Browser View17 pagesTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)PDFNo ratings yetTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)7 pagesTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)PDFNo ratings yetTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)7 pagesHTML Tags ChartPDFNo ratings yetHTML Tags Chart32 pagesTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)PDFNo ratings yetTag Name Code Example Browser View: (Tip) Visit Our Site (Tip)13 pagesTag Name Code Example Browser ViewPDFNo ratings yetTag Name Code Example Browser View10 pagesTag Name Code Example Browser View: H.T.PatelPDFNo ratings yetTag Name Code Example Browser View: H.T.Patel9 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View8 pagesName HTML Tag HTML Code Example Browser ViewPDFNo ratings yetName HTML Tag HTML Code Example Browser View9 pagesTag Name Code Example Browser ViewPDFNo ratings yetTag Name Code Example Browser View10 pagesHTML TagsPDFNo ratings yetHTML Tags8 pagesHTML Tags: Name HTML Tag HTML Code Example Browser ViewPDFNo ratings yetHTML Tags: Name HTML Tag HTML Code Example Browser View13 pagesHTML TagesPDFNo ratings yetHTML Tages7 pagesTag Name Code Example Browser ViewPDFNo ratings yetTag Name Code Example Browser View11 pagesHTML Tags ChartPDFNo ratings yetHTML Tags Chart17 pagesExample: HTML Tags ChartPDFNo ratings yetExample: HTML Tags Chart7 pagesHTML Material by Bala Mahesh (2)PDFNo ratings yetHTML Material by Bala Mahesh (2)8 pagesCours1 HTMLPDFNo ratings yetCours1 HTML8 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View9 pageshtml-all-tags-chartPDFNo ratings yethtml-all-tags-chart8 pagesIndex: Sr. No - Experiment Dates SignaturesPDFNo ratings yetIndex: Sr. No - Experiment Dates Signatures33 pagesExample: Archer SolutionsPDFNo ratings yetExample: Archer Solutions8 pagesBasic HTML Document Code StructurePDFNo ratings yetBasic HTML Document Code Structure11 pagesExample: HTML Tags ChartPDFNo ratings yetExample: HTML Tags Chart8 pagesHTML Tags Chart: Tag Name Code Example Browser ViewPDFNo ratings yetHTML Tags Chart: Tag Name Code Example Browser View8 pagesTag Name Code Example Browser ViewPDFNo ratings yetTag Name Code Example Browser View8 pagesCreating An HTML PagePDFNo ratings yetCreating An HTML Page11 pagesWeb Development Step by Step - HTMLFrom EverandWeb Development Step by Step - HTMLEnrique VicenteNo ratings yetEasy html and cssFrom EverandEasy html and cssS VASISTNo ratings yetWords MatterFrom EverandWords MatterRobert ByrumNo ratings yetWeb Development Step by StepFrom EverandWeb Development Step by StepEnrique VicenteNo ratings yetElectronic Cigarettes: All you need to know about E-Cigarettes and if you should switchFrom EverandElectronic Cigarettes: All you need to know about E-Cigarettes and if you should switchMichael GilchristNo ratings yetSpirituality and Sexuality Within Marriage: A Bond Designed and Created by God!From EverandSpirituality and Sexuality Within Marriage: A Bond Designed and Created by God!Linda M. HorneNo ratings yetWind Class 8 Extra Question Answer (1) (1)_copyPDFNo ratings yetWind Class 8 Extra Question Answer (1) (1)_copy16 pagesDusters Total Solutions Services PVT - LTD.: Amount Deductions Earned AllowancePDFNo ratings yetDusters Total Solutions Services PVT - LTD.: Amount Deductions Earned Allowance52 pagesLesson Plan Food WebPDFNo ratings yetLesson Plan Food Web4 pagesDmiuon: S17 Talenmek byPDFNo ratings yetDmiuon: S17 Talenmek by10 pagesEnglish Solved Past Papers NursingPDFNo ratings yetEnglish Solved Past Papers Nursing20 pagesMethodology and Scope of Each ToK AreaPDFNo ratings yetMethodology and Scope of Each ToK Area16 pagesNN Tool ExamplePDFNo ratings yetNN Tool Example3 pagesLuhmann What Is CommunicationPDF100% (3)Luhmann What Is Communication9 pagesTigran PetrosianPDF100% (1)Tigran Petrosian11 pagesE4 U10 S3.pdfPDFNo ratings yetE4 U10 S3.pdf12 pagesRELATIVE CLAUSESPDFNo ratings yetRELATIVE CLAUSES4 pagesBirthday MinePDFNo ratings yetBirthday Mine6 pagesSoftware Project Management PlanPDFNo ratings yetSoftware Project Management Plan12 pagesWriting Skills Samples Q&a 1-1PDFNo ratings yetWriting Skills Samples Q&a 1-19 pagesSouth Indian Released Full Action Hindi Dubbed Movie New Blockbuster Action Movie 2021 - YouTubePDFNo ratings yetSouth Indian Released Full Action Hindi Dubbed Movie New Blockbuster Action Movie 2021 - YouTube10 pagesApathyPDFNo ratings yetApathy6 pagesDlp-Tle He - Cookery 9PDF100% (2)Dlp-Tle He - Cookery 93 pagesGrade 2 WorksheetPDFNo ratings yetGrade 2 Worksheet5 pagesVocabulary Workshop IiPDFNo ratings yetVocabulary Workshop Ii7 pagesSoal Debate XiiPDFNo ratings yetSoal Debate Xii3 pagesMarketing Plan Presentation PDFPDFNo ratings yetMarketing Plan Presentation PDF45 pagesKristen Ashley Printable Booklist April 2022PDFNo ratings yetKristen Ashley Printable Booklist April 20223 pagesA N Enigmatic Indo-European Rite: Paederasty: Problem: inPDFNo ratings yetA N Enigmatic Indo-European Rite: Paederasty: Problem: in20 pagesAlexander vs. Eisenman 1983PDFNo ratings yetAlexander vs. Eisenman 198318 pagesInbound 1744519592306005655PDFNo ratings yetInbound 17445195923060056552 pagesIO InterfacingPDFNo ratings yetIO Interfacing10 pagesAssignment Calculus II - Chapter II 1PDFNo ratings yetAssignment Calculus II - Chapter II 113 pagesProject SynopsisPDFNo ratings yetProject Synopsis12 pagesAI Advancements 2020 2024PDFNo ratings yetAI Advancements 2020 20245 pagesDocumentsComputersInternet & Web
HTML Tags Chart: Tag Name Code Example Browser View
AI-enhanced title and description
To use any of the following HTML tags, simply select the HTML code you'd like and copy and paste it into your web page. Tag <!-<A <B> <BIG> <BODY> Name comment anchor bold Code Example Browser View
<!--This can be viewed in the HTML part of a Nothing will show (Tip) document--> <A HREF="http://www.yourdomain.com/">Visit Our Site</A> <B>Example</B> Visit Our Site (Tip) Example
big (text) <BIG>Example</BIG> body of <BODY>The content of your HTML HTML page</BODY> document
Example (Tip)Contents of your web page (Tip)
<BR>
The contents of your web The contents of your page<BR>The contents page line break of your page The contents of your web page <CENTER>This will center your contents</CENTER> This will center your contents Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term Definition Term Definition of the term This is an Example of using the emphasis tag (Tip)
<CENTER> center
<DD>
<DL> <DT>Definition Term definition <DD>Definition of the term descriptio <DT>Definition Term n <DD>Definition of the term </DL> <DL> <DT>Definition Term definition <DD>Definition of the term list <DT>Definition Term <DD>Definition of the term </DL> <DL> <DT>Definition Term definition <DD>Definition of the term term <DT>Definition Term <DD>Definition of the term </DL> emphasis embed object embed object This is an <EM>Example</EM> of using the emphasis tag <EMBED src="yourfile.mid" width="100%" height="60" align="center">
<DL>
<DT>
<EMBED src="yourfile.mid" autostart="true" hidden="false" loop="false"> <bgsound <noembed><bgsound src="yourfile.mid" src="wonderfu.mid" loop="1"></noembed> autostart="false" loop="1"> Music will begin playing when your page is loaded
and will only play one time. A control panel will be displayed to enable your visitors to stop the music. <FONT> <FONT> <FONT> font font font <FONT FACE="Times New Roman">Example</FONT> <FONT FACE="Times New Roman" SIZE="4">Example</FONT> <FONT FACE="Times New Roman" SIZE="+3" COLOR="#FF0000">Example</FONT> <FORM action="mailto:you@yourdomain.com"> Name: <INPUT name="Name" value="" size="10"><BR> Email: <INPUT name="Email" value="" size="10"><BR> <CENTER><INPUT type="submit"></CENTER> </FORM>
Example (Tip)
Example (Tip)Name: (Tip) Email:
<FORM>
form
<H1>Heading 1 Example</H1> <H2>Heading 2 Example</H2> <H3>Heading 3 Example</H3> <H4>Heading 4 Example</H4> <H5>Heading 5 Example</H5> <H6>Heading 6 Example</H6>
<HEAD>
<HR>
Contents of your web page (Tip) Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page Contents of your web page
horizontal <HR WIDTH="75%" COLOR="#FF0000" rule SIZE="4"> horizontal <HR WIDTH="25%" COLOR="#6699FF" rule SIZE="6">
Explorer)
Contents of your web page <HTML><HEAD><META><TITLE>Title of hypertext your web Contents of your web markup page</TITLE></HEAD><BODY>HTML web page language page contents</BODY></HTML> italic image <I>Example</I> <IMG SRC="Earth.gif" WIDTH="41" HEIGHT="41" BORDER="0" ALT="text describing the image"> Example 1: <FORM METHOD=post ACTION="/cgiinput field bin/example.cgi"> <INPUT type="text" size="10" maxlength="30"> <INPUT type="Submit" VALUE="Submit"> </FORM> Example 2: <FORM METHOD=post ACTION="/cgibin/example.cgi"> Example 2: (Tip) input field <INPUT type="text" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;" size="10" maxlength="30"> <INPUT type="Submit" VALUE="Submit"> </FORM> Example 3: <FORM METHOD=post ACTION="/cgibin/example.cgi"> <TABLE BORDER="0" CELLSPACING="0" Example 3: (Tip) input field CELLPADDING="2"><TR><TD BGCOLOR="#8463FF"><INPUT type="text" size="10" MAXLENGTH="30"></TD><TD BGCOLOR="#8463FF" VALIGN="Middle"> <INPUT type="image" name="submit" src="yourimage.gif"></TD></TR> </TABLE> </FORM> Example 4: <FORM METHOD=post ACTION="/cgibin/example.cgi"> Enter Your Comments:<BR> input field <TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR> <INPUT type="Submit" VALUE="Submit"> <INPUT type="Reset" VALUE="Clear"> </FORM> input field Example 5: Example 5: (Tip) <FORM METHOD=post ACTION="/cgibin/example.cgi"> Example 1: (Tip) Example
(Tip)
<INPUT>
Example 4: (Tip)
<CENTER> Select an option: <SELECT> <OPTION >option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT><BR> <INPUT type="Submit" VALUE="Submit"></CENTER> </FORM> Example 6:
Select an option:
<FORM METHOD=post ACTION="/cgibin/example.cgi"> Select an option:<BR> Example 6: (Tip) <INPUT type="radio" name="option"> Option 1 Select an option: <INPUT type="radio" name="option" Option 1 CHECKED> Option 2 Option 2 <INPUT type="radio" name="option"> Option Option 3 input field 3 <BR> <BR> Select an option: Select an option:<BR> Selection 1 <INPUT type="checkbox" name="selection"> Selection 2 Selection 1 Selection 3 <INPUT type="checkbox" name="selection" CHECKED> Selection 2 <INPUT type="checkbox" name="selection"> Selection 3 <INPUT type="Submit" VALUE="Submit"> </FORM> Example 1: (Tip) Example 1: <MENU> <LI type="disc">List item 1 <LI type="circle">List item 2 <LI type="square">List item 3 </MENU> o List item 1 List item 2 List item 3
<LI>
list item
Example 2: <OL type="i"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Example 2:
<LINK>
link
Marquee</MARQUEE><MENU> <LI type="disc">List item 1 <LI type="circle">List item 2 <LI type="square">List item 3 </MENU> <META name="Description" content="Description of your site"> <META name="keywords" content="keywords describing your site"> o List item 1 List item 2 List item 3
<MENU>
menu
<META>
meta
<META HTTP-EQUIV="Refresh" CONTENT="4;URL=http://www.yourdomain. Nothing will show (Tip) com/"> <META http-equiv="Pragma" content="nocache"> <META name="rating" content="General"> <META name="ROBOTS" content="ALL"> <META NAME="ROBOTS" content="NOINDEX,FOLLOW"> Numbered <OL> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Numbered Special Start <OL start="5"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Lowercase Letters <OL type="a"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Letters <OL type="A"> <LI>List item 1 Nothing will show (Tip) Nothing will show (Tip) Nothing will show (Tip) Nothing will show (Tip) Numbered
1. 2. 3. 4.
5. 6. 7. 8.
Lowercase Letters
a. b. c. d.
Capital Letters
A. B. C. D.
<LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Letters Special Start <OL type="A" start="3"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Lowercase Roman Numerals <OL type="i"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals <OL type="I"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> Capital Roman Numerals Special Start <OL type="I" start="7"> <LI>List item 1 <LI>List item 2 <LI>List item 3 <LI>List item 4 </OL> <FORM METHOD=post ACTION="/cgibin/example.cgi"> <CENTER> Select an option: <SELECT> <OPTION>option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT><BR> </CENTER> </FORM>
C. D. E. F.
<OPTION>
listbox option
<P>
paragraph This is an example displaying the use of the This is an example paragraph tag. <P> This will create a line displaying the use of the
paragraph tag. break and a space between lines. Attributes: Example 1:<BR> <BR> <P align="left"> This is an example<BR> displaying the use<BR> of the paragraph tag.<BR> <BR> Example 2:<BR> <BR> <P align="right"> This is an example<BR> displaying the use<BR> of the paragraph tag.<BR> <BR> Example 3:<BR> <BR> <P align="center"> This is an example<BR> displaying the use<BR> of the paragraph tag. <SMALL> <STRIKE> <STRONG> <TABLE> small (text) deleted text <SMALL>Example</SMALL> <STRIKE>Example</STRIKE> This will create a line break and a space between lines. Attributes: Example 1: This is an example displaying the use of the paragraph tag. Example 2: This is an example displaying the use of the paragraph tag. Example 3: This is an example displaying the use of the paragraph tag.Example
Column 1 Column 2 <TABLE BORDER="4" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> Example 2: (Tip) <TD>Column 1</TD> <TD>Column 2</TD> </TR> Column 1 Column 2 </TABLE> Example 2: (Internet Explorer) <TABLE BORDER="2" BORDERCOLOR="#336699" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> Example 3: <TABLE CELLPADDING="2" Example 3: (Tip) Column 1 Row 2 Column 2 Row 2
CELLSPACING="2" WIDTH="100%"> <TR> <TD BGCOLOR="#CCCCCC">Column 1</TD> <TD BGCOLOR="#CCCCCC">Column 2</TD> </TR> <TR> <TD>Row 2</TD> <TD>Row 2</TD> </TR> </TABLE> <TABLE BORDER="2" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> table data <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> <DIV align="center"><TABLE> <TR> <TH>Column 1</TH> <TH>Column 2</TH> <TH>Column 3</TH> </TR> <TR> <TD>Row 2</TD> <TD>Row 2</TD> <TD>Row 2</TD> </TR> <TR> <TD>Row 3</TD> <TD>Row 3</TD> <TD>Row 3</TD> </TR> <TR> <TD>Row 4</TD> <TD>Row 4</TD> <TD>Row 4</TD> </TR> </TABLE> </DIV>
<TD>
Column 1 Column 2
<TH>
table header
<TITLE>
document <TITLE>Title of your HTML page</TITLE> title <TABLE BORDER="2" CELLPADDING="2" CELLSPACING="2" WIDTH="100%"> <TR> table row <TD>Column 1</TD> <TD>Column 2</TD> </TR> </TABLE> teletype <TT>Example</TT> underline <U>Example</U> unordere Example 1:<BR> d list <BR>
Title of your web page will be viewable in the title bar. (Tip) Column 1 Column 2
<TR>
<UL> <LI>List item 1 <LI>List item 2 </UL> <BR> Example 2:<BR> <UL type="disc"> <LI>List item 1 <LI>List item 2 <UL type="circle"> <LI>List item 3 <LI>List item 4 </UL> </UL>