HTML Uniform Resource Locators A URL is another word for a web address. A URL can be composed...
HTML
HTML Plug-ins Plug-ins are computer programs that extend the standard functionality of the browser. Plug-ins Plug-ins were designed...
HTML Audio The HTML <audio> element is used to play an audio file on a web page. The HTML <audio>...
HTML Video The HTML <video> element is used to show a video on a web page. The HTML <video>...
HTML Canvas Graphics The HTML <canvas> element is used to draw graphics on a web page. The graphic to the...
HTML Forms An HTML form is used to collect user input. The user input is most often sent...
Using Emojis in HTML Emojis are characters from the UTF-8 character set: 😄 😍 💗 What are...
HTML Symbols Symbols that are not present on your keyboard can also be added by using entities. HTML...
HTML Entities Reserved characters in HTML must be replaced with character entities. HTML Entities Some characters are reserved...
HTML Style Guide A consistent, clean, and tidy HTML code makes it easier for others to read and...
HTML Semantic Elements Semantic elements = elements with a meaning. What are Semantic Elements? A semantic element clearly...
HTML Computer Code Elements HTML contains several elements for defining user input and computer code. Example <code> x...
HTML Responsive Web Design Responsive web design is about creating web pages that look good on all devices!...
HTML Layout Elements and Techniques Websites often display content in multiple columns (like a magazine or a newspaper)....