Friday, 25 March 2016
Thursday, 24 March 2016
click here sample video
http://www.naturefootage.com/stock-video/RED-EPIC-4K-5K-Ultra-HD-Samplehttp://www.naturefootage.com/stock-video/RED-EPIC-4K-5K-Ultra-HD-Sample
simple html5 progarm
<html>
<head>
<title></title>
</head>
<body bgcolor="orange">
<u>Lunch</u>
<dl>
<dt>-chappathi</dt>
<dt>-mashroom </dt>
<dd>-tham biryane</dd>
<dd>-vada cari</dd>
<dd>-raykola biryane</dd>
<dd>-tomatto pulav</dd>
<dd>-spicy fride rice</dd>
<dt>Non-veg</dt>
<dd>-chicken fry</dd>
<dd>-chicken roast masala</dd>
<dd>-muttan curry</dd>
<dd>-fish biryane</dd>
<dd>-egg biryane</dd>
<dd>-green chicken fry</dd>
</dl>
</body
</html>
<head>
<title></title>
</head>
<body bgcolor="orange">
<u>Lunch</u>
<dl>
<dt>-chappathi</dt>
<dt>-mashroom </dt>

<dd>-vada cari</dd>
<dd>-raykola biryane</dd>
<dd>-tomatto pulav</dd>
<dd>-spicy fride rice</dd>
<dt>Non-veg</dt>
<dd>-chicken fry</dd>
<dd>-chicken roast masala</dd>
<dd>-muttan curry</dd>
<dd>-fish biryane</dd>
<dd>-egg biryane</dd>
<dd>-green chicken fry</dd>
</dl>
</body
</html>
Basic of html program
<html> All html programs are starts with html tags
<head>
<title>my first program</title> this tag shows title of the site
</head>
<body> from thistag ur site's body is starting.Here you can add images and video
<h1>Courses</h1></br> to shows the text font
<u>BCA</u></br>
<u>BBA</u></br>
<u>B.Sc(cs)</u></br>
</body> Every html tags must be closed
</html>Here ur program ends
<head>
<title>my first program</title> this tag shows title of the site
</head>
<body> from thistag ur site's body is starting.Here you can add images and video
<h1>Courses</h1></br> to shows the text font
<u>BCA</u></br>
<u>BBA</u></br>
<u>B.Sc(cs)</u></br>
</body> Every html tags must be closed
</html>Here ur program ends
Subscribe to:
Posts (Atom)