Showing items from website-creation

post-thumb

Embedding Image in HTML page

In this article, we are going to learn how to embed images in a HTML document. Table of Contents Embedding Image in HTML page Attributes Figure Caption To add images to a page - we use <img> inline element It is an empty element - it doesn’t wrap any other content and exists as a single tag.

Read More
post-thumb

Introduction to HTML Typography

In this article, we are going to learn about Typography in HTML. Table of Contents Headings and Paragraphs em, i, strong, b Nesting ins, u, del, s, mark Headings and Paragraphs There are a number of different elements for displaying text on a web page.

Read More
post-thumb

What is HTML Hyperlink?

In this article, we are going to learn about Hyperlinks in HTML. Table of Contents Hyperlink Relative and Absolute Paths Linking to parts of the same page Attributes of Hyperlink element Hyperlink - provides the ability to link from one web page or resource to another.

Read More