Difference Between Absolute and Relative References in HTML A relative reference does not specify the complete path to a web page. It specifies only the name of the web page. comment(s) An absolute reference or url contains all the information necessary to locate a...
Block And Inline Level Tags in HTML Block elements start on a new line and end with a carriage return. That’s, immediately after ending on a horizontal space, next block element goes to nest line. nanadwumor comment(s) A block level element is like a...
Selecting a browser for HTML5 development Google’s Chrome browser is simple to use and has the most up-to-date HTML5 features making it easier for developers. It also has pretty good developer tools. We recommend you use this browser to learn HTML5 comment(s)...
Top 10 HTML5 formatting tags HTML offers a range of elements for formatting text. nanadwumor comment(s) HTML formatting tags include : <b> – Bold text <strong> – Important text <i> – Italic text <em> – Emphasized tex...
HTML form tag The <form></form> tag is a container for form elements. The form element itself isn’t usually a visible part of the page. It can however be with the help of CSS. nanadwumor comment(s) HTML <form> tag is used to collect data from users...
What’s HTML Doctype? The HTML document type declaration (DOCTYPE), is the first line of code required in every HTML or XHTML document. comment(s) Share this article The HTML document type declaration (DOCTYPE), is the first line of code required in every HTML...
Recent Comments