Lecture 1.2.3
Lecture 1.2.3
Content
• an overview of web technologies,
• Role of HTML, CSS,
• JavaScript in web design
• Application and development tools
• Responsible for the structure and content of a web page.Defines the elements and layout of the
page, including headings, paragraphs, images, links, and more.
• Provides a semantic structure that helps search engines and assistive technologies understand
the content.
CSS (Cascading Style Sheets):
2. Code Editors:
- Notepad++: A free and feature-rich code editor for Windows that supports syntax
highlighting and code folding for various languages, including HTML, CSS, JavaScript, XML,
and PHP.
- Brackets: An open-source code editor specifically designed for web development. It
offers real-time preview, inline editing, and a strong focus on HTML, CSS, and JavaScript.
These tools can greatly enhance your productivity and streamline the
development process when working with HTML, CSS, JavaScript, XML,
and PHP. It's important to explore and choose the tools that best fit your
workflow and project requirements.
Summary
HTML: Hypertext Markup Language is the standard markup language used for creating the
structure and content of web pages. It provides a set of tags and attributes to define elements such
as headings, paragraphs, images, links, and more.
CSS: Cascading Style Sheets is a style sheet language used for describing the presentation and
visual styling of HTML elements. It allows developers to define colors, fonts, layouts, and other
visual properties to create visually appealing and consistent web pages.
JavaScript: JavaScript is a programming language that adds interactivity and behavior to web
pages. It enables dynamic updates, form validations, animations, and other client-side
functionality. It also facilitates communication with servers and handling asynchronous requests.
XML: Extensible Markup Language is a markup language that defines rules for encoding
documents in a format that is both human-readable and machine-readable. It is commonly used
for storing and exchanging structured data on the web.
PHP: PHP is a server-side scripting language primarily used for web development. It is embedded
in HTML and enables the execution of dynamic web pages, interacting with databases, handling
form submissions, and performing server-side processing.
REFERENCES
HTML:
• - MDN Web Docs - HTML: https://developer.mozilla.org/en-US/docs/Web/HTML
• - W3Schools HTML Tutorial: https://www.w3schools.com/html/
• - HTML.com: https://html.com/
CSS:
• - MDN Web Docs - CSS: https://developer.mozilla.org/en-US/docs/Web/CSS
• - W3Schools CSS Tutorial: https://www.w3schools.com/css/
• - CSS-Tricks: https://css-tricks.com/
JavaScript:
• - MDN Web Docs - JavaScript:
https://developer.mozilla.org/en-US/docs/Web/JavaScript
• - W3Schools JavaScript Tutorial: https://www.w3schools.com/js/
• - JavaScript.info: https://javascript.info/