Tag: HTML

Learn HTML #50

HTML Uniform Resource Locators A URL is another word for a web address. A URL can be […]

Learn HTML #49

HTML Plug-ins Plug-ins are computer programs that extend the standard functionality of the browser. Plug-ins Plug-ins were […]

Learn HTML #48

HTML Audio The HTML <audio> element is used to play an audio file on a web page. The HTML […]

Learn HTML #47

HTML Video The HTML <video> element is used to show a video on a web page. The HTML […]

Learn HTML #46

HTML Canvas Graphics The HTML <canvas> element is used to draw graphics on a web page. The graphic to […]

Learn HTML #45

HTML Forms An HTML form is used to collect user input. The user input is most often […]

Learn HTML #44

Using Emojis in HTML Emojis are characters from the UTF-8 character set: 😄 😍 💗 What […]

Learn HTML #43

HTML Symbols Symbols that are not present on your keyboard can also be added by using entities. […]

Learn HTML #42

HTML Entities Reserved characters in HTML must be replaced with character entities. HTML Entities Some characters are […]

Learn HTML #41

HTML Style Guide A consistent, clean, and tidy HTML code makes it easier for others to read […]

Learn HTML #40

HTML Semantic Elements Semantic elements = elements with a meaning. What are Semantic Elements? A semantic element […]

Learn HTML #39

HTML Computer Code Elements HTML contains several elements for defining user input and computer code. Example <code> […]

Learn HTML #38

HTML Responsive Web Design Responsive web design is about creating web pages that look good on all […]

Learn HTML #37

HTML Layout Elements and Techniques Websites often display content in multiple columns (like a magazine or a […]