0% found this document useful (0 votes)
79 views

HTML

This document provides an introduction to HTML code and tags. It explains some common HTML keywords like html, head, title, body and tags like <b>, <u>, <p>, <small> etc. It describes basic HTML tags for paragraphs, links, images, fonts and tables. Examples are given for each tag along with the HTML code.

Uploaded by

api-394801843
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views

HTML

This document provides an introduction to HTML code and tags. It explains some common HTML keywords like html, head, title, body and tags like <b>, <u>, <p>, <small> etc. It describes basic HTML tags for paragraphs, links, images, fonts and tables. Examples are given for each tag along with the HTML code.

Uploaded by

api-394801843
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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