Most Frequently Asked Question HTML5 Interview Questions with Answers HTML5 is the latest version of the HTML language. HTML is stand for hypertext markup language,... Read More
HTML/HTML5
Difference between HTML and HTML5? 2 min read
If we want to represent the same thing in HTML 4 with proper names of the HTML section, we would probably use a DIV tag.... Read More
In this article today we are talking difference between “Div” and “Span” <div> Div is block element are take the full available width of block... Read More
How to create emails links? 1 min read
How to redirect using HTML? 1 min read
Basic HTML Document Code Structure 1 min read
Begin writing your HTML tags by creating your document’s basic layout. Copy and paste this code into your text or HTML editor. <HTML> – Begins... Read More
What are List? How to create Lists? 1 min read
HTML list <ul> and <o> tag are used to create lists. Example Output is ... Read More
What are the different versions of HTML? 1 min read
HTML has many versions since it inceptions during 1990’s. HTML version are HTML, HTML+, HTML 2.0, HTML 3.2, HTML 4.0 and the latest version HTML... Read More
What is DOCTYPE? 1 min read
DOCTYPE stands for Document Type Declarations. DOCTYPE is used to specify the web browsers that which types of documents (such as SGML or XML Documents)... Read More
What is HTML? 2 min read
HTML stands for Hypertext Markup Language. It is s markup language for World Wide Web. HTML was developed by Tim Berners Lee during 1990’s. It... Read More