Working With HTML Text In Professional Web DesigningBy:-Kyle Newton
All the text that is entered on a page should come between body tags. Container tags are body tags that tell a web browser what parts of the HTML document should be displayed in the browser window.
Navigation In Professional Web DesignBy:-Kyle Newton
Navigation is that system that links on your site plays a big role in determining the stickiness of your site. Try giving importance to navigation and linking.
Image Attributes Used In Professional Web DesignBy:-Kyle Newton
Image tags with its source attribute points to the uniform resource locator that is URL of the graphic file to be displayed to add an inline image to the web document. The tag is added to the HTML document at the location in which we want to display the image. Then file name is replaced with the URL of the image we want to display.