JavaScript Tutorial JavaScript is the world’s most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy […]
Day: June 13, 2022
Learn HTML #50
HTML Uniform Resource Locators A URL is another word for a web address. A URL can be composed of words (e.g. […]
Learn HTML #49
HTML Plug-ins Plug-ins are computer programs that extend the standard functionality of the browser. Plug-ins Plug-ins were designed to be used […]
Learn HTML #48
HTML Audio The HTML <audio> element is used to play an audio file on a web page. The HTML <audio> Element To play […]
Learn HTML #47
HTML Video The HTML <video> element is used to show a video on a web page. The HTML <video> Element To show […]
Learn HTML #46
HTML Canvas Graphics The HTML <canvas> element is used to draw graphics on a web page. The graphic to the left is created […]
Learn HTML #45
HTML Forms An HTML form is used to collect user input. The user input is most often sent to a server […]
Learn HTML #44
Using Emojis in HTML Emojis are characters from the UTF-8 character set: 😄 😍 💗 What are Emojis? Emojis look […]
Learn HTML #43
HTML Symbols Symbols that are not present on your keyboard can also be added by using entities. HTML Symbol Entities HTML […]
Learn HTML #42
HTML Entities Reserved characters in HTML must be replaced with character entities. HTML Entities Some characters are reserved in HTML. If […]
Learn HTML #41
HTML Style Guide A consistent, clean, and tidy HTML code makes it easier for others to read and understand your code. […]
Learn HTML #40
HTML Semantic Elements Semantic elements = elements with a meaning. What are Semantic Elements? A semantic element clearly describes its meaning […]
Learn HTML #39
HTML Computer Code Elements HTML contains several elements for defining user input and computer code. Example <code> x = 5; y […]
Learn HTML #38
HTML Responsive Web Design Responsive web design is about creating web pages that look good on all devices! A responsive web […]