SlideShare a Scribd company logo
Muhammad Yahya
Roll # : 23BSMET007
A student of Mehran University of Engineering
and Technology.
‫ال‬ ِ‫ن‬َ‫م‬ْ‫ح‬‫ه‬‫الر‬ ِ ‫ه‬
‫َّللا‬ ِ‫م‬ْ‫س‬ِ‫ب‬
‫يم‬ ِ‫ح‬‫ه‬‫ر‬
Why Create a College
Website Page?
1 Attract Prospective
Students
An engaging and well-
designed web page can
attract more students to
your college.
2 Showcase Your College
Provide a glimpse of your
college to prospective
students. Share information
about activities, student
life, and facilities.
3 Build Credibility
A modern website page offers legitimacy to your college and
conveys a sense of professionalism.
Introduction to HTML
(Hypertext Markup Language)
and Its Significance
HTML, the language of the web, plays a
crucial role in creating college website
pages. Learn the importance of HTML, its
basic syntax, and how it enables web
development.
How to Create a College
Website Page Using
HTML
In this presentation, we will guide you through the
process of creating a college website page using
HTML. Discover the fundamental concepts, tools,
and techniques required.
by Yahya Memon
The Basic Structure of HTML
The HTML Doctype
Declaration
The doctype
declaration defines the
version of HTML used
on the page. This is
the first line of your
HTML code.
The HTML Head
Section
The head section
contains information
about the page, such
as its title and any
scripts or styles it uses.
The HTML Body
Section
The body section is
where the visible
content of your page
goes.
HTML Tags and Elements
Heading Tags
HTML provides six levels of
headings (h1 through h6) that
help organize content and
improve readability.
Paragraph Tags
The p tag is used to group text
into paragraphs, which makes it
easier to read and understand
content on your page.
Image Tags
Images add interest and visual
appeal to your page. Use the
img tag and specify the path to
the image file.
Link Tags
Use the a tag to create links to
other pages or websites.
Specify the target URL in the
href attribute.
HTML: HyperText Markup Language
HTML (HyperText Markup Language) is the most basic building block
of the Web. It defines the meaning and structure of web content.
Other technologies besides HTML are generally used to describe a
web page's appearance/presentation (CSS) or functionality/behavior
(JavaScript).
Creating a basic website using HTML (Hypertext Markup Language) is relatively straightforward. HTML is the foundation of web development
and is used to structure the content of web pages. Here are the steps to create a simple HTML website:
1.Plan Your Website: Before you start coding, it's essential to plan your website's structure and content. Decide what pages you want (e.g.,
home, about, contact) and what content you'll include on each page.
2.Set Up Your Development Environment: You need a text editor to write your HTML code. Common text editors for web development
include Visual Studio Code, Sublime Text, Atom, or even a simple Notepad. Choose the one that suits you best.
3.Create an HTML Document:
1. Open your text editor and create a new file.
2. Start with an HTML5 document structure by adding the following code:
Replace "Your Website Title" with the title of your website.
Visual Studio
Code App
8
Add Content: Inside the <body> element, you can add the content of your website using various HTML elements.
Here are some common elements:
Headings: <h1>, <h2>, <h3>, etc.
Paragraphs: <p>
Lists: <ul>, <ol>, <li>
Links: <a href="URL">Link Text</a>
Images: <img src="image.jpg" alt="Image Alt Text">
For example:
Create Additional Pages: If you plan to have multiple pages, create separate
HTML files for each page, such as about.html, contact.html, etc., and repeat
the HTML structure for each page.
Styling: To style your website, you can use CSS (Cascading Style Sheets).
Create a separate CSS file and link it to your HTML pages within the <head>
section using the <link> tag. Here's an example:
In the styles.css file, you can define the appearance of various HTML
elements.
1.Testing: To preview your website, open your
HTML file in a web browser. Make sure everything
looks as expected.
2.Hosting: To make your website accessible online,
you'll need a web hosting service. There are both
free and paid hosting options available. Once you
have a hosting provider, upload your HTML and
CSS files to the server.
3.Domain Name: Consider registering a domain
name for your website to make it easier for users to
access.
4.Publish: After completing the above steps, your
website should be live and accessible on the
internet.
Remember that this is a basic overview of creating
a static website using HTML. For more complex and
dynamic websites, you might need to learn
additional technologies like JavaScript for
interactivity and server-side scripting languages like
PHP or Python for server-side functionality.
How to Create a College Website Page Using HTML
How to Create a College Website Page Using HTML
How to Create a College Website Page Using HTML
Creating a Responsive Layout
Using CSS Grid or Flexbox
Grid and Flexbox are two popular layout
techniques. The former is great for creating
complex layouts, while the latter is more suited
for simple ones.
Designing Mobile and Desktop Views
With more and more people accessing the web
through their mobile devices, it's essential to
design your page for various screen sizes. Test
your layout on different devices.
References
Websites:
Mozilla Developer Network (MDN): https://developer.mozilla.org/en-US/docs/Web/HTML
MDN is an excellent resource with detailed documentation on HTML and its various elements.
W3 School: https://www.w3schools.com/html/
HTML Dog: https://www.htmldog.com/
HTML Dog provides beginner-friendly tutorials and guides on HTML, CSS, and JavaScript.
Codecademy: https://www.codecademy.com/learn/learn-html
Codecademy offers interactive HTML courses for beginners.
HTML Cheat Sheet by Digital.com: https://digital.com/tools/html-cheatsheet/
A handy reference for HTML tags and attributes.
AI Website:
https://chat.openai.com
Key Takeaways
Creating an HTML page for your college website is easy once you understand the basic structure and
elements. Using CSS, you can add interest and styling to your page. Designing for different screen sizes
ensures your page is accessible to all.
Thank you!
16

More Related Content

Similar to How to Create a College Website Page Using HTML (20)

PPT
Unit 2 (html)
manochitra10
 
PPTX
Html.ppt
oleksandro
 
PDF
1. HTML
Pavle Đorđević
 
PPTX
website design mark-up with HTML 5 .pptx
geremilibrary
 
PPT
Web Design.ppt
Dr.R.SUGANYA RENGARAJ
 
PPTX
Science kjadnckj ljnadjc lk cnldj cj nlzkdncaj
kefije9797
 
PPTX
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
kefije9797
 
PPTX
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
 
PDF
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Erin M. Kidwell
 
PPTX
HTML.pptx
vikasmittal92
 
PPT
Web Design-III IT.ppt
banu236831
 
PDF
Module 1 - Introduction to HTML.pdf
Humphrey Humphrey
 
PPTX
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
PPTX
Basics of Front End Web Dev PowerPoint
Sahil Gandhi
 
ODP
Light introduction to HTML
abidibo Contini
 
PDF
If you know nothing about HTML, this is where you can start !!
Dr Sukhpal Singh Gill
 
PPT
HTML.ppt
BISWARANJANSAHOO78
 
PDF
Introduction to Web Design for Literary Theorists I: Introduction to HTML (v....
Patrick Mooney
 
PPTX
Castro Chapter 3
Jeff Byrnes
 
PDF
What is HTML - An Introduction to HTML (Hypertext Markup Language)
Ahsan Rahim
 
Unit 2 (html)
manochitra10
 
Html.ppt
oleksandro
 
website design mark-up with HTML 5 .pptx
geremilibrary
 
Web Design.ppt
Dr.R.SUGANYA RENGARAJ
 
Science kjadnckj ljnadjc lk cnldj cj nlzkdncaj
kefije9797
 
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
kefije9797
 
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
 
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Erin M. Kidwell
 
HTML.pptx
vikasmittal92
 
Web Design-III IT.ppt
banu236831
 
Module 1 - Introduction to HTML.pdf
Humphrey Humphrey
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Basics of Front End Web Dev PowerPoint
Sahil Gandhi
 
Light introduction to HTML
abidibo Contini
 
If you know nothing about HTML, this is where you can start !!
Dr Sukhpal Singh Gill
 
Introduction to Web Design for Literary Theorists I: Introduction to HTML (v....
Patrick Mooney
 
Castro Chapter 3
Jeff Byrnes
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
Ahsan Rahim
 

Recently uploaded (20)

PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PPTX
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PPTX
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
Difference between write and update in odoo 18
Celine George
 
PDF
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
PDF
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
PPTX
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
PPTX
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
PDF
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
Controller Request and Response in Odoo18
Celine George
 
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
Difference between write and update in odoo 18
Celine George
 
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
Ad

How to Create a College Website Page Using HTML

  • 1. Muhammad Yahya Roll # : 23BSMET007 A student of Mehran University of Engineering and Technology. ‫ال‬ ِ‫ن‬َ‫م‬ْ‫ح‬‫ه‬‫الر‬ ِ ‫ه‬ ‫َّللا‬ ِ‫م‬ْ‫س‬ِ‫ب‬ ‫يم‬ ِ‫ح‬‫ه‬‫ر‬
  • 2. Why Create a College Website Page? 1 Attract Prospective Students An engaging and well- designed web page can attract more students to your college. 2 Showcase Your College Provide a glimpse of your college to prospective students. Share information about activities, student life, and facilities. 3 Build Credibility A modern website page offers legitimacy to your college and conveys a sense of professionalism.
  • 3. Introduction to HTML (Hypertext Markup Language) and Its Significance HTML, the language of the web, plays a crucial role in creating college website pages. Learn the importance of HTML, its basic syntax, and how it enables web development.
  • 4. How to Create a College Website Page Using HTML In this presentation, we will guide you through the process of creating a college website page using HTML. Discover the fundamental concepts, tools, and techniques required. by Yahya Memon
  • 5. The Basic Structure of HTML The HTML Doctype Declaration The doctype declaration defines the version of HTML used on the page. This is the first line of your HTML code. The HTML Head Section The head section contains information about the page, such as its title and any scripts or styles it uses. The HTML Body Section The body section is where the visible content of your page goes.
  • 6. HTML Tags and Elements Heading Tags HTML provides six levels of headings (h1 through h6) that help organize content and improve readability. Paragraph Tags The p tag is used to group text into paragraphs, which makes it easier to read and understand content on your page. Image Tags Images add interest and visual appeal to your page. Use the img tag and specify the path to the image file. Link Tags Use the a tag to create links to other pages or websites. Specify the target URL in the href attribute.
  • 7. HTML: HyperText Markup Language HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).
  • 8. Creating a basic website using HTML (Hypertext Markup Language) is relatively straightforward. HTML is the foundation of web development and is used to structure the content of web pages. Here are the steps to create a simple HTML website: 1.Plan Your Website: Before you start coding, it's essential to plan your website's structure and content. Decide what pages you want (e.g., home, about, contact) and what content you'll include on each page. 2.Set Up Your Development Environment: You need a text editor to write your HTML code. Common text editors for web development include Visual Studio Code, Sublime Text, Atom, or even a simple Notepad. Choose the one that suits you best. 3.Create an HTML Document: 1. Open your text editor and create a new file. 2. Start with an HTML5 document structure by adding the following code: Replace "Your Website Title" with the title of your website. Visual Studio Code App 8
  • 9. Add Content: Inside the <body> element, you can add the content of your website using various HTML elements. Here are some common elements: Headings: <h1>, <h2>, <h3>, etc. Paragraphs: <p> Lists: <ul>, <ol>, <li> Links: <a href="URL">Link Text</a> Images: <img src="image.jpg" alt="Image Alt Text"> For example: Create Additional Pages: If you plan to have multiple pages, create separate HTML files for each page, such as about.html, contact.html, etc., and repeat the HTML structure for each page. Styling: To style your website, you can use CSS (Cascading Style Sheets). Create a separate CSS file and link it to your HTML pages within the <head> section using the <link> tag. Here's an example: In the styles.css file, you can define the appearance of various HTML elements.
  • 10. 1.Testing: To preview your website, open your HTML file in a web browser. Make sure everything looks as expected. 2.Hosting: To make your website accessible online, you'll need a web hosting service. There are both free and paid hosting options available. Once you have a hosting provider, upload your HTML and CSS files to the server. 3.Domain Name: Consider registering a domain name for your website to make it easier for users to access. 4.Publish: After completing the above steps, your website should be live and accessible on the internet. Remember that this is a basic overview of creating a static website using HTML. For more complex and dynamic websites, you might need to learn additional technologies like JavaScript for interactivity and server-side scripting languages like PHP or Python for server-side functionality.
  • 14. Creating a Responsive Layout Using CSS Grid or Flexbox Grid and Flexbox are two popular layout techniques. The former is great for creating complex layouts, while the latter is more suited for simple ones. Designing Mobile and Desktop Views With more and more people accessing the web through their mobile devices, it's essential to design your page for various screen sizes. Test your layout on different devices.
  • 15. References Websites: Mozilla Developer Network (MDN): https://developer.mozilla.org/en-US/docs/Web/HTML MDN is an excellent resource with detailed documentation on HTML and its various elements. W3 School: https://www.w3schools.com/html/ HTML Dog: https://www.htmldog.com/ HTML Dog provides beginner-friendly tutorials and guides on HTML, CSS, and JavaScript. Codecademy: https://www.codecademy.com/learn/learn-html Codecademy offers interactive HTML courses for beginners. HTML Cheat Sheet by Digital.com: https://digital.com/tools/html-cheatsheet/ A handy reference for HTML tags and attributes. AI Website: https://chat.openai.com Key Takeaways Creating an HTML page for your college website is easy once you understand the basic structure and elements. Using CSS, you can add interest and styling to your page. Designing for different screen sizes ensures your page is accessible to all.