Mayank Sharma

Digital marketeer and Software engineer

Mayank Sharma is a senior digital marketeer and software engineer. He has an experience of over 10 years.

19 Posts by this author
post-thumb

Types of Selectors in CSS

We can target HTML element(s) in three ways: Using Type Selector Using Class Selector – it’s more precise than type selector Using ID Selector – it’s even more precise than class selector Using Type Selector We select all the HTML elements of a certain kind using this.

Read More
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