SlideShare a Scribd company logo
 What is a web site?
 Different web sites.
 Main Parts of a web site.
 Lets design a web site.
 Reference.
A website is a collection of web pages (documents that are accessed
through the Internet).
A web page is what you see on the screen when you type in a web
address, click on a link, or put a query in a search engine.
A web page can contain any type of information, and can include text,
color, graphics, animation and sound.
The data contained in the websites is organized and made accessible to
the online public with the help of programming languages such as
(X)HTML and PHP.
Website programming is the main method of defining the structure of a
website and managing its behavior as visitors browse through its pages.
Official
Business
Educational
Personal
Informational
EntertainmentNews
Text
Graphic
Audio/ Video
Hyperlink
Main elements that
we need to learn
before creating a
site…
Text Editors
HTML language
When designing a site by using a text
editor it is necessary to know the codes.
Therefore the designer has to study
there codes before starting to create the
site .
Text editor Description
Notepad Since 1985 Microsoft distributes this application
freely.
GEdit Can use Unicodes as coding.
TextEdit Distributes with Mc Operating system.
TED Notepad Can use with Microsoft Operating system.
 Short for Hyper Text Markup Language, the authoring language used to create
documents on the World Wide Web.
 HTML defines the structure and layout of a Web document by using a variety of
tags and attributes.
 The purpose of a web browser is to read HTML documents and compose them into
visible or audible web pages. The browser does not display the HTML tags, but uses the
tags to interpret the content of the page.
 In 1980, physicist Tim Berners-Lee, proposed and prototyped ENQUIRE, a system
for CERN researchers to use and share documents. Berners-Lee specified HTML and
wrote the browser and server software in the last part of 1990.
 In that year, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated
on a joint request for funding. In his personal notes from 1990 he lists "some of the
many areas in which hypertext is used" and puts an encyclopedia first.
There are three main parts in this language and they are,
Tags
Attributes
Elements
All the tags are easy to remember because it is similar
to the normal English language.
And it is case sensitive .(Which means it doesn’t
matter whether the letters are simple or capital.)
Although you are a beginner you must know these
three parts therefore you can design a successful site.
But do not worry, it’s very easy to learn. Practice is
what you all need.
… that you're not creating the website for you; you already
know about the information or service you have to offer. You're
creating the site for your visitors, so it should contain the content they
want, and be organized in a way that makes sense, even to an outsider.
We'll tell you how to create and improve your website but the
main thing to remember is this: A website is a means of
communication, and it is only successful when its message is received
by the intended user.
1. First of all you have to choose a text editor.
I choose the Notepad because it’s easier for a beginner and it is
free.
2. Then make a folder in a drive so all your work will save in a one place.
When saving your work you should use the .html extension or else
it won’t open as a web page.
Ex : <file name> .html (presentation.html)
3. Then start typing the cords accordingly and accurately, otherwise the
page cannot be viewed through a web browser.
4. If you are willing to add pictures and videos, you have to save it in the
same folder .
The layout of the page
After you type and save the codes you can see the
icon of your web browser in that folder. It means
your coding will now open in the browsing
software.
Let’s see what each tag
do…
Combination of
<h1>,<p>,<br> tags
 When you're designing a web page, it is necessary to use different
font types, styles and sizes. Therefore it makes the page more
attractive.
Tag Definition
<b></b> Displays the enclosed text in the bold type.
<big></big> Increases the size of the enclosed text.
<small></small> Decreases the size of the enclosed text.
<sub></sub> Displays the enclosed text as a subscript.
<sup></sup> Displays the enclosed text as a superscript.
<u></u> Underlines the enclosed text.
<i></i> Italics the enclosed text.
<tt></tt> Displays text in a fixed width, teletype style font.
Tags + Attributes
To make the tags more effective we use attributes.
As an example, if we want to change the font size of a text you
have to use the size attribute in the font tag.
<font size = 4>
If you want to change the colors of it, use the color attribute.
<font color = ‘blue’>
When talking about the colors, there you can use the color codes
to get better colors. It can be used as background color or in any
other occasions.
Click here for examples
• Lists are important when designing a web site.
• There are two types of lists,
Ordered lists (tag that use <ol>)
Unordered lists (tag that use <ul>)
The img tag is used to put an image in an HTML document.
Images should save in the same folder which the whole HTML
document was saved.
<img src = ‘picture.jpg’>
Things might seem a little bland and boring with all of this text formatting. Of
course, the web is not just about text, it is multi-media and the most common
form of media is the image.
Click here for example
(For source)
Essential
(extension)
Essential
 When changing the background color, the attributes like
bgcolor, bgtext should type inside the <body> tag.
 Type bg for once only.
So far you've been making a stand-alone web page, which is
all very well and nice, but what makes the internet so
special is that it all links together.
The 'H' and 'T' in 'HTML' stand for 'hypertext', which
basically means a system of linked text.
An anchor tag (a) is used to define a link, but you also
need to add something to the anchor tag -
the destination of the link.
Click here for examples
Across the worldwide web, HTML tables are used to layout pagers.
The table element defines the table.
The tr element defines a table row.
The td element defines a data cell. These must be enclosed in tr tags, as
shown above.
If you imagine a 3x4 table, which is 12 cells, there should be four tr elements
to define the rows and three tr elements within each of the rows, making a
total of 12 td elements.
Click here for examples
By following the above techniques you will be able to create
a basic but attractive web site.
If you are more interested in developing the site you can
visit to the reference page so it will lead you to the correct
path.
Web designing is a popular trend in the present world.
Therefore if you learn, you can be a leading designer in the
too….
Grade 11 ICT text book.
HTML DOG - www.htmldog.com
W3school - www.w3schools.com
Created by,
Sanduni Palliyaguru
Tags
The basic structure of an HTML document includes tags, which surround
content and apply meaning to it.
<html> is the opening tag that kicks things off and tells the browser that
everything between that and the </html>closing tag is an HTML
document.
ALL HTML tags should be closed.
Not all tags have closing tags like this (<html></html>) some tags,
which do not wrap around content will close themselves. The line-break
tag for example, looks like this : <br />.
opening tag → content → closing tag
Tag Definition
<html></html> Shows the beginning of a web page.
<head></head> Provides information about the document.
<title></title> Specify the text appears in the web browser’s title bar.
<body></body> This tag encloses all text, images, and other elements that
will be visible to the user on the web page.
<h1></h1>
<h2></h2>
The six levels of text headings ranging from the largest
(<h1>) to the smallest (<h2>). The text headings appear in
the bold face font.
<p></p> Defines the beginning and the ending of a paragraph of the
text.
<br/> A line break in the text.
<&nbsp> A space between two words.
<hr> To insert a horizontal line.
Tags can also have attributes, which are extra bits of information.
Attributes appear inside the opening tag and their value is always
inside quotation marks.

They look something like <tag attribute="value">Margarine</tag>.
We will come across tags with attributes later.
Elements
Tags tend not to do much more than mark the beginning and end of
an element.
 Elements are the bits that make up web pages.
You would say, for example, that everything that is in between and
includes the <body> and </body> tags is the body element.

As another example, whereas <title> and </title>
are tags, <title> presentation 1 </title> is a title element.
Color codes
You can change the height
and width of an image
With the
border
Without
border

More Related Content

What's hot

The Complete HTML
The Complete HTMLThe Complete HTML
The Complete HTML
Rohit Buddabathina
 
Html basics NOTE
Html basics NOTEHtml basics NOTE
Basic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdfBasic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdf
Kalyani Government Engineering College
 
Html
HtmlHtml
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
Keith Borgonia Manatad
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
Aksa Sahi
 
Html
HtmlHtml
Basic HTML
Basic HTMLBasic HTML
Basic HTML
Eric Marilag
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
bwire sedrick
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
Muhammad Shafique
 
Html basics
Html basicsHtml basics
Html basics
Zewaqar Khan
 
Html basics
Html basicsHtml basics
Html basics
Vjay Vijju
 
Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTML
HubSpot
 

What's hot (13)

The Complete HTML
The Complete HTMLThe Complete HTML
The Complete HTML
 
Html basics NOTE
Html basics NOTEHtml basics NOTE
Html basics NOTE
 
Basic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdfBasic Details of HTML and CSS.pdf
Basic Details of HTML and CSS.pdf
 
Html
HtmlHtml
Html
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
 
Html
HtmlHtml
Html
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTML
 

Similar to Web Site Designing - Basic

Let me design
Let me designLet me design
Let me design
Anurag Deb
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
adelaticleanu
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
HamzaAhmad861123
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
jatin batra
 
Grade 10 COMPUTER
Grade 10 COMPUTERGrade 10 COMPUTER
Grade 10 COMPUTER
Joel Linquico
 
Lesson 8 Computer Creating your Website.pdf
Lesson 8 Computer Creating your Website.pdfLesson 8 Computer Creating your Website.pdf
Lesson 8 Computer Creating your Website.pdf
AshleyJovelClavecill
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
google
 
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
 
Html basics
Html basicsHtml basics
Html basics
Vivek Khandelwal
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
Bhavani Testone
 
Html basic file
Html basic fileHtml basic file
Html basic file
Md Mozaddidul Karim
 
Html BASICS
Html BASICSHtml BASICS
Html basics
Html basicsHtml basics
Html basics
Yernur Kassymbayev
 
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
 
Html basics
Html basicsHtml basics
Html
HtmlHtml
Html Concept
Html ConceptHtml Concept
Html Concept
Jaya Kumari
 
About html
About htmlAbout html
About html
Manvigangwar
 
Appdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptxAppdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptx
ArjayBalberan1
 
Tm 1st quarter - 1st meeting
Tm   1st quarter - 1st meetingTm   1st quarter - 1st meeting
Tm 1st quarter - 1st meeting
Esmeraldo Jr Guimbarda
 

Similar to Web Site Designing - Basic (20)

Let me design
Let me designLet me design
Let me design
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
 
Grade 10 COMPUTER
Grade 10 COMPUTERGrade 10 COMPUTER
Grade 10 COMPUTER
 
Lesson 8 Computer Creating your Website.pdf
Lesson 8 Computer Creating your Website.pdfLesson 8 Computer Creating your Website.pdf
Lesson 8 Computer Creating your Website.pdf
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html basic file
Html basic fileHtml basic file
Html basic file
 
Html BASICS
Html BASICSHtml BASICS
Html BASICS
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html
HtmlHtml
Html
 
Html Concept
Html ConceptHtml Concept
Html Concept
 
About html
About htmlAbout html
About html
 
Appdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptxAppdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptx
 
Tm 1st quarter - 1st meeting
Tm   1st quarter - 1st meetingTm   1st quarter - 1st meeting
Tm 1st quarter - 1st meeting
 

Recently uploaded

LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
S. Raj Kumar
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Vivekanand Anglo Vedic Academy
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 

Recently uploaded (20)

LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDFLifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
Lifelines of National Economy chapter for Class 10 STUDY MATERIAL PDF
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 

Web Site Designing - Basic

  • 1.
  • 2.  What is a web site?  Different web sites.  Main Parts of a web site.  Lets design a web site.  Reference.
  • 3. A website is a collection of web pages (documents that are accessed through the Internet). A web page is what you see on the screen when you type in a web address, click on a link, or put a query in a search engine. A web page can contain any type of information, and can include text, color, graphics, animation and sound. The data contained in the websites is organized and made accessible to the online public with the help of programming languages such as (X)HTML and PHP. Website programming is the main method of defining the structure of a website and managing its behavior as visitors browse through its pages.
  • 5.
  • 7. Main elements that we need to learn before creating a site… Text Editors HTML language
  • 8. When designing a site by using a text editor it is necessary to know the codes. Therefore the designer has to study there codes before starting to create the site . Text editor Description Notepad Since 1985 Microsoft distributes this application freely. GEdit Can use Unicodes as coding. TextEdit Distributes with Mc Operating system. TED Notepad Can use with Microsoft Operating system.
  • 9.  Short for Hyper Text Markup Language, the authoring language used to create documents on the World Wide Web.  HTML defines the structure and layout of a Web document by using a variety of tags and attributes.  The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.  In 1980, physicist Tim Berners-Lee, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. Berners-Lee specified HTML and wrote the browser and server software in the last part of 1990.  In that year, Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding. In his personal notes from 1990 he lists "some of the many areas in which hypertext is used" and puts an encyclopedia first.
  • 10. There are three main parts in this language and they are, Tags Attributes Elements All the tags are easy to remember because it is similar to the normal English language. And it is case sensitive .(Which means it doesn’t matter whether the letters are simple or capital.) Although you are a beginner you must know these three parts therefore you can design a successful site. But do not worry, it’s very easy to learn. Practice is what you all need.
  • 11. … that you're not creating the website for you; you already know about the information or service you have to offer. You're creating the site for your visitors, so it should contain the content they want, and be organized in a way that makes sense, even to an outsider. We'll tell you how to create and improve your website but the main thing to remember is this: A website is a means of communication, and it is only successful when its message is received by the intended user.
  • 12. 1. First of all you have to choose a text editor. I choose the Notepad because it’s easier for a beginner and it is free. 2. Then make a folder in a drive so all your work will save in a one place. When saving your work you should use the .html extension or else it won’t open as a web page. Ex : <file name> .html (presentation.html) 3. Then start typing the cords accordingly and accurately, otherwise the page cannot be viewed through a web browser. 4. If you are willing to add pictures and videos, you have to save it in the same folder .
  • 13. The layout of the page After you type and save the codes you can see the icon of your web browser in that folder. It means your coding will now open in the browsing software.
  • 14. Let’s see what each tag do… Combination of <h1>,<p>,<br> tags
  • 15.  When you're designing a web page, it is necessary to use different font types, styles and sizes. Therefore it makes the page more attractive. Tag Definition <b></b> Displays the enclosed text in the bold type. <big></big> Increases the size of the enclosed text. <small></small> Decreases the size of the enclosed text. <sub></sub> Displays the enclosed text as a subscript. <sup></sup> Displays the enclosed text as a superscript. <u></u> Underlines the enclosed text. <i></i> Italics the enclosed text. <tt></tt> Displays text in a fixed width, teletype style font.
  • 16.
  • 17. Tags + Attributes To make the tags more effective we use attributes. As an example, if we want to change the font size of a text you have to use the size attribute in the font tag. <font size = 4> If you want to change the colors of it, use the color attribute. <font color = ‘blue’> When talking about the colors, there you can use the color codes to get better colors. It can be used as background color or in any other occasions. Click here for examples
  • 18. • Lists are important when designing a web site. • There are two types of lists, Ordered lists (tag that use <ol>) Unordered lists (tag that use <ul>)
  • 19. The img tag is used to put an image in an HTML document. Images should save in the same folder which the whole HTML document was saved. <img src = ‘picture.jpg’> Things might seem a little bland and boring with all of this text formatting. Of course, the web is not just about text, it is multi-media and the most common form of media is the image. Click here for example (For source) Essential (extension) Essential
  • 20.  When changing the background color, the attributes like bgcolor, bgtext should type inside the <body> tag.  Type bg for once only.
  • 21. So far you've been making a stand-alone web page, which is all very well and nice, but what makes the internet so special is that it all links together. The 'H' and 'T' in 'HTML' stand for 'hypertext', which basically means a system of linked text. An anchor tag (a) is used to define a link, but you also need to add something to the anchor tag - the destination of the link. Click here for examples
  • 22. Across the worldwide web, HTML tables are used to layout pagers. The table element defines the table. The tr element defines a table row. The td element defines a data cell. These must be enclosed in tr tags, as shown above. If you imagine a 3x4 table, which is 12 cells, there should be four tr elements to define the rows and three tr elements within each of the rows, making a total of 12 td elements. Click here for examples
  • 23. By following the above techniques you will be able to create a basic but attractive web site. If you are more interested in developing the site you can visit to the reference page so it will lead you to the correct path. Web designing is a popular trend in the present world. Therefore if you learn, you can be a leading designer in the too….
  • 24. Grade 11 ICT text book. HTML DOG - www.htmldog.com W3school - www.w3schools.com
  • 26.
  • 27. Tags The basic structure of an HTML document includes tags, which surround content and apply meaning to it. <html> is the opening tag that kicks things off and tells the browser that everything between that and the </html>closing tag is an HTML document. ALL HTML tags should be closed. Not all tags have closing tags like this (<html></html>) some tags, which do not wrap around content will close themselves. The line-break tag for example, looks like this : <br />. opening tag → content → closing tag
  • 28. Tag Definition <html></html> Shows the beginning of a web page. <head></head> Provides information about the document. <title></title> Specify the text appears in the web browser’s title bar. <body></body> This tag encloses all text, images, and other elements that will be visible to the user on the web page. <h1></h1> <h2></h2> The six levels of text headings ranging from the largest (<h1>) to the smallest (<h2>). The text headings appear in the bold face font. <p></p> Defines the beginning and the ending of a paragraph of the text. <br/> A line break in the text. <&nbsp> A space between two words. <hr> To insert a horizontal line.
  • 29. Tags can also have attributes, which are extra bits of information. Attributes appear inside the opening tag and their value is always inside quotation marks.  They look something like <tag attribute="value">Margarine</tag>. We will come across tags with attributes later.
  • 30. Elements Tags tend not to do much more than mark the beginning and end of an element.  Elements are the bits that make up web pages. You would say, for example, that everything that is in between and includes the <body> and </body> tags is the body element.  As another example, whereas <title> and </title> are tags, <title> presentation 1 </title> is a title element.
  • 32.
  • 33.
  • 34.
  • 35. You can change the height and width of an image
  • 36.