The document outlines various HTML elements and their corresponding tags, such as headings, paragraphs, lists, tables, and forms. It provides a comprehensive reference for formatting text, creating links, and embedding images, among other functionalities. Additionally, it includes attributes for enhancing the behavior and presentation of these elements.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
HTML
The document outlines various HTML elements and their corresponding tags, such as headings, paragraphs, lists, tables, and forms. It provides a comprehensive reference for formatting text, creating links, and embedding images, among other functionalities. Additionally, it includes attributes for enhancing the behavior and presentation of these elements.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
HEADINGS -- h1,h2,h3,h4,h5,h6
NORMAL PARAGRAPH -- <p>
ADVANCED PARAGRAPH -- <pre> *The Text Is Worst HORIZONTAL LINE -- <hr> HYPER LINK -- <a> IMAGE -- <img> NEXT LINE -- <br> BOLD -- <b> IMPORTANT MARKINGS BOLD -- <strong> IMPORTANT MARKINGS ITALIC -- <em> ITALIC -- <i> HIGHLIGHT -- <mark> STRIKED TEXT -- <del> UNDERLINED TEXT -- <ins> SMALL TEXT -- <small> SUBSCRIPT -- <sub> SUPERSCRIPT -- <sup> TAB HEADING -- <title> TAB ICON -- <link rel = "icon" "href="#location"> TABLE -- <table> ROW -- <tr> TABLE HEADINGS -- <th> TABLE VALUES -- <td> UN ORDERED LIST -- <li> ORDERED LIST -- <ol> DESCRIPTION LIST -- <dl> DESCRIPTION HEADING -- <dt> DESCRIPTION -- <dd> LIST -- <li> DIVIDER -- <div> OPEN WEBSITES AS A WINDOW -- <iframe src="#location"> FORM AND SEND DATA OF THE FORM -- <form action="#where to send" method="POST/GET"> INPUT BOX -- <input type = "text/integer/radio/checkbox/submit" name = "#lable name"> LABLE OF INPUT BOX -- <lable for = "#input"> CSS CONNEC -- <link rel = "stylesheet" href = "#location"> LINK ICONS FROM GOOGLE -- <link href = "https://fonts.googleapis.com/icons? family=Material+Icons> CREATE ICONS FROM GOOGLE LINK -- <i class="heading">#what icon</i> CREATE A DROP DOWN MENU -- <div class="dropdown-menu"># all <a> with name</div> __ATTRIBUTES__
ATTRIBUTE TO REFERENCE SOURCE PATH -- href = "#location"
IMAGE ATTRIBUTE TO REFERENCE SOURCE PATH -- src = "#location" ATTRIBUTE TO OPEN HYPERLINK IN NEW TAB -- <target="_blank"> ATTRIBUTE TO IDENTIFY A BLOCK -- id = "#unique name"