|
< HTML > < HEAD > < TITLE >Description list < /TITLE > < BODY Bgcolor="Peachpuff" Leftmargin=25 >
< DL >< FONT Size="6" Color="Red" > < DT > dna < /DT > < FONT Size =5 Color="Green" >< DD > DNA Stands for Deoxyribouncleic acid. It is the hereditary material in humans and almost all other organisms. < /DD >< /FONT > < DT > RNA < /DT > < FONT Size=5 Color="Green" > < DD >RNA Stands for Ribonucleic acid. It acts as a messenger between DNA and the protein synthesis complexes known as ribosomes.< /DD >< /FONT > < /DL >< /BODY > < /HTML > |
| NEW SECTION ELEMENTS IN HTML 5 | |
| HTML 5 introduces some new sectioning elements that define the structure of the HTML document. These elements are the semantic tags that clearly describes their meaning to the browser as well as as the user. The tags and their attribute make it clear to the web browser as to how the content of the web page should be presented to the user. These tags are discussed below : |
| < HEADER > | This element contains the header of a block of content. |
| < FOOTER > | This element contains the footer of a block element. |
| < NAV > | This element is used to define a group of navigation links on a webpage. |
| < ARTICLE > | It represents an independent article in a webpage |
| < SECTION > | A page can be divided into different sections like introduction, categories,details,etc.This division of a webpage can be done using a section tag. |
| < ASIDE > | This is the element used for displaying some content in a side bar. However, the text displayed should be related to the main article,for example,a side bar panel in a shopping website to choose categories,price,etc. |