Assignment
20SE02ML024 KHENI JEMEEN PRACTICAL:-1 Aim :-write a html code that use tags like heading, paragraph, break line, sup, sub, marquee etc. Input:- <html> <head> <title> using of tags </title> </head> <body> <h1>hello channel welcome to my guys</h1> <h2>hi</h2> <h3>hello</h3> <h4>guys</h4> <h5>welcome/h5> <h6>how are you</h6> <p>The HTML element represents a paragraph. Paragraphs are usually represented in visual media as <u>blocks of text</u> <br>separated from adjacent blocks by blank lines and/or first-line indentation,</p> <center> <p>but HTML paragraphs can be any structural grouping of related content, </br>such as images or form fields Duis aute irure dolor in
<sub> reprehenderit in voluptate</sub> velit esse cillum dolore eu <sup>fugiat nulla</sup> pariatur.</center> <i>Excepteur sint occaecat cupidatat non proident,</i>sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </body> Output:-
HTML Tag Usage: Heading, Paragraphs, Formatting
Please or to post comments