Presentation of Web Engineering2
Presentation of Web Engineering2
Web Engineering
Submitted To:
Mam Tahira
Topic:
Web Standards
Web Standards
Web standards are rules and guidelines established by the
World Wide Web Consortium(W3C) developed to
promote consistency in the design code which makes a
web page.
Generally five standards have been officially
implemented.
Web Standards
• HTML (Hyper Text Markup Language)
• CSS (Cascading Style Sheet)
• XML (Extensible Markup Language)
• DOM (Document Object Model)
• ECMA Script (The standardized version of JavaScript)
HTML (Hyper Text Markup Language)
• HTML is the standard markup language for web pages.
• With html you can create your own website.
• HTML describes the structure of a web page.
• HTML consist of a series of elements.
• HTML elements tell the browser how to display the content.
• HTML elements label pieces of content such as:
</head>
<body>
<h1>My First Heading</h1>
</body>
</html>
CSS (Cascading Style Sheet)
CSS is the language we use to style a Web page.
CSS saves a lot of work. It can control the layout of multiple web
pages all at once
External CSS
Internal CSS
Inline CSS
XLM (Extensible Markup Language)
• XLM is design to store and transport data.
• XLM was designed to the both human and machine readable.
• XLM is often used for distributing data over the internet.
• It is important (for all types of software developers) to have a good
understand of XLM.
*******