Skip to main content

Posts

Showing posts from December, 2022

LECTURE 01 FULL WEB ENGINEERING

  •        HTML –       Stands for hyper text marku p language –       Hyper Text •        The text that has reference to another text document –       Markup language •        Language that is both machine and human readable •        HTML Page –       HTML pages are text documents containing HTML structure. HTML ELEMENT: •        An HTML element is defined by a start tag, some content, and an end tag. •        Example –       <body>…</body> –       <h1>…</h1> –       <p>…</p> ATTRIBUTES: GET FULL LECTRUE 1 CLICK ON LINK

WEB ENGINEERING LECTURE 01 (DEFINATION)

 DEFINATION IN HTML  WEB WNGINEERING OUTPUT: Coffee Black hot drink Milk White cold drink CODE: <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > </ head >< body > < dl >   < dt > Coffee </ dt >   < dd > Black hot drink </ dd >   < dt > Milk </ dt >   < dd > White cold drink </ dd > </ dl > </ body > </ html > DOWNLOAD LINK : https://www.cpmrevenuegate.com/zesutiv4n?key=764f2dc27f386a3794d51a53f6b007f0

WEB ENGINEERING LECTURE 01 (Color)

OUTPUT: downlload LInk: https://www.cpmrevenuegate.com/zesutiv4n?key=764f2dc27f386a3794d51a53f6b007f0 CODE:   <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > </ head >< body > < h1 style = " background-color:Tomato; " > Tomato </ h1 > < h1 style = " background-color:Orange; " > Orange </ h1 > < h1 style = " background-color:DodgerBlue; " > DodgerBlue </ h1 > < h1 style = " background-color:MediumSeaGreen; " > MediumSeaGreen </ h1 > < h1 style = " background-color:Gray; " > Gray </ h1 > < h1 style = " background-color:SlateBlue; " > SlateBlue </ h1 > < h1 style = " background-color:Violet; " > Violet </ h1 > < h1 style = " background-color:LightGray; " > LightGray <

WEB ENGINEERING LECTURE 01 (RGB COLOUR)

 CODE: <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > </ head >< body > < h1 style = " background-color:rgb(255, 0, 0); " > rgb(255, 0, 0) </ h1 > < h1 style = " background-color:rgb(0, 0, 255); " > rgb(0, 0, 255) </ h1 > < h1 style = " background-color:rgb(60, 179, 113); " > rgb(60, 179, 113) </ h1 > < h1 style = " background-color:rgb(238, 130, 238); " > rgb(238, 130, 238) </ h1 > < h1 style = " background-color:rgb(255, 165, 0); " > rgb(255, 165, 0) </ h1 > < h1 style = " background-color:rgb(106, 90, 205); " > rgb(106, 90, 205) </ h1 > </ body > </ html > OUTPUT: rgb(255, 0, 0) rgb(0, 0, 255) rgb(60, 179, 113) rgb(238, 130, 238) rgb(255, 165, 0) rgb(106, 90, 205)

WEB ENGINEERING LECTURE 01 (Bold Italic)

  Does it appears bold?   and it must be italic bold but in a new paragraph Code: < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > < title > This is the Title of the Page </ title > </ head > < body > < b > Does it appears bold? </ b > < i > and it must be italic </ i > < b >< p > bold but in a new paragraph </ p ></ b > </ body > </ html >

WEB ENGINEERING LECTURE 01 (Attributes)

  Web Application Development Welcome to the course Why it appears blue CODE: <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " >     < head > <!--[if gte mso 9]><xml> <mso:CustomDocumentProperties> <mso:MediaServiceImageTags msdt:dt="string"></mso:MediaServiceImageTags> <mso:lcf76f155ced4ddcb4097134ff3c332f msdt:dt="string"></mso:lcf76f155ced4ddcb4097134ff3c332f> <mso:TaxCatchAll msdt:dt="string"></mso:TaxCatchAll> </mso:CustomDocumentProperties> </xml><![endif]--> </ head >< body >         < h2 title = " inside h2 " > Web Application Development </ h2 >         < h4 title = " inside h4 " > Welcome to the course </ h4 >         < h4 Style = " color:blue " > Why it appears blue </ h4 &

WEB ENGINEERING LECTURE 01 (Address Quotation)

WEB ENGINEERING LECTURE 01 (Address Quotation)  The HTML address element defines contact information (author/owner) of a document or article. Written by John Doe. Visit us at: Example.com Box 564, Disneyland USA CODE: <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > <!--[if gte mso 9]><xml> <mso:CustomDocumentProperties> <mso:MediaServiceImageTags msdt:dt="string"></mso:MediaServiceImageTags> <mso:lcf76f155ced4ddcb4097134ff3c332f msdt:dt="string"></mso:lcf76f155ced4ddcb4097134ff3c332f> <mso:TaxCatchAll msdt:dt="string"></mso:TaxCatchAll> </mso:CustomDocumentProperties> </xml><![endif]--> </ head >< body > < p > The HTML address element defines contact information (author/owner) of a document or article. </ p > < address

WEB ENGINEERING LECTURE 01 (Abbreviation)

  The abbr element The  WHO  was founded in 1948. Code: <! DOCTYPE html > < html xmlns:mso = " urn:schemas-microsoft-com:office:office " xmlns:msdt = " uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 " > < head > <!--[if gte mso 9]><xml> <mso:CustomDocumentProperties> <mso:MediaServiceImageTags msdt:dt="string"></mso:MediaServiceImageTags> <mso:lcf76f155ced4ddcb4097134ff3c332f msdt:dt="string"></mso:lcf76f155ced4ddcb4097134ff3c332f> <mso:TaxCatchAll msdt:dt="string"></mso:TaxCatchAll> </mso:CustomDocumentProperties> </xml><![endif]--> </ head >< body > < h1 > The abbr element </ h1 > < p > The < abbr title = " World Health Organization " > WHO </ abbr > was founded in 1948. </ p > </ body > </ html >