Skip to main content

Posts

Showing posts from August, 2023
   Heading tag example            <! DOCTYPE html > < html >   < head >     < base href = "E:\media\images\" />       </ head >   < body >< p >   Program demonstrating use of a map to count the frequency of words in a file.     < p >     < h1 > hi ajay </ h1 >     < h2 > hi ajay </ h2 >     < h3 > hi ajay </ h3 >     < h4 > hi ajay </ h4 >     < h5 > hi ajay </ h5 >     < h6 > hi ajay </ h6 >     < p >   </ body > </ html >
only #html code Creating a job form creating <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Job form </ title > </ head > < body bgcolor = "#1affb6" >   < tbody align = "center" >   < form >     < table align = "center" cellspacing = "20px" >         < h1 align = "center" > Job Form Application </ h1 >         < hr >         < tr >               < th align = "left" colspan = "1" >< label for = "FullName" > Full Name </ label ></ th >               < td >< input...