List of Unicode
Unicode:- An international encoding standard for use with different languages and scripts, by which each letter, digit, or symbol is…
Updated Subject Book PDF Tutorial and Access Free Programming Expert Contact
HTML5 Tutorial HTML5 is a Web page (or HTML document) in a plain text file that has been encoded using Hypertext Markup Language (HTML) to appear in a Web browser. Here is a meaning of HTML word-by-word:
Hypertext: – is a text that a user will click to jump from one document to another document. This is a reference of Web pages to link to one another.
Markup: – are the tags that apply layout and formatting conventions to plain text. In a simple way, the plain text is “marked up” with the tags.
Language: – is a reference to the fact that HTML is considered as a programming language.
Unicode:- An international encoding standard for use with different languages and scripts, by which each letter, digit, or symbol is…
In simple terms, HTML5 is a Web page (or HTML document) in a plain text file that has been encoded…
New features in HTML5 HTML5 introduces a number of new elements and attributes that help in building a modern website.…
HTML5 Syntax Rules HTML5 is coming with lots of flexibility and support the followings Rules: Uppercase tag names. Quotes are…
Here, you will learn how to Access a notepad in windows and write the script. Steps for Windows 7 1. Click…
Setting Up the Document Structure HTML is the way from where a user can get creative with their Web content,…
Specifying the Document Type Here, you will learn how to specify the document type. So whenever you start creating an HTML5 document,…
All of the HTML code except the DOCTYPE tag is placed within the two sided <html> tag. The tags <html> and </html> serve as…
Creating Paragraphs and Line Breaks Here, you will learn how paragraph and line break tags has been used in…
Creating Headings <p>The HTML standard defines six levels of headings, <h1> through <h6>.The higher the heading number, the smaller the…
Applying Bold and Italic Formatting Applying bold and italic styles are two ways of making text attractive. These styles are…
The <article> element is used for an article, which is known to be an independently distributable document, like an article in a…
The <aside> element represents an aside to the text, such as a sidebar. Basically <aside> Tag is used in sidebar of a page, whenever…
The <audio>Element is used for playing the audio (sound) file in the browser with full user control support. The <audio> Element contains an extra child…
The <canvas> tag is used to draw graphics by using the JavaScript. The <canvas> tag is only a container for graphics. Basically…