Skip to main content

Course List

Course Related to Web Engineering
LECTURE 01:
WHAT IS HTML
ABBREAVATION
ADDRESS QUOTATION
BOL ITALIC
COLOR RGB
DEFINATION LIST
EXAMPLES

LECTURE 02:
WHAT IS CSS
CSS (IN LINE, EXTERNAL )
CSS RULE 
CSS EXAMPLES


Course Related to Software Requirement Engineering
Course Related to DATA STRUCTURE
Course Related to DATA SCIENCES
Course Related to DATABASE MANGEMENT
Course Related to Object Oriented Programming (OOP)
Course Related to OPERATING SYSTEM
Course Related to Introduction to Programming
Course Related to Mobile and android Application Development
Course Related to GAMES
Course Related to STIMULATION and MODELLING
Course Related to COMPUTER COMMUNICATION AND NETWORKING
Course Related to Information Security and Forensics

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

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

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 &