HTML Tutorial
This HTML tutorial is designed for both beginners and expert developers to understand it well and in a step-by-step way. It explains every key topic of HTML,…
-
HTML bdo Tag –
next → ← prev HTML <bdo> tag stands for “bidirectional override” which is used to overrides the current/default text direction.…
Read More » -
HTML bdi Tag –
next → ← prev HTML <bdi> tag stands for Bidirectional Isolate Element. It is used to inform the browser to…
Read More » -
HTML basefont Tag –
next → ← prev (Not Supported in HTML5) HTML <basefont> tag was used to specify the default value of font-size,…
Read More » -
HTML base Tag –
next → ← prev HTML <base> tag is used to specify a base URI or URL to use for all…
Read More » -
HTML Bold Tag | HTML b Tag –
next → ← prev HTML bold tag is represented by <b> tag. HTML <b> tag is used to display the…
Read More » -
HTML audio Tag –
next → ← prev HTML audio tag is used to define sounds such as music and other audio clips. Currently…
Read More » -
HTML aside Tag –
next → ← prev The HTML <aside> tag provides information about the main content. It represents content that forms the…
Read More » -
HTML article Tag –
next → ← prev The HTML <article> tag defines an independent self-contained content in a document, page, application or a…
Read More » -
HTML area Tag –
next → ← prev What is Image-map An Image map is similar to image hyperlink except that you can create…
Read More » -
HTML applet Tag –
next → ← prev HTML <applet> tag was used to embed the Java applet in an HTML document. This element…
Read More »