SlideShare a Scribd company logo
1 of 13
Powerpoint Templates
Page 1
http://cssfounder.com
Website designing company in Delhi
CSSFOUNDER.COM
Powerpoint Templates
Page 2
Powerpoint Templates
Let’s Build a Website
by Sybil Prince Nelson
http://cssfounder.com
Powerpoint Templates
Page 3
Basics
What is HTML?
HTML is the language used to create web pages. It tells your browser (like
Internet Explorer or Firefox) what to display on a web page.
What does HTML stand for?
HTML stands for HyperText Markup Language.
HypertextText with links to other pages. Can contain images and other things.
Basically, a web page.Markup LanguageThe set of instructions that
describe how text should be displayed. For HTML, these instructions are
called tags.HTML = HyperText Markup Language = The tags that tell
your browser what to display on a web page.
How Does HTML Work?
In an HTML tutorial for beginners it's all about the tags. Browsers, like
Internet Explorer or Firefox, are used to display web pages. Tags tell your
browser what to display on a web page. This is the HTML tag:
<html>
It's the main tag. It says, "Everthing after this is a web page." There are
beginning and ending tags. They come in pairs:
<html> </html>
Your browser understands this. Your browser doesn't display tags. It displays
only what is between the tags. http://cssfounder.com
Powerpoint Templates
Page 4
A Basic Webpage
<!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml1
1.dtd">
<html>
<body>
<h1>This is a heading</h1>
<p>This is the paragraph text. This is more
paragraph text. This is more paragraph text.
</p>
</body>
</html>
http://cssfounder.com
Powerpoint Templates
Page 5
Let’s get a little fancier
HTML Elements
Most HTML elements have these four parts:
A starting tag
Example: <p>
An ending tag
Example: </p>
The content between the starting and ending tags
Example: "Once upon a time a girl with… etc."
Attributes (more about attributes in the next section)
Example: style="background-color:yellow"
Here's an example of an HTML element:
<p style="background-color:yellow">Once upon a time a girl
with beautiful long golden hair… etc.</p>
By the way… there are a few elements that only have one
tag. For example:
The <br /> element causes the browser to skip to the next
line. It's the "line break" tag. There are no contents or ending
tag for these types of elements.
http://cssfounder.com
Powerpoint Templates
Page 6
Still getting fancy
HTML Attributes
A HTML element can have attributes. An attribute gives
more information about the contents of an element to the
browser. Think of an attribute as quality or characteristic
of the element. The attribute of an element is located in
the starting tag.
<p style="background-color:yellow">blah blah blah.</p>
This particular style attribute tells the browser to make the
background color of that paragraph yellow.
If you know your HTML basics it will be much easier for
you to learn what you need to know in order to build your
website. If you are going to be creating websites for a
while (there's a good chance you will be) tags, elements
and attributes are things you want to be clear on.
http://cssfounder.com
Powerpoint Templates
Page 7
Let’s try it
A friendly tool.
http://cssfounder.com
Powerpoint Templates
Page 8
Ways to Build a Website
There are several ways to build a
website:
•Point and click software (fast, not
flexible).
•Manually writing the HTML (important
to learn, requires time). – notepad, word,
powerpoint
•Using an HTML Editor (efficient once
learned, HTML knowledge helps).
•Using a template (easy, efficient, must
use HTML)
http://cssfounder.com
Powerpoint Templates
Page 9
Some helpful html language
Email:
HTML Code: <a href= "mailto:abc@mail.com" >Email Example</a>
Images:
HTML Code: <img src=“picturename.gif" />
Important: Where is this picture?
Src stands for source. There are two ways to define the source
of an image. First you may use a standard URL.
(src=http://www.Tizag.com/pics/htmlT/pitcurename.gif) As your
second choice, you may copy or upload the file onto your web
server and access it locally using standard directory tree
methods. (src="../picturename.gif") The location of this picture
file is in relation to your location of your .html file.
For more info on images:
http://www.tizag.com/htmlT/images.php
http://cssfounder.com
Powerpoint Templates
Page 10
Your MUSC space
• Step 1
My computer < Map Network Drive
• Step 2
Enter homeroom.musc.edunetID
• Step 3
For user name enter clinlannetID
http://cssfounder.com
Powerpoint Templates
Page 11
Let’s Try it!
http://cssfounder.com
Powerpoint Templates
Page 12
How to design your site
• Think about the function of your
site
• Go for simplicity as opposed to
clutter
• Avoid text fonts smaller than 11px
• Keep a consistent layout
• Every few edits, check your
progress
http://cssfounder.com
Powerpoint Templates
Page 13
Assignment
Create a website that includes
the following:
• Name
• Picture
• A short bio
• Personal/contact info
• Current classes
• Research interests
• CV
Email me a link to your website
http://cssfounder.com

More Related Content

What's hot

Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLOlivia Moran
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)Resty Jay Galdo
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1Heather Rock
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLGrayzon Gonzales, LPT
 
Lecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingLecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingMubashir Ali
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)Coder Tech
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTMLMarlon Jamera
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notesDurgadevi palani
 
Html vs xhtml
Html vs xhtmlHtml vs xhtml
Html vs xhtmlYastee Shah
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlJonathan Arroyo
 

What's hot (14)

Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTML
 
Week 6 Lecture
Week 6 LectureWeek 6 Lecture
Week 6 Lecture
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
 
Artistic Web Applications - Week3 - Part 1
Artistic Web Applications - Week3 - Part 1Artistic Web Applications - Week3 - Part 1
Artistic Web Applications - Week3 - Part 1
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTML
 
Lecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block BuildingLecture-3: Introduction to html - Basic Structure & Block Building
Lecture-3: Introduction to html - Basic Structure & Block Building
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTML
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notes
 
Html vs xhtml
Html vs xhtmlHtml vs xhtml
Html vs xhtml
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
HTML5
HTML5 HTML5
HTML5
 

Similar to Website designing company in delhi

Similar to Website designing company in delhi (20)

Html
HtmlHtml
Html
 
HTML Notes And Some Attributes
HTML Notes And Some AttributesHTML Notes And Some Attributes
HTML Notes And Some Attributes
 
Day1
Day1Day1
Day1
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
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
 
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
 
Html basics
Html basicsHtml basics
Html basics
 
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 1
Html basics 1Html basics 1
Html basics 1
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
Importance of HTML
Importance of HTMLImportance of HTML
Importance of HTML
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 

More from Css Founder

Cssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhiCssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhiCss Founder
 
Internet technology and web designing
Internet technology and web designingInternet technology and web designing
Internet technology and web designingCss Founder
 
Web page design-cssfounder
Web page design-cssfounderWeb page design-cssfounder
Web page design-cssfounderCss Founder
 
Tech dev cssfounder.com
Tech dev cssfounder.comTech dev cssfounder.com
Tech dev cssfounder.comCss Founder
 
Digital india-cssfounder.com
Digital india-cssfounder.comDigital india-cssfounder.com
Digital india-cssfounder.comCss Founder
 
Poverty inindia CssFounder.com
Poverty inindia CssFounder.comPoverty inindia CssFounder.com
Poverty inindia CssFounder.comCss Founder
 
Poverty in india Cssfounder.com
Poverty in india Cssfounder.comPoverty in india Cssfounder.com
Poverty in india Cssfounder.comCss Founder
 
Website designing company in delhi e commerce
Website designing company in delhi e commerceWebsite designing company in delhi e commerce
Website designing company in delhi e commerceCss Founder
 
Website designing company_in_delhi blogging
Website designing company_in_delhi bloggingWebsite designing company_in_delhi blogging
Website designing company_in_delhi bloggingCss Founder
 
Website designing company in delhi blog powerpoint
Website designing company in delhi blog powerpointWebsite designing company in delhi blog powerpoint
Website designing company in delhi blog powerpointCss Founder
 
Website designing company_in_delhi e-business
Website designing company_in_delhi e-businessWebsite designing company_in_delhi e-business
Website designing company_in_delhi e-businessCss Founder
 
Website designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital indiaWebsite designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital indiaCss Founder
 
Website designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practicesWebsite designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practicesCss Founder
 
Website designing company_in_delhi_education
Website designing company_in_delhi_educationWebsite designing company_in_delhi_education
Website designing company_in_delhi_educationCss Founder
 
Website designing company_in_delhi_education system
Website designing company_in_delhi_education systemWebsite designing company_in_delhi_education system
Website designing company_in_delhi_education systemCss Founder
 
Website designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopmentWebsite designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopmentCss Founder
 
Website development process
Website development processWebsite development process
Website development processCss Founder
 
Webdesign website development_company_surat
Webdesign website development_company_suratWebdesign website development_company_surat
Webdesign website development_company_suratCss Founder
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhiCss Founder
 

More from Css Founder (20)

Cssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhiCssfounder.com website designing company in delhi
Cssfounder.com website designing company in delhi
 
Internet technology and web designing
Internet technology and web designingInternet technology and web designing
Internet technology and web designing
 
Web page design-cssfounder
Web page design-cssfounderWeb page design-cssfounder
Web page design-cssfounder
 
Tech dev cssfounder.com
Tech dev cssfounder.comTech dev cssfounder.com
Tech dev cssfounder.com
 
Digital india-cssfounder.com
Digital india-cssfounder.comDigital india-cssfounder.com
Digital india-cssfounder.com
 
Poverty inindia CssFounder.com
Poverty inindia CssFounder.comPoverty inindia CssFounder.com
Poverty inindia CssFounder.com
 
Poverty in india Cssfounder.com
Poverty in india Cssfounder.comPoverty in india Cssfounder.com
Poverty in india Cssfounder.com
 
Website designing company in delhi e commerce
Website designing company in delhi e commerceWebsite designing company in delhi e commerce
Website designing company in delhi e commerce
 
Website designing company_in_delhi blogging
Website designing company_in_delhi bloggingWebsite designing company_in_delhi blogging
Website designing company_in_delhi blogging
 
Website designing company in delhi blog powerpoint
Website designing company in delhi blog powerpointWebsite designing company in delhi blog powerpoint
Website designing company in delhi blog powerpoint
 
Website designing company_in_delhi e-business
Website designing company_in_delhi e-businessWebsite designing company_in_delhi e-business
Website designing company_in_delhi e-business
 
Website designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital indiaWebsite designing company_in_mumbai_digital india
Website designing company_in_mumbai_digital india
 
Website designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practicesWebsite designing company_in_delhi_digitization practices
Website designing company_in_delhi_digitization practices
 
Website designing company_in_delhi_education
Website designing company_in_delhi_educationWebsite designing company_in_delhi_education
Website designing company_in_delhi_education
 
Website designing company_in_delhi_education system
Website designing company_in_delhi_education systemWebsite designing company_in_delhi_education system
Website designing company_in_delhi_education system
 
Website designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopmentWebsite designing company_in_delhi_phpwebdevelopment
Website designing company_in_delhi_phpwebdevelopment
 
Website development process
Website development processWebsite development process
Website development process
 
Webdesign website development_company_surat
Webdesign website development_company_suratWebdesign website development_company_surat
Webdesign website development_company_surat
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
Internet
InternetInternet
Internet
 

Recently uploaded

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Website designing company in delhi

  • 1. Powerpoint Templates Page 1 http://cssfounder.com Website designing company in Delhi CSSFOUNDER.COM
  • 2. Powerpoint Templates Page 2 Powerpoint Templates Let’s Build a Website by Sybil Prince Nelson http://cssfounder.com
  • 3. Powerpoint Templates Page 3 Basics What is HTML? HTML is the language used to create web pages. It tells your browser (like Internet Explorer or Firefox) what to display on a web page. What does HTML stand for? HTML stands for HyperText Markup Language. HypertextText with links to other pages. Can contain images and other things. Basically, a web page.Markup LanguageThe set of instructions that describe how text should be displayed. For HTML, these instructions are called tags.HTML = HyperText Markup Language = The tags that tell your browser what to display on a web page. How Does HTML Work? In an HTML tutorial for beginners it's all about the tags. Browsers, like Internet Explorer or Firefox, are used to display web pages. Tags tell your browser what to display on a web page. This is the HTML tag: <html> It's the main tag. It says, "Everthing after this is a web page." There are beginning and ending tags. They come in pairs: <html> </html> Your browser understands this. Your browser doesn't display tags. It displays only what is between the tags. http://cssfounder.com
  • 4. Powerpoint Templates Page 4 A Basic Webpage <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml1 1.dtd"> <html> <body> <h1>This is a heading</h1> <p>This is the paragraph text. This is more paragraph text. This is more paragraph text. </p> </body> </html> http://cssfounder.com
  • 5. Powerpoint Templates Page 5 Let’s get a little fancier HTML Elements Most HTML elements have these four parts: A starting tag Example: <p> An ending tag Example: </p> The content between the starting and ending tags Example: "Once upon a time a girl with… etc." Attributes (more about attributes in the next section) Example: style="background-color:yellow" Here's an example of an HTML element: <p style="background-color:yellow">Once upon a time a girl with beautiful long golden hair… etc.</p> By the way… there are a few elements that only have one tag. For example: The <br /> element causes the browser to skip to the next line. It's the "line break" tag. There are no contents or ending tag for these types of elements. http://cssfounder.com
  • 6. Powerpoint Templates Page 6 Still getting fancy HTML Attributes A HTML element can have attributes. An attribute gives more information about the contents of an element to the browser. Think of an attribute as quality or characteristic of the element. The attribute of an element is located in the starting tag. <p style="background-color:yellow">blah blah blah.</p> This particular style attribute tells the browser to make the background color of that paragraph yellow. If you know your HTML basics it will be much easier for you to learn what you need to know in order to build your website. If you are going to be creating websites for a while (there's a good chance you will be) tags, elements and attributes are things you want to be clear on. http://cssfounder.com
  • 7. Powerpoint Templates Page 7 Let’s try it A friendly tool. http://cssfounder.com
  • 8. Powerpoint Templates Page 8 Ways to Build a Website There are several ways to build a website: •Point and click software (fast, not flexible). •Manually writing the HTML (important to learn, requires time). – notepad, word, powerpoint •Using an HTML Editor (efficient once learned, HTML knowledge helps). •Using a template (easy, efficient, must use HTML) http://cssfounder.com
  • 9. Powerpoint Templates Page 9 Some helpful html language Email: HTML Code: <a href= "mailto:abc@mail.com" >Email Example</a> Images: HTML Code: <img src=“picturename.gif" /> Important: Where is this picture? Src stands for source. There are two ways to define the source of an image. First you may use a standard URL. (src=http://www.Tizag.com/pics/htmlT/pitcurename.gif) As your second choice, you may copy or upload the file onto your web server and access it locally using standard directory tree methods. (src="../picturename.gif") The location of this picture file is in relation to your location of your .html file. For more info on images: http://www.tizag.com/htmlT/images.php http://cssfounder.com
  • 10. Powerpoint Templates Page 10 Your MUSC space • Step 1 My computer < Map Network Drive • Step 2 Enter homeroom.musc.edunetID • Step 3 For user name enter clinlannetID http://cssfounder.com
  • 11. Powerpoint Templates Page 11 Let’s Try it! http://cssfounder.com
  • 12. Powerpoint Templates Page 12 How to design your site • Think about the function of your site • Go for simplicity as opposed to clutter • Avoid text fonts smaller than 11px • Keep a consistent layout • Every few edits, check your progress http://cssfounder.com
  • 13. Powerpoint Templates Page 13 Assignment Create a website that includes the following: • Name • Picture • A short bio • Personal/contact info • Current classes • Research interests • CV Email me a link to your website http://cssfounder.com