Skip to main content

LECTURE 02 FULL WEB ENGINEERING

 THANKS FOR WATCHING POST

IN THIS CHAPTER WE DISCUSS ABOUT 

WHAT IS CSS

IN LINE , EXTERNAL CSS

METHOD OR RULE OF CSS

DIFFERNECE BETWEEN HTML AND CSS

EXAMPLES OF CSS






https://www.highratecpm.com/x9ndvfiykg?key=3ce89ba0cc02a21a7864d11242468eb0


Comments

Popular posts from this blog

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 (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 >