Anchor/Link/Hyperlink Tag

Anchor/Hyperlink/Links Tag (<a> </a>) NB : A Broken link/Dead link/orphan link is a link on a web page that no longer works because the website is encountering face one or more of the reasons i.e. an improper URL entered for the link by the website owner …

Loading

HTML Basic

HTML Basic Code Format/Template/Sample Html Tag (<html> </html>) Example : To Block/Stop Right Click Operation on a Html Page.

Loading

Paragraph/Div/Span/Fieldset Tag

Paragraph Tag (<p> </p>) Example : A basic representation of paragraph tag. Div Tag (<div> </div>) Example : A basic representation of division tag. Span Tag (<span> </span>) Example : A basic representation of span tag. Fieldset & Legend Tag …

Loading

Picture/Image/Background Tag

<input type=”file”> Example : How to Browse/Choose an image/any other type of file in our html page. Example : How to Browse/Choose only png type of image file in our html page. Example : How to Browse/Choose Custom type or …

Loading

Table Tag

Table Tag (<table> </table>) Example : How to create a typical table design to store data. Example : How to set background color in a table. Example : How to design table head, row & column of a table. Example : How to merge …

Loading

Input type Text Tag

Input Tag (input type=”text”) Example : How to create text box in html . Example : How to naming a text box in html . Example : How to add placeholder/shadow text message inside text box of html page. Example …

Loading