SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Web-Designing (1)
HTML Basic Coding
A
Presentation by,
MD. Rabiul Islam (robi)
Basic codes…
1. <html> </html>
2. <body> </body>
3. <h1> </h1>
<h2/> <h2>
4. <br />
5. <p> </p>
6. <b></b>,<i></i>
7.<hr/>
1. to start and finish a whole html task.
2. to start and finish a html body.
3. to making different kinds of heading one after another.
4. to make a space between two line of html composition.
5.to make a paragraph including some line.
6. to make a line bold.
or make a line italic.
7. to make a rular between two line.
Basic codes…(2)
1.<u> </u>
2. <Hr/>
3. <!—comment here>
4. <a href=http://google.com>
readmore</a>
5. To add a image…
<img src=’’logo.png’’ />
6. h2o ,a2b2
<P> H <sub> 2 </sub> O</P>.
<P> A <sup> 2 </sup> B <sup> 2 </sup>.
1. to make a line underline.
2. to make a rular between two line.
3.to make comment about html setting (that
would not be shown at site)
4. To add a link…… and description about link.
5. =The image should be in the folder where
the html file is saved and image name should
be same to the given name in html codding.
6. To make a word ups and down like H2o and
a2+b2.
Email, Title, Background & Font Color
1. <body style=”background-color-blue”>
2. <p style=”font-family:courier
new;color:red; font size :30px;”> Text
Here</p>
3. <h1 style=”text align:center> this is
heading</h>
4. <a href=rabiulrobi33@gmail.com>send me
email</a>
N:B(1) .. To make color of background of
html body…..
N:B(2) .. Different color font and
different size making…
N:B (3) .. Fixing a title in center,left, or
right
N:B (4) .. To add mail option……
Some together
1. <bdo dir=”rtl”> text here </bdo>
2. <blockquoite> text here </blockquoite>
3.<abbr title”United Nation”>UN</abbr>
4. To add Background…..
<body background=”imagename.jpg”>
5. Adding an image in before or left and right side of a
line……
<p>an image,<img src=”name.jpg”width=”48”
height”35”>in the middle</p>
N:B (1) .. To make a sentence reverse….
N:B (2) .. To creat some line in little inside then
regular line
N:B (3) .. To make a titile for mouse pointer of any
word…..
N:B (4) .. that should be given at the first code of
html body
N:B (5) .. write the image code at the desire
position where the image should be shown
Image added link and ling between
two parts of a page…
1. < a herf=”html(2)”>next</a>
2. <a>herf=”html(1)”>previous</a>
3. <a> herf=http://www.google.com>
< img border=”0” width=”65”
height=”38”src=’’googlelogopic.jpg’’
</a>
To ups and down a page by click………..
4. <a href=”#G22”>go to top</a> .. at the clicking point..
5. <a name=”G22”> heading</a> … at receiving point.
N:B (1) .. here html(1) is the html page name which is saved at same folder.
N:B (2) .. same as N:B (1).
N:B (3) .. Here google link is given and it attatched with google logo pic.
N:B (4) .. The receiving code and caption is given.
N:B (5) .. Clicking point code is given.
Different.. Types sub line button……
Sub line Numbering..
Making sub line Under…. a Sub line
Sub line Details…
Table…
( Dw.. Insert-table)
How to make a style line form with
submit it to a email.. Id
To add some required for the form
box.. (Number,Text,Email)
Option.. DW-windows-behavior-valid
code
Link,Audio,Video
1. <Head>
<meta http-equiv=”refreash”
Conrent=”5;”url=http://www.google.com”>
</head>
<body><p>sorry we moved. you will go to new
page within 5 seconds</p></body>
2. <embd src=”song.name.mp3” autostart=”true”
width=”” length=””>
3. <emded src=”video.wmv” autostart=”false”
width=”450” height=”400”>
(1) N:B.. To connect a link
automaticly…. After some second…
(2) N:B.. To add an audio file to listen
online.. (N:B.. If you don’t want to auto
start by opening the page.. then make it
false..)
(3) N:B.. To add a video…
Running style line… I web page…
<marque hspace=20 Width=”25%”
bgcolor=yellow>
Hi.. there !<p>
Good to see you …
</marquee>
N:B… To add a slow running text to
make a style….
N:B.. Hspace=40,20.60 its used in
the tag to make space from the last
marquee…

Weitere ähnliche Inhalte

Was ist angesagt?

[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introductionHyejin Oh
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using htmljulicris021488
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS FilesLearningNerd
 
Web design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionWeb design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionMustafa Kamel Mohammadi
 
Basic HTML
Basic HTMLBasic HTML
Basic HTMLSayan De
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)Ahsan Rahim
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentationumesh patil
 
HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2Sharon Wasden
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLOlivia Moran
 
Boostrap basics
Boostrap basicsBoostrap basics
Boostrap basicsJTechTown
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLAnn Alcid
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginnersjeroenvdmeer
 

Was ist angesagt? (20)

Html basic
Html basicHtml basic
Html basic
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html
HtmlHtml
Html
 
[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using html
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS Files
 
Web design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionWeb design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introduction
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Html
HtmlHtml
Html
 
HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2
 
Html basic
Html basicHtml basic
Html basic
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Boostrap basics
Boostrap basicsBoostrap basics
Boostrap basics
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html
HtmlHtml
Html
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
 

Andere mochten auch

Andere mochten auch (13)

Basic of web design
Basic of web designBasic of web design
Basic of web design
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Html Slide Part-1
Html Slide Part-1Html Slide Part-1
Html Slide Part-1
 
WEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTMLWEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTML
 
html tags
html tagshtml tags
html tags
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSS
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
Angular js for beginners
Angular js for beginnersAngular js for beginners
Angular js for beginners
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 

Ähnlich wie Web designing (1) - Html Basic Codding

Ähnlich wie Web designing (1) - Html Basic Codding (20)

Rd.Html
Rd.HtmlRd.Html
Rd.Html
 
2.4 Text in HTML
2.4 Text in HTML2.4 Text in HTML
2.4 Text in HTML
 
Print this
Print thisPrint this
Print this
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
H T M L Tutorial
H T M L TutorialH T M L Tutorial
H T M L Tutorial
 
Unit 2.3
Unit 2.3Unit 2.3
Unit 2.3
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.ppt
 
HTML 4.0
HTML 4.0HTML 4.0
HTML 4.0
 
HTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docxHTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docx
 
HTML
HTMLHTML
HTML
 
html tags
 html tags html tags
html tags
 
Html
HtmlHtml
Html
 
Web engineering and Technology
Web engineering and TechnologyWeb engineering and Technology
Web engineering and Technology
 
HTML by Telerik Akademy
HTML by Telerik AkademyHTML by Telerik Akademy
HTML by Telerik Akademy
 
Joomla Beginner Template Presentation
Joomla Beginner Template PresentationJoomla Beginner Template Presentation
Joomla Beginner Template Presentation
 
Introhtml 2
Introhtml 2Introhtml 2
Introhtml 2
 
Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
 
DOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptxDOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptx
 
web development html css javascrptt902350_HTML_Jar.ppt
web development html css javascrptt902350_HTML_Jar.pptweb development html css javascrptt902350_HTML_Jar.ppt
web development html css javascrptt902350_HTML_Jar.ppt
 

Kürzlich hochgeladen

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.CarlotaBedoya1
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 

Kürzlich hochgeladen (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 

Web designing (1) - Html Basic Codding

  • 1. Web-Designing (1) HTML Basic Coding A Presentation by, MD. Rabiul Islam (robi)
  • 2. Basic codes… 1. <html> </html> 2. <body> </body> 3. <h1> </h1> <h2/> <h2> 4. <br /> 5. <p> </p> 6. <b></b>,<i></i> 7.<hr/> 1. to start and finish a whole html task. 2. to start and finish a html body. 3. to making different kinds of heading one after another. 4. to make a space between two line of html composition. 5.to make a paragraph including some line. 6. to make a line bold. or make a line italic. 7. to make a rular between two line.
  • 3. Basic codes…(2) 1.<u> </u> 2. <Hr/> 3. <!—comment here> 4. <a href=http://google.com> readmore</a> 5. To add a image… <img src=’’logo.png’’ /> 6. h2o ,a2b2 <P> H <sub> 2 </sub> O</P>. <P> A <sup> 2 </sup> B <sup> 2 </sup>. 1. to make a line underline. 2. to make a rular between two line. 3.to make comment about html setting (that would not be shown at site) 4. To add a link…… and description about link. 5. =The image should be in the folder where the html file is saved and image name should be same to the given name in html codding. 6. To make a word ups and down like H2o and a2+b2.
  • 4. Email, Title, Background & Font Color 1. <body style=”background-color-blue”> 2. <p style=”font-family:courier new;color:red; font size :30px;”> Text Here</p> 3. <h1 style=”text align:center> this is heading</h> 4. <a href=rabiulrobi33@gmail.com>send me email</a> N:B(1) .. To make color of background of html body….. N:B(2) .. Different color font and different size making… N:B (3) .. Fixing a title in center,left, or right N:B (4) .. To add mail option……
  • 5. Some together 1. <bdo dir=”rtl”> text here </bdo> 2. <blockquoite> text here </blockquoite> 3.<abbr title”United Nation”>UN</abbr> 4. To add Background….. <body background=”imagename.jpg”> 5. Adding an image in before or left and right side of a line…… <p>an image,<img src=”name.jpg”width=”48” height”35”>in the middle</p> N:B (1) .. To make a sentence reverse…. N:B (2) .. To creat some line in little inside then regular line N:B (3) .. To make a titile for mouse pointer of any word….. N:B (4) .. that should be given at the first code of html body N:B (5) .. write the image code at the desire position where the image should be shown
  • 6. Image added link and ling between two parts of a page… 1. < a herf=”html(2)”>next</a> 2. <a>herf=”html(1)”>previous</a> 3. <a> herf=http://www.google.com> < img border=”0” width=”65” height=”38”src=’’googlelogopic.jpg’’ </a> To ups and down a page by click……….. 4. <a href=”#G22”>go to top</a> .. at the clicking point.. 5. <a name=”G22”> heading</a> … at receiving point. N:B (1) .. here html(1) is the html page name which is saved at same folder. N:B (2) .. same as N:B (1). N:B (3) .. Here google link is given and it attatched with google logo pic. N:B (4) .. The receiving code and caption is given. N:B (5) .. Clicking point code is given.
  • 7. Different.. Types sub line button……
  • 9. Making sub line Under…. a Sub line
  • 12. How to make a style line form with submit it to a email.. Id
  • 13. To add some required for the form box.. (Number,Text,Email) Option.. DW-windows-behavior-valid code
  • 14. Link,Audio,Video 1. <Head> <meta http-equiv=”refreash” Conrent=”5;”url=http://www.google.com”> </head> <body><p>sorry we moved. you will go to new page within 5 seconds</p></body> 2. <embd src=”song.name.mp3” autostart=”true” width=”” length=””> 3. <emded src=”video.wmv” autostart=”false” width=”450” height=”400”> (1) N:B.. To connect a link automaticly…. After some second… (2) N:B.. To add an audio file to listen online.. (N:B.. If you don’t want to auto start by opening the page.. then make it false..) (3) N:B.. To add a video…
  • 15. Running style line… I web page… <marque hspace=20 Width=”25%” bgcolor=yellow> Hi.. there !<p> Good to see you … </marquee> N:B… To add a slow running text to make a style…. N:B.. Hspace=40,20.60 its used in the tag to make space from the last marquee…