Sureshppt
Sureshppt
Private Limited
Introduction to Web
Development
Web development is the process of creating and
maintaining websites.
Web Development Basics
Front-end Development Back-end Development
3 JavaScript
JavaScript adds interactivity and dynamic behavior to a website. It
allows developers to create user interactions, animations, and data
manipulation.
Back-end Development
Back-end development focuses on the server-side logic and database
interactions. Back-end developers utilize a variety of programming
languages.
• Formatting Tags: Use <b> and <strong> to make text bold, and <i> and <em> to italicize text.
The <u> tag underlines text.
• List Tags: Create unordered lists with <ul> and ordered lists with <ol>. Each list item is defined
with the <li> tag.
• Link and Media Tags: The <a href="URL"> tag creates a hyperlink, and the <img src="URL"
alt="description"> tag embeds an image.
Introduction to CSS
What is CSS?