i'm back again to give some nice post about HTML,what is in your mind when there is an HTML
many say it's like a future in Browser many say it just a plain text in browser
Make sure if you done editing a tag like <head>....you must put </head> at the end just put "/" behind end tag
Actually HTML is just a standard markup language like its abbrevation Hypertext Markup Language(HTML) for creating web pages and web application. with CSS (Cascading Style Sheets) and JavaScript it will forms a triad of cornerstone technologies for the World Wide Web.
Web browsers receive HTML document from a webserver or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the apperance of the document.
HTML Element are the building block of HTML pages. with HTML construct,images,and other object,such as interactive forms,may be embedded into the rendered page. it provides a means to create structured documents by denoting structural semantics for text such as headings,paragprahs,lists,links,quotes,and other items.
HTML Elements are delineated by tags,written using angle brackets. Tags such as <img /> and <input /> introduce content into the page directly.other such as <p>...</p> surround and provide information about document text and may include other tags as sub-elements.browser do not display the HTML tags,but use them to interpre the content of the page.
HTML can embed programs written in a scripting language such as JavaScript whic affect the behavior and content of web pages. Inclusion of CSS defines the look and layout of content.The world wide web consortium (W3c), maintainer of both the HTML and the CSS standards,has encouraged the use of CSS over explicit presentational HTML since 1997.
now i'm going to show you all HTML tag :
| TAG | KETERANGAN |
|---|---|
| <!-- ... --> | Used to give a comment or description. Sentences that are located on this tag will not be visible in a browser |
| <!DOCTYPE> | Defines the document type information |
| <a> | Defines an anchor, but more accurately defined as a link because this link is used for mutual link between the HTML document into another HTML document |
| <abbr> | Used to describe an expression that is abbreviated and you can provide useful information to the searcher page source (the page source code) / screen readers, translation systems and search engines coming from the stands which have been described, but when the browser description will not appear and just as information only |
| <acronym> | Defining acronyms / tag function is approximately equal to the <abbr> |
| <address> | Defines contact information for the author / owner of the document |
| <applet> | Used to incorporate the java files into HTML documents |
| <area /> | Defines a clickable area (link) on the map image |
| <b> | Make text bold |
| <base /> | Defines the base URL / target for all relative URLs in a document |
| <basefont /> | Make the default text attributes, such as color, size, font for all the text in the document |
| <bdo> | Used to override the text direction |
| <big> | Increase text size by one point from the default |
| <blink> | Creating a blinking text |
| <blockquote> | Defines a long quotation. At the moment in a text browser will appear indented into |
| <body> | Defining body / content of an HTML document, is used to determine how the content of a document is displayed in the web browser. The contents of the document can be text, images, animas, links and so on |
| <br /> | Giving a new line / line feed |
| <button> | Defines a clickable button |
| <caption> | Make a caption on the table |
| <center> | For center alignment of the text or image |
| <cite> | Defining quote |
| <code> | Defines a piece of computer code |
| <col /> | Defines the attribute values of one or more columns in a table |
| <colgroup> | Define groups of one or more columns in a table for performatan |
| <dd> | Defines a description of an item in a definition list |
| <del> | To give the center line of the text / cross out text |
| <dfn> | Defines a definition term |
| <dir> | Defines a directory list |
| <div> | Defines a section in a document |
| <dl> | Defines a definition list |
| <dt> | Defines a term (an item) in a definition list |
| <em> | Make italic text. The function of this tag is equal to the <i> but the <em> more recommended / emphasis on the use of italic text |
| <embed> | Used to insert video files or music files |
| <fieldset> | To group related elements in a form / making such a frame-box in the form |
| <font> | Defines the font type, color and size for text |
| <form> | Defines an HTML form to input form |
| <frame /> | Defines the frame in the frameset |
| <frameset> | Defines a set of frames |
| <h1> to <h6> | Used to indicate the start of a header / title of the HTML document. |
| <head> | Used to provide information about the document |
| <hr /> | Make a horizontal line |
| <html> | Defines the root of an HTML document |
| <i> | Make italic text |
| <iframe> | Defines an inline frame |
| <img /> | Function for displaying images on an HTML document |
| <input /> | Defines input field on the form |
| <ins> | Make underlined text |
| <kbd> | Defines a text in the input from the keyboard |
| <label> | Defines a label for an element <input> |
| <legend> | Defines a caption for the <fieldset> |
| <li> | Used to display information in the form of a list item |
| <link /> | Defining the relationship between documents and external sources |
| <listing> | Function is the same tag with the <pre> and recommended use <pre> because the <listing> unfit / protests |
| <map> | Defining a client-side image maps |
| <marquee> | Make text running vertically or horizontally |
| <menu> | Defines a menu list |
| <meta /> | Defines metadata about an HTML document |
| <nobr> | Prevent line breaks in the text or image |
| <noframes> | If the user's browser does not support frames |
| <noscript> | If the user's browser does not support client-side scripts |
| <object> | putting embed an object |
| <ol> | Defines the list numbering format |
| <optgroup> | Featuring several options that have been grouped in the form of a drop-down list |
| <option> | Featuring some of the options in the form of a drop-down list |
| <p> | Creating a paragraph |
| <param /> | Defines a parameter for an object |
| <pre> | Create a text with the same font size |
| <q> | Defining a brief excerpt |
| <s> | To give the center line of the text / cross out text, the function is the same tag with the <del> but the <s> is not recommended instead using <del> |
| <samp> | Defines sample output from a computer program |
| <script> | Defining a client-side script |
| <select> | Creating a drop-down list |
| <small> | Decrease text size from the default size |
| <span> | Defines a section in a document |
| <strike> | To give the center line of the text / cross out text, the function is the same tag with the <del> |
| <strong> | Make text bold, function is the same tag with the <b> |
| <style> | Defines style information for an HTML document |
| <sub> | Giving effect to the text subscript |
| <sup> | Giving effect to the text superscript |
| <table> | Creating tables |
| <tbody> | To categorize the contents of a body in a table |
| <td> | Defines a cell in a table |
| <textarea> | Defines a multiline input control |
| <tfoot> | To group footer content in a table |
| <th> | Defines a header cell in a table |
| <thead> | To group the header content in a table |
| <title> | Create a title for an HTML document |
| <tr> | Make rows in a table |
| <tt> | Defines teletype text |
| <u> | Make underlined text, the function is the same tag with the <ins> but the <u> not recommended for the category of HTML text formatting but including the category HTML Style |
| <ul> | Defining a list in bullet format |
| <var> | Define a variable |
| <xmp> | Defines preformatted text, function is the same tag with the <pre> |

EmoticonEmoticon