- Introduction
A brief introduction to the tutorial and what you can expect to learn. - Lesson 1: Let's get started
Find out what tools you need to make your own website. - Lesson 2: What is HTML?
Understand what HTML is and what it means. - Lesson 3: Elements and tags?
Elements and tags what the are and how to use them. - Lesson 4: Create your first website
Learn to create your first HTML document - the basic template for future pages. - Lesson 5: What have you learned so far?
Recap what you have learned so far and discover what you can expect in the next lessons. - Lesson 6: A few more elements
Familiarise yourself with seven of the most-used elements. - Lesson 7: Attributes
Learn to add extra information to your tags and formulate commands in a more explicit manner. - Lesson 8: Links
Discover how to create links to your own and other pages on the Internet. - Lesson 9: Images
Find out how simple and easy it is to insert images in your pages. - Lesson 10: Tables
Construct HTML tables for the presentation of structured content. - Lesson 11: More about tables
Create even more advanced tables. - Lesson 12: Layout (CSS)
Understand how Cascading Style Sheets (CSS) can be used to add fantastic layout to your pages. - Lesson 13: Uploading pages
Find out how to get your pages published on the Internet so others can enjoy them too. - Lesson 14: Web standards and validation
Learn about the common standard of HTML and how to check your coding is correct. - Lesson 15: The final tips
A few pieces of good advice for your website projects.
Showing posts with label Html. Show all posts
Showing posts with label Html. Show all posts
Tuesday, 11 August 2015
Learn Html
Sunday, 18 January 2015
Printing And Plotting
One of the most use full and popular forms of output is called hard copy, which
Is simple output paper from a printer. Printer with different speed, feature and capabilities are available. Some can be set up to accommodate different paper forms such as blank check forms, invoice forms and so forth. Newer printers allow businesses to create customized printing output for each customer from standard paper and data input using full color.
The speed of the printer is typically majored by the number of pages printed per minute (PPM). Like a display screen, the quality, or resolution, of a printer’s output depend on the number of dots printed per inch. A 600-dpi (dots per inch) printer print more clearly and a 300-dpi printer. A recurring cost of using a printer is the ink-jet or laser cartridge that must be replaced every few thousand of pages of output.
Plotters are a type of hard copy output devices are used for general design work.
Businesses typically use these devices to generate paper or acetate blueprints,
Schematics, and drawings or new products onto paper or transparencies. Standard plot widths are
24 inches and 36 inches, and the length can be as per the need-from a few inches to feet.
Monday, 12 January 2015
How to Mention A Resume Uploder Option In A Html Site
Hey Guys When we visit some web sites they show a pop up box
to register and uplod your resume and detail .
So today I tell you how to mention that type form on your
website for visiters.
<html>
<body>
<form name=”uploder”>
Our name : <input type=”text” size=”30” name
=”fulname”>
Your file: <input
type=”file” size=”20” accept=”audio/video/image”>
<input type =”submit”>
</form>
</html>
IN “Your file:
<input type=”file” size=”20” accept=”audio/video/image”> SECTION
YOU SEE A OPTION AUDIO/VIDEO/IMAGE YOU CAN USE ONE OPTION OR ALL .
BECAUSE IF U USE ONE OPTION LIKE IF YOU USE Your file:
<input type=”file” size=”20” accept=”audio>
THAN VISITER WHO TRY TO SUBIT HIS/HER RESUME WITH YOUR
WEBSITE ONLY UPLODE AUDIO FILE IN RESUME.
IF YOU WANT TO GIVE ALL OPTION THAN USE AUDIO/VIDEO/IMAGE .
THANK YOU GUYS YOU CAN CONNTECT ME IF YOU HAVE ANY PROBLM
YOU CAN COMMENT IT .
Subscribe to:
Comments (Atom)

