Some Commonly Used HTML Tags - Columbia University
Có thể bạn quan tâm
Some Commonly Used HTML Tags
Go Back to Publishing on the Web
Tags | Use |
(<HTML>. . . </HTML>)* | The entire HTML document |
(<HEAD> . . . </HEAD>)* | The head, or prologue, of the HTML document |
(<BODY> . . . </BODY>)* | All the other content in the HTML document |
<TITLE> . . . </TITLE> | The title of the document |
<H1> . . . </H1> | First-level heading large text size |
<H2> . . . </H2> | Second-level heading |
<H3> . . . </H3> | Third-level heading |
<H4> . . . </H4> | Fourth-level heading |
<H5> . . . </H5> | Fifth-level heading |
<H6> . . . </H6> | Sixth-level heading small text size |
<P> . . . (</P>)* | Paragraph Hitting a return in the HTML file will not make a new paragraph when the file is viewed. You need to use this tag to make a new paragraph. |
<BR> | Line Break This tag will show a blank line. |
<HR> | Horizontal Rule Creates a horizontal line on the page. |
<!- . . . -> | Comment The comments you write in the middle will not show up on the page when viewed. |
<A href=> . . . </A> | Link (A=Anchor) links the current HTML file to another file. Example: <A HREF="menu.html">Go back to Main Menu</A> This will display the file which is named in the quotes. The name of the link, which is the colored words you actually see goes between the first > and the second <. Here, the name of the link is Go back to the Main Menu Another example is : <A HREF="http://www.ilt.columbia.edu/">ILTNet</A> This link will take you to another page on the Internet. You can see the Internet address in the quotes. |
<DL> <DT> <DD> </DL> | Definition list Put <DL> at the beginning, </DL> at the end, and <DT> for each :definition term" in the list. Use <DD> for each "definition" of each term. The definition will be indented. <DL> <DT>Item One <DD>Item One Definition </DL>> This document was originally created by Tom Gantz, Computer Analyst at Teachers College, Columbia University. |
Từ khóa » Html All Tags
-
HTML Tags Ordered Alphabetically
-
All HTML Tags List - Way2tutorial
-
HTML Elements Reference - HTML: HyperText Markup Language
-
HTML Tags - Javatpoint
-
HTML Tags List: HTML Cheat Sheet - SEMrush
-
List Of HTML5 Tags/Elements - Tutorial Republic
-
List Of All HTML Tags - Techspirited
-
HTML Tags List | Basic HTML Tags - Scaler Topics
-
20 Fundamental HTML Tags You Must Know - JournalDev
-
Your First 10 HTML Tags - Matt Doyle | Elated Communications
-
Complete List Of HTML Tags - EASTMANREFERENCE
-
Basic HTML Tags - Top 10 Tags - CodeBrainer
-
[PDF] HTML Tags Chart - FING
-
100 HTML Tags List With Examples - Tutorials Tonight