Nothing
Nothingunknown
html
2 years ago
5.3 kB
5
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title> This is my TAB TITLE </title> <meta name="author" content="Arnieno Maraan"> <!--This is sample comment--> </head> <body> <h1>My First Header One</h1> <p align="center" >This Paragraph will align on center and Break <br> Break</p> <h1> Header 1 </h1> <h2> Header 2 </h2> <h3> Header 3 <h3> <h4> Header 4 </h4> <h5> Header 5 </h5> <h6> Header 6 </h6> <hr align="right" color="blue" size="5" width="70%"> <h1>This is my first header with Definition Description and Non Breaking Space Entity Indention</h1> <p> <dd> This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is myparagraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. </dd> </p> <hr align="left" color="red" size="5" width="70%"> <h1>This is my second header with Justify and the Paragraph with blockquote</h1> <p> <blockquote align="justify"> This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. This is my paragraph on my second header. </blockquote> </p> <hr align="right" color="blue" size="5" width="70%"> <dir align="center"> <h1>This is my third header with Center Dir Container and Preformatted Text</h1> <pre>This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my fir This is my paragraph on my first header. This is my paragraph on my first header. This is my paragrap h on my first header. This is my paragraph on my first header. Th is is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header my paragraph on my firs t header. This is my paragraph on my f aph on my first header. This is my paragraph y paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first header. This is my paragraph on my first heade r. This is my paragraph on my first header. Header</pre> </dir> <hr> <dir align="center"> <h1>Character Elements</h1> <h2> Bold </h2> <p><b>Physical Elements this is my physical elements b</b></p> <p><strong>Logical Elements this is my logical elements strong<strong></p> <br> <h2> Italic </h2> <p><i>Physical Elements this is my physical elements i</i></p> <p><em>Logical Elements this is my logical elements em<em></p> <p><cite>Logical Elements this is my logical elements cite<cite></p> <p><var>Logical Elements this is my logical elements var<var></p> <p><dfn>Logical Elements this is my logical elements dfn<dfn></p> <p><address>Logical Elements this is my logical elements address<address></p> </dir> </body> </html>
Editor is loading...