Web Designing with HTML
#1

ful report
Reply
#2
Hey, this isn't a seminar topic at all. visit good tutorial sites like w3schools.org for learning it.
Reply
#3
hai dharam,

web design with HTML is not seminar topics...it is skills in prograaming + design field....Please visit this page. it is helpful for u .

A web page is created using a language called, Hypertext Markup Language, better known as HTML Code. You can write your own coding within a plain text editor, such as Note Pad, or use an HTML editor, which will write the code for you.

HTML codes, also referred to as HTML tags, are enclosed by the lesser than (<) and greater than (>) brackets and may be written in capital or lower case letters.

The opening bracket is followed by an element, which is a browser command, and ends with the closing bracket.

<font size=2>

An element may also be followed by attributes, which are words describing the properties of the element, and further instruct the browser.

<font size=2>

Attributes are only contained in the opening HTML tags to the right of the element and are separated by a space and followed by an equal (=) sign.

The value follows the equal sign and is enclosed in quotes.

<font size=2>


Basic HTML Document Code Structure

Begin writing your HTML tags by creating your document's basic layout. Copy and paste this code into your text or HTML editor.

<html>
<head>
<title>Your Page Title</title>
</head>
<body>

This area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded.

For a complete list of HTML codes, tags and examples, see the HTML chart below.

</body>
</html>

Please visitURL....otherwise contact me....
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: puntambekar web designing, html align, mobile detection html, 3school html, html porgrams for marklist, designing training, w3 html school,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Web based remote device monitoring harini 5 2,992 12-03-2016, 01:50 PM
Last Post: seminar report asees
  Development of a web-based Recruitment Process System for the HR group for a company slim silesh 2 3,764 24-03-2013, 12:18 AM
Last Post: Guest
  Request for Web Based Stationery management system project fkachala 2 2,780 15-11-2012, 05:52 PM
Last Post: Guest
  blood donor central database and web potral 0 1,595 10-03-2012, 12:56 PM
Last Post: Guest
  web browser imran01k 1 1,147 02-03-2012, 12:16 PM
Last Post: seminar paper
  Record Matching Over Query Results from Multiple Web Databases sachin1091 1 1,914 25-02-2012, 09:59 AM
Last Post: seminar paper
Exclamation web based school administration system imaanum 1 1,558 20-02-2012, 04:48 PM
Last Post: seminar paper
  offline web application Suppys 1 991 20-02-2012, 02:30 PM
Last Post: seminar paper
  web based sms push mechanism varun1404 1 1,122 18-02-2012, 04:40 PM
Last Post: seminar paper
  Protocol designing for mobile communication 0 581 18-02-2012, 03:50 PM
Last Post: Guest

Forum Jump: