Web Development: by Abrar Ahmed
Web Development: by Abrar Ahmed
BY ABRAR AHMED
Marks distribution 2020-2021
Web development is the work involved in developing a Web site for the Internet (World
Wide Web) or an intranet (a private network).
Web development can range from developing a simple single static page of plain text to
complex Web-based Internet applications, electronic businesses (Ecommerce), and
social networking.
https://www.bbc.com/
https://www.noon.com/
https://www.facebook.com/
https://www.emiratesnbd.com/
What is HTML?
An HTML element is defined by a start tag, some content, and an end tag:
<tagname> Your Content </tagname>
The HTML element is everything from the start tag to the end tag:
<h1>My First Heading</h1>
<p>My first paragraph.</p>
HTML Code Editor
Download Notepad++
https://notepad-plus-plus.org/downloads/v7.8.8/
First HTML Code
1. Open Notepad++
2. Write Some HTML
3. Save the HTML Page in folder.
Select File > Save as > "index.htm“
4. View the HTML Page in Your Browser
HTML Page Structure
HTML Attributes