0% found this document useful (0 votes)
11 views21 pages

HTML

The document provides an overview of HTML and Python, detailing their definitions, uses, and how to create a web page using Visual Studio Code. HTML is described as the standard markup language for web pages, while Python is a versatile programming language used in various fields. The document also includes step-by-step instructions for setting up a website in VS Code and highlights Python's applications in web development, data science, and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views21 pages

HTML

The document provides an overview of HTML and Python, detailing their definitions, uses, and how to create a web page using Visual Studio Code. HTML is described as the standard markup language for web pages, while Python is a versatile programming language used in various fields. The document also includes step-by-step instructions for setting up a website in VS Code and highlights Python's applications in web development, data science, and more.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

N

H O
T
PY
N D
A
L
T M
H

BY JAT H U R S VA R M A N A N D S E S H N U
WHAT ARE IN THIS PRENTATION?
WHAT IIS HTML?
HOW TO MAKE WEB PAGE BY VS CODE?
QUESTIONS
WHAT IS PYTHON
Use of python
Questions
What is HTML?
. HTML (HyperText Markup Language)
is the standard markup language for
creating web pages, defining their
structure and content, and is the
foundation upon which websites are
built.
WHAT ARE THE USES OF HTML?
Structure and Content:
HTML provides the foundation for web development by defining the
structure of web pages using markup tags. These tags describe the
elements within a document, such as headings, paragraphs, images,
and links.
Web Browsers:
HTML is designed to be displayed in a web browser, allowing users to
view and interact with web pages.
Front-End Technology:
HTML is considered a "front-end" technology in web development,
meaning it deals with elements that users see, read, and use when
interacting with a website.
HOW TO MAKE WEBSITES BY VSCODE?
Step 1: Install VS Code
Download and install Visual Studio Code from the official
website.
🔹 Step 2: Create a Project Folder
Make a new folder on your computer for your website files.
🔹 Step 3: Open the Folder in VS Code
Open VS Code → Go to File → Open Folder... → Select your folder.
🔹 Step 4: Create Website Files
🔹 Step 5: Write Your HTML, CSS, and JS
Code
Add your website content to the files.
🔹 Step 6: Install Live Server Extension
In VS Code, go to Extensions → Search
for Live Server → Install it.
🔹 Step 7: Preview the Website
Right-click [Link] → Click "Open
with Live Server" to see your site in the
browser.
✅ STEP 1: INSTALL VS CODE
DOWNLOAD AND INSTALL FROM
HTTPS://[Link]/
CREATE A FOLDER WITH VS CODE
RIGHT CLICK
MY WEBPAGE IS ON CHROME
QUESTIONS?

WHAT IS HTML?

WHAT IS THE USE OF HTML?

IN WHAT WEBSITE WE CAN MAK E A CODE?


END OF
HTML
WHAT IS PYHTON

Python is a high-level, general-purpose


programming language known for its
readability and versatility, used in
various applications like web
development, data science, and
automation. It was created by Guido
van Rossum and first released in
1991.
WHAT ARE THE USES OF PYTHON?
✅ Web Development – Using frameworks like Django, Flask, and
FastAPI.
🧠 Artificial Intelligence & Machine Learning – Libraries like
TensorFlow, PyTorch, and Scikit-learn.
📊 Data Analysis & Visualization – With tools like Pandas,
NumPy, Matplotlib, and Seaborn.
🧪 Scientific Computing – Used in research with SciPy, SymPy,
and Jupyter Notebooks.
🤖 Automation & Scripting – Automating tasks, web scraping
(e.g., with BeautifulSoup, Selenium).
🎮 Game Development – Using libraries like Pygame.
🧩 Software Development – Creating applications,
utilities, and plugins.
Database Access – Working with databases like
SQLite, MySQL, and PostgreSQL.
📱 App Development – Mobile apps using Kivy,
BeeWare, etc.
🔐 Cybersecurity & Ethical Hacking – Writing tools,
scripts, and penetration testing.
🌐 Networking & APIs – Creating and consuming
APIs, handling network protocols.
QUESTIONS
WHAT IS PYTHON?

WHAT ARE THE USES OF PYTHON?

WHO WAS MADE THE PYTHON?

WHEN PYTHON WAS MADE?


END OF THE PYTHON

You might also like