Working with Image in HTML for practice

Working with Image in HTML for practice 2-


Type this code in text editor and save file with .html extension.
-----------------------------------

<html>
<head>
<title>HTML Image Assignment 2</title>
</head>
<body leftmargin="200px">
<h1>Working with Image </h1>
<hr color="red"/>
<img src="IMG HTML.JPG" align="left" width="500px" border="5" hspace="30px" vspace="30px" title="WORKING WITH IMAGE"/>
<p align="justify">
You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly.
To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command. Both the Themes gallery and the Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your current template.
On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. 
</p>
<img src="IMG HTML.JPG" align="right" width="500px" border="5" hspace="30px" vspace="30px" title="Education"/>
<p align="justify">
You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly.
To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command. Both the Themes gallery and the Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your current template.
On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. 
</p>
<img src="IMG HTML.JPG" align="left" width="500px" border="5" hspace="30px" vspace="30px" title="Education"/>
<p align="justify">
You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly.
To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command. Both the Themes gallery and the Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your current template.
On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, or diagrams, they also coordinate with your current document look.
</p>
</body>
</html>

----------------------
Output-



Post a Comment

0 Comments