My Blog

    • Sample Page
Illustration of a bird flying.
  • What is a style sheet?

    A style sheet is used to build a consistent, transportable, and well-designed style template. You can add these templates on several different web pages. It describes the look and formatting of a document written in markup language.

    October 28, 2022
  • Does a hyperlink only apply to text?

    No, you can use hyperlinks on text and images both. The HTML anchor tag defines a hyperlink that links one page to another page. The “href” attribute is the most important attribute of the HTML anchor tag. Syntax

    October 28, 2022
  • How to create a nested webpage in HTML?

    The HTML iframe tag is used to display a nested webpage. In other words, it represents a webpage within a webpage. The HTML <iframe> tag defines an inline frame. For example:

    October 28, 2022
  • How to insert a copyright symbol on a browser page?

    You can insert a copyright symbol by using &copy; or &#169; in an HTML file.

    October 28, 2022
  • What is an image map?

    Image map facilitates you to link many different web pages using a single image. It is represented by <map> tag. You can define shapes in images that you want to make part of an image mapping.

    October 28, 2022
  • What is semantic HTML?

    Semantic HTML is a coding style. It is the use of HTML markup to reinforce the semantics or meaning of the content. For example: In semantic HTML <b> </b> tag is not used for bold statement as well as <i> </i> tag is used for italic. Instead of these we use <strong></strong> and <em></em> tags.

    October 28, 2022
  • What is the difference between HTML elements and tags?

    HTML elements communicate to the browser to render text. When the elements are enclosed by brackets <>, they form HTML tags. Most of the time, tags come in a pair and surround content.

    October 28, 2022
  • What are some common lists that are used when designing a page?

    There are many common lists which are used to design a page. You can choose any or a combination of the following list types:

    October 28, 2022
  • How to create a hyperlink in HTML?

    The HTML provides an anchor tag to create a hyperlink that links one page to another page. These tags can appear in any of the following ways:

    October 28, 2022
  • How many types of heading does an HTML contain?

    The HTML contains six types of headings which are defined with the <h1> to <h6> tags. Each type of heading tag displays different text size from another. So, <h1> is the largest heading tag and <h6> is the smallest one. For example:

    October 28, 2022
←Previous Page
1 … 38 39 40 41 42 … 113
Next Page→

My Blog

Proudly powered by WordPress