Advanced Web Design Tutorial : HTML

If you do not learn the Advanced Web design Tutorial Part 02. Please read it before then start this part.

Step by step advanced webpage design tutorial :

You can declare language in the <html> tag of the document.

Then you have to add lang attribute.

for example to write english language

<html lang=”en-US”>

For writing paragraphs we use <p> tag

You can use use title attribute in paragraph tag like the following tag. When you put your cursor above paragraph text then you see the text into the title tag

<p title=”About Shareideas>
Shareideas is the best site to get a best ideas, which can change your life. You can share you best ideas here.
</p>
**To link a page with another pages or websites we can use <a> tag for this purposes. href attribute is used to write the site name which is need to be linked
For example
<a href=”http://shareideas.info”>Click here to visit shareideas</a>
To add an image you can image by <img> tag. src attribute is used for image source name, width and height and alt attributes are also used .
<img src=”image.jpg” alt=”image name” width=”100″ height=”100″>
If you have any questions please feel free to contact.
There are many works about psd to html in the marketplace. You can see psd to html tutorial part 1 here.

Useful Tags :