SlideShare a Scribd company logo
1 of 1
HTML codes

<html> = Starts web page

</html> = Closes web page

<head> = Starts information about web page

</head> = Ends information about web page

<title> = Puts web page name in the tab at the top of the browser

</title> = Ends it

<body> = Visible content of the webpage

<body bgcolor=”colour”> = Changes the colour

<body background=”image”> = Tiled image background

</body> = The end of the visual content

<p> = Paragraph

<hr> = Horizontal rule

<b> = Makes text bold

<i> = Makes text italic

<u> = Makes text underlined

<imgsrc=”image.filetype” width=”300” height=”333” />

<a href=”page.html”>Go to page</a>

More Related Content

What's hot

Web designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic CodingWeb designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic CodingRabiul robi
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello worldhemi46h
 
BEAUTIFUL CSS PRESENTATION EASY TO MADE
BEAUTIFUL CSS PRESENTATION EASY TO MADEBEAUTIFUL CSS PRESENTATION EASY TO MADE
BEAUTIFUL CSS PRESENTATION EASY TO MADErana usman
 
poornamatha : poornamitham poornath-poorna-muthatchyathe |
poornamatha :  poornamitham poornath-poorna-muthatchyathe |poornamatha :  poornamitham poornath-poorna-muthatchyathe |
poornamatha : poornamitham poornath-poorna-muthatchyathe |ashokha
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersPrakritiDhang
 
Introduction to Web Design, Week 1
Introduction to Web Design, Week 1Introduction to Web Design, Week 1
Introduction to Web Design, Week 1Lou Susi
 
Artdm171 Week3 Tags Group Projects
Artdm171 Week3 Tags Group ProjectsArtdm171 Week3 Tags Group Projects
Artdm171 Week3 Tags Group Projectsguestca5654
 
Web Designing
Web Designing Web Designing
Web Designing yarafghani
 

What's hot (16)

Css pseudo classes
Css   pseudo classesCss   pseudo classes
Css pseudo classes
 
Web designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic CodingWeb designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic Coding
 
Css backgrounds
Css   backgroundsCss   backgrounds
Css backgrounds
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world
 
Css colors
Css   colorsCss   colors
Css colors
 
BEAUTIFUL CSS PRESENTATION EASY TO MADE
BEAUTIFUL CSS PRESENTATION EASY TO MADEBEAUTIFUL CSS PRESENTATION EASY TO MADE
BEAUTIFUL CSS PRESENTATION EASY TO MADE
 
Learn html through programs
Learn html through programsLearn html through programs
Learn html through programs
 
Introduction html
Introduction htmlIntroduction html
Introduction html
 
Html tags or elements
Html tags or elementsHtml tags or elements
Html tags or elements
 
poornamatha : poornamitham poornath-poorna-muthatchyathe |
poornamatha :  poornamitham poornath-poorna-muthatchyathe |poornamatha :  poornamitham poornath-poorna-muthatchyathe |
poornamatha : poornamitham poornath-poorna-muthatchyathe |
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginners
 
Introduction to Web Design, Week 1
Introduction to Web Design, Week 1Introduction to Web Design, Week 1
Introduction to Web Design, Week 1
 
Artdm171 Week3 Tags Group Projects
Artdm171 Week3 Tags Group ProjectsArtdm171 Week3 Tags Group Projects
Artdm171 Week3 Tags Group Projects
 
Web Designing
Web Designing Web Designing
Web Designing
 
Tantan
TantanTantan
Tantan
 
Html
HtmlHtml
Html
 

More from Crashin

Short report
Short reportShort report
Short reportCrashin
 
Task 4 questionnaire
Task 4   questionnaireTask 4   questionnaire
Task 4 questionnaireCrashin
 
Video assets
Video assetsVideo assets
Video assetsCrashin
 
Asset table
Asset tableAsset table
Asset tableCrashin
 
Proposal
ProposalProposal
ProposalCrashin
 
Task 2 briefs
Task 2   briefsTask 2   briefs
Task 2 briefsCrashin
 
End of project report
End of project reportEnd of project report
End of project reportCrashin
 
Proposal
ProposalProposal
ProposalCrashin
 
All questionnaires
All questionnairesAll questionnaires
All questionnairesCrashin
 
Production schedule task 1
Production schedule task 1Production schedule task 1
Production schedule task 1Crashin
 
Correspondence with client
Correspondence with clientCorrespondence with client
Correspondence with clientCrashin
 
Correspondence with client 2
Correspondence with client 2Correspondence with client 2
Correspondence with client 2Crashin
 
Video diary
Video diaryVideo diary
Video diaryCrashin
 
Evaluation
EvaluationEvaluation
EvaluationCrashin
 
Task 4 questionnaire
Task 4   questionnaireTask 4   questionnaire
Task 4 questionnaireCrashin
 
Evaluation
EvaluationEvaluation
EvaluationCrashin
 

More from Crashin (20)

4
44
4
 
2
22
2
 
1
11
1
 
3
33
3
 
Short report
Short reportShort report
Short report
 
Task 4 questionnaire
Task 4   questionnaireTask 4   questionnaire
Task 4 questionnaire
 
Video assets
Video assetsVideo assets
Video assets
 
Asset table
Asset tableAsset table
Asset table
 
Proposal
ProposalProposal
Proposal
 
Task 2 briefs
Task 2   briefsTask 2   briefs
Task 2 briefs
 
End of project report
End of project reportEnd of project report
End of project report
 
Proposal
ProposalProposal
Proposal
 
All questionnaires
All questionnairesAll questionnaires
All questionnaires
 
Production schedule task 1
Production schedule task 1Production schedule task 1
Production schedule task 1
 
Correspondence with client
Correspondence with clientCorrespondence with client
Correspondence with client
 
Correspondence with client 2
Correspondence with client 2Correspondence with client 2
Correspondence with client 2
 
Video diary
Video diaryVideo diary
Video diary
 
Evaluation
EvaluationEvaluation
Evaluation
 
Task 4 questionnaire
Task 4   questionnaireTask 4   questionnaire
Task 4 questionnaire
 
Evaluation
EvaluationEvaluation
Evaluation
 

Html codes

  • 1. HTML codes <html> = Starts web page </html> = Closes web page <head> = Starts information about web page </head> = Ends information about web page <title> = Puts web page name in the tab at the top of the browser </title> = Ends it <body> = Visible content of the webpage <body bgcolor=”colour”> = Changes the colour <body background=”image”> = Tiled image background </body> = The end of the visual content <p> = Paragraph <hr> = Horizontal rule <b> = Makes text bold <i> = Makes text italic <u> = Makes text underlined <imgsrc=”image.filetype” width=”300” height=”333” /> <a href=”page.html”>Go to page</a>