Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

HTML

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Introduction to Web Design and HTML

HTML Code: <>( ) </> ( )

HTML Keyword : html, head, title, body, b,u, p, small etc.

HTML Tag: HTML Keyword HTML Code HTML Tag.


<html> , </html>, <body>, </body>, <title>, <b>, <p> etc.
 HTML

Notepad RUN OUTPUT


Paragraph
HTML < P> < P>
< br/> < br> <p>This is
a paragraph.</p>
Paragraph Alignment:

Paragraph

< p align= “ ”> </p>

<a href="url/ "> Link text( ) </a>

facebook —

<a href= “http://www.facebook.com”>facebook</a>


< img src = “ / ” width= “ ” height= “ ”/>

< img src= “koala.jpg” width= “256” height= “153”/>

< img src= “D://picture/koala.jpg” width= “256” height= “153”/>

font face Sutonny MJ

< font face= “sutonny MJ”> </font>


Font face , font size, font color

<font face= “ ” size= “ ” color= “ ” > </font>

<font face= “arial” size= “18” color= “red”> My name is Sudip Adhikary. </font>
colspan rowspan
<Prepared by: Sudip Adhikary, dept.of statistics, Islamic university, kushtia />

You might also like