Personal Website

Monday, February 6, 2017

Understanding html5: the fundamentals. HEAD elements (tutorial)

Hi everybody, in this occasion you can learn the Head Elements.

<title> The title of the Documents
<meta> Includes Meta Data such as keywords.
<Script> Incudes Script to interactive Pages
<style> Define Styles To Body Elements
<link> Directive Indicating Related Document
<base> Define the Base Address for relatives links on the Page.

for more tutorials please visit www.dardigitaldesign.com










Saturday, January 14, 2017

How Add a Youtube Video or Mp4 in Bootstrap or HTML. Full Tutorial

Hi Everybody, if you want to add a  Video to your web just follow these simple steps.

using that code wil give you a responsive video player with full control
<div class="embed-responsive embed-responsive-16by9">
    <iframe class="embed-responsive-item" width="640" height="480" src="https://www.youtube-nocookie.com/embed/Lw_e0vF1IB4" frameborder="0" allowfullscreen></iframe>
</div>