HTML5 has support for inline SVG. SVG What is SVG? SVG stands for Scalable Vector Graphics SVG is used to…
Read More

HTML5 has support for inline SVG. SVG What is SVG? SVG stands for Scalable Vector Graphics SVG is used to…
Read More
The <canvas> element is used to draw graphics, on the fly, on a web page. The example at the left…
Read More
HTML5 New Form Attributes HTML5 has several new attributes for <form> and <input>. New attributes for <form>: autocomplete novalidate New…
Read More
HTML5 New Form Elements HTML5 has the following new form elements: <datalist> <keygen> <output> Not all browsers support all the…
Read More
HTML5 New Input Types HTML5 has several new input types for forms. These new features allow better input control and…
Read More
Semantic = Meaning. Semantic elements = Elements with meaning. What are Semantic Elements? A semantic element clearly describes its meaning…
Read More
New Elements in HTML5 The internet, and the use of the internet, has changed a lot since 1999, when HTML…
Read More
HTML5 is The Latest HTML Standard What is New? New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D…
Read More
XHTML is HTML written as XML. What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is almost identical…
Read More
A URL is another word for a web address. A URL can be composed of words, such as “w3schools.com”, or…
Read More
HTML Symbol Entities HTML entities was described in the previous chapter. HTML symbols like mathematical operators, arrows, technical symbols and…
Read More
To display an HTML page correctly, a web browser must know what character set (character encoding) to use. What is…
Read More
Reserved characters in HTML must be replaced with character entities. Characters, not present on your keyboard, can also be replaced…
Read More
JavaScripts make HTML pages more dynamic and interactive. The HTML <script> Tag The <script> tag is used to define a…
Read More
Colors Sorted by HEX Value Colors sorted by color name Color Name HEX Color Shades Mix Black #000000 Shades Mix…
Read More
Color Names Supported by All Browsers 140 color names are defined in the HTML and CSS color specification (17 standard…
Read More
An iframe is used to display a web page within a web page. Syntax for adding an iframe: <iframe src=”URL“></iframe>…
Read More
HTML Forms are used to select different kinds of user input. HTML Forms HTML forms are used to pass data…
Read More
Web page layout is very important to make your website look good. Design your webpage layout very carefully. Website Layouts…
Read More
HTML elements can be grouped together with <div> and <span>. HTML Block Elements Most HTML elements are defined as block…
Read More
The most common HTML lists are ordered and unordered lists: HTML Lists An ordered list: The first list item The…
Read More
HTML Table Example: First Name Last Name Points Jill Smith 50 Eve Jackson 94 John Doe 80 Adam Johnson 67…
Read More
Example HTML Images – The <img> Tag and the Src Attribute In HTML, images are defined with the <img> tag.…
Read More
CSS (Cascading Style Sheets) is used to style HTML elements. Styles and colors Manipulate Text Colors, Boxes and more… Styling…
Read More
The HTML <head> Element The <head> element is a container for all the head elements. Elements inside <head> can include…
Read More
Links are found in nearly all Web pages. Links allow users to click their way from page to page. HTML…
Read More
HTML Text Formatting This text is bold This text is italic This is computer output This is subscript and superscript…
Read More
HTML documents are divided into paragraphs. HTML Paragraphs Paragraphs are defined with the <p> tag. Example <p>This is a paragraph</p>…
Read More
Headings are important in HTML documents. HTML Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the…
Read More
Attributes provide additional information about HTML elements. HTML Attributes HTML elements can have attributes Attributes provide additional information about an…
Read More
HTML documents are defined by HTML elements. HTML Elements An HTML element is everything from the start tag to the…
Read More
http://www.euroinformatica.ro/work/madalin/garden/index.html Acest site a fost facut in “Dreamweaver CS5” , ca limbaj am folosit “HTML”. Pentru unele imagini am folosit…
Read More
http://www.euroinformatica.ro/work/madalin/ecoliving/ Acest site a fost facut in “Dreamweaver CS5”, ca limbaj am folosit “HTML”. Pentru unele imagini am folosit si…
Read More