Tutor profile: Misean K.
Questions
Subject: HTML5 Programming
What are the New tags in Media Elements in HTML5?
<audio>: Apply for multimedia contents like sounds, audio streams or music, embed audio content without the requirement of any additional plug-in like flash player. <video>: Apply for video content like video streams or movie clip, embed video content etc. <source>: Apply for multiple media resources in media elements, such as audio, video, picture etc. <embed>: Apply for an external application or embedded content (a plug-in). <track>: Apply for text tracks in the media elements such as video or audio. This tag is used for subtitles or caption files while the video media is playing.
Subject: HTML Programming
Describe HTML layout structure.
Every web page has different components to display the intended content and a specific UI. But still, there are few things which are templated and are globally accepted way to structure the web page, such as: <header>: Stores the starting information about the web page. <footer>: Represents the last section of the page. <nav>: The navigation menu of the HTML page. <article>: It is a set of information. <section>: It is used inside the article block to define the basic structure of a page. <aside>: Sidebar content of the page.
Subject: Photoshop
How do you organize layers in Photoshop?
A layer shows a picture or image. To organize layers in Photoshop, place various images in separate layers. Lock the unused layers and unlock the layers which are in use. When two or more layers need to be changed, unlock the layers.