Author: admin

Display image in HTML

<img/> is an empty tag & used to display an image on the HTML document(Webpage). Following are the attributes in…

Headings with HTML

HTML Headings are used to specify the title/subtitles of the document or a document section,HTML Headings are by-default bold &…

Head – HTML

Head tag contains metadata(webpage information) about the HTML document(Webpage). Following tags are used in to provide webpage information:

Form – HTML

Form has different types of HTML input elements to collect user data. Form sends the collected user data to server.…

Text Formatting – HTML

Text formatting enhances its look & feel & makes a webpage more attractive.HTML has following formatting tags: 1) <b> :…

<samp> tag

is used for computers or programming languages output. Example:

<code> tag

used for computer code or any programming language code. Example: <html><body><pre><code>var msz = 'Hello world';alert(msz);</code></pre></body></html>Use <code> tag always with <pre>…

Attributes – HTML

Attributes are “name-value” pair, changes the behavior of HTML Elements. Attributesalways used with HTML element start tag or opening tag.…

HTML Elements

These elements are the building blocks of any HTML web page, and these are called tags. HTML provide different type…

How to create HTML file

Easiest way to create HTML file, Open any Text Editor like Notepad, Notepad++,TextEdit etc, whatever you are comfortable working with.…